You are not logged in.
Hey Guys!
I've tried to install Anjuta [Dev-Studio] 1.0.1 from the sources....
"./configure --prefix /usr" says:
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
I can't find the gnomeConf.sh on the whole system... what have i forgot to install?
Regards,
Moritz
Offline
hmmm sounds as though this app may be looking for gnome 1.4 stuff. if you are making this in an arch package format i would add this line:
[ "$GNOMEDIR" = "" ] && source /etc/profile.d/gnome.sh
at the top of your PKGBUILD. this may help you out.
AKA uknowme
I am not your friend
Offline
Hmmm... I just want to install it on my system... so I'm not sure why to build a pkg.
Hmm... the 1.0.1 is from the 17th of december 2002... so gnome 2 is out for some time...
Maybe thay got a switch to enable gnome2
Regards,
Moritz
Offline
hmm... i finally got a solution for my first problem, but anotherone has come
Solution: I just created a symbolic link from /usr/lib/gnomeConf.sh to /etc/profile.d/gnome.sh
But now i got another problem:
checking for XpmFreeXpmImage in -lXpm... yes
./configure: line 1: gnome-config: command not found
./configure: line 1: gnome-config: command not found
configure: for orbit-config... no
./configure: line 9961: exit: please: numeric argument required
./configure: line 9961: exit: please: numeric argument required
this is it... again an error with the gnome-config....
what should I do?
Offline
is gnome-config installed?
Offline
I can't find gnome-config on my arch-disk (0.4)...
and my Laptop isn't in the internet yet, so I just use the Dragon realease...
--edit--
I just had a look on ftp.archlinux.org/current and I can't find a gnome-config as well :shock:
Offline
hmmm... I've googled for gnome2 and anjuta and found some results... no docs or something like that, but some screens...
Could anyone of you try to install Anjuta? I love arch, but this is pretty annoying :evil:
please help me
Offline
Anjuta is not a GNOME2 application. It is a GNOME1.4 applications. Arch Linux doesn't have *any* GNOME1.4 packages whatsoever. I think the CVS revisions of Anjuta2 are GNOME2, but I'm not sure on that - I read before they are rewriting Anjuta2 from scratch or something along those lines.
If you want to use any GNOME1.4 applications, you're going to have to download, build, and install a basic set of GNOME1.4 libraries, which isn't easy (trust me, I tried packaging GNOME1.4 to get Evolution and Galeon in Arch Linux).
What?
Offline
Thanks for the information!
I currently got some trubble with my pcmcia NIC, but I'll give the CVS a try!
Regards,
Moritz
Offline
yeah you're right... found that on the Anjuta homepage:
HEAD branch (Gnome 2 port, not developed at the moment, because of lack of time). Note that this branch don't even compile !
So it will take a while till I can use Anjuta :cry:
Offline