You are not logged in.

#1 2004-08-16 17:44:38

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Glade-2 can't find glade--

Hello, I've been trying to develop an application and generate c++ code using glade-2, but it seems glade-- is nowhere to be found. I have installed glade, gtkmm, glibmm and libsigc++. Anyone knows what's going on?

Thanks

Offline

#2 2004-08-17 05:40:44

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

Re: Glade-2 can't find glade--

The command to start it is 'glade2'. Try that.

Offline

#3 2004-08-17 14:15:57

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Glade-2 can't find glade--

glademm aka glade-- (old name)
is

sudo pacman -S libglademm

pacman -Ql libglade

and see for glade--
if there is none, then maybe it's now called glademm [I don't remember]
if htat's the case
just ln -s it... so glade-2 will see it and there you go.

see here for the sources [if you need them]
http://home.wtal.de/petig/Gtk/

if I were you I would consider working with .glade and imported them and of course use PyGTK and Python.
GoodLuck

Offline

#4 2004-08-17 18:34:42

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Re: Glade-2 can't find glade--

dpb wrote:

The command to start it is 'glade2'. Try that.

pacman -Ql glade


glade /opt/
glade /opt/gnome/
glade /opt/gnome/bin/
glade /opt/gnome/bin/glade-2
glade /opt/gnome/share/
glade /opt/gnome/share/applications/

Sorry, there's no 'glade2' here nor anywhere in my system.

Offline

#5 2004-08-17 18:42:02

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Re: Glade-2 can't find glade--

zeppelin wrote:

glademm aka glade-- (old name)
is

sudo pacman -S libglademm

$ sudo pacman -Q libglademm
libglademm 2.4.1-1
zeppelin wrote:

pacman -Ql libglade

and see for glade--
if there is none, then maybe it's now called glademm [I don't remember]
if htat's the case
just ln -s it... so glade-2 will see it and there you go.

see here for the sources [if you need them]
http://home.wtal.de/petig/Gtk/

if I were you I would consider working with .glade and imported them and of course use PyGTK and Python.
GoodLuck

Thanks I think I'll try the sources, because libglade with libglademm installed has no glade-- sad

Offline

#6 2004-08-18 06:20:42

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

Re: Glade-2 can't find glade--

tranquility wrote:

Sorry, there's no 'glade2' here nor anywhere in my system.

Sorry, it was glade-2, not glade2...
But I read your original post wrong. You wanted glademm... I can't help you with that. Try what zeppelin said.

Offline

#7 2004-08-18 12:44:48

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Glade-2 can't find glade--

tranquility wrote:

Thanks I think I'll try the sources, because libglade with libglademm installed has no glade-- sad

pacman -Ql libglademm

and seek for sth like glademm.
maybe it also changed from galde-- to glademm.

in this case
ln -s PATH_TO_GLADEMM /usr/bin/glade--

so glade-- will point to the correct one, and Glade-2 will find it

Offline

#8 2004-08-19 22:32:57

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Re: Glade-2 can't find glade--

zeppelin wrote:

pacman -Ql libglademm

and seek for sth like glademm.
maybe it also changed from galde-- to glademm.

in this case
ln -s PATH_TO_GLADEMM /usr/bin/glade--

so glade-- will point to the correct one, and Glade-2 will find it

Unfortunately, libglademm has no executable listed in pacman -Ql libglademm and arch's repo has only libglade, glade and libglademm, so it seems glade-- (or glademm) does not exist. Shouldn't it exist a glademm pkg?

Offline

Board footer

Powered by FluxBB