Problem

Hydroglow

Registered
When I type in Fink update-all I get this message (it's trying to install this file libglade-shlibs)


ibglade-scan.c -fno-common -DPIC -o .libs/libglade-scan.lo
libglade-scan.c:1317: bad macro argument list
libglade-scan.c:1317: bad macro argument list
libglade-scan.c:1317: bad macro argument list
libglade-scan.c:1317: bad macro argument list
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
Compilation of scanner failed
make[3]: *** [scan] Error 1
make[2]: *** [libglade.hierarchy] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### make failed, exit code 2
Failed: compiling libglade-0.16-5 failed

I am using

[localhost:~] hydroglo% fink --version
Package manager version: 0.9.12
Distribution version: 0.4.0.cvs
[localhost:~] hydroglo%


Also when I start up Gnome Enlightenment won't run I configured the .xinitrc file and it looks like this

PATH="$PATH:/sw/bin"

# If you login from xdm, uncomment this to make error messages appear
# in the console window.
#
# tail -f /Users/hydroglo/.xsession-errors > /dev/console &

WINDOW_MANAGER=enlightenment
exec gnome-session

Can anyone help me?
 
Hydroglow,

It's an incompatibility with the gtk-doc package that was resolved in the 0.17 version of libglade.

To solve this, configure fink to use unstable and then run a 'fink selupdate-cvs' to get the latest version of libglade (0.17).

After that, run 'fink update-all' again.

or

You will be able to install libglade after temporarily removing the gtk-doc package.

'fink remove gtk-doc'

Remember that the remove command only removes the actual package files, but leaves the .deb compressed package file intact. This means that you can re-install the package later without going through the compile process again.

After removing, run:

'fink update-all'

Later, you can run:

'fink install gtk-doc'

----------------------

About enlightenment:

Write in your .xinitrc file:
------------
PATH="$PATH:/sw/bin"

# If you login from xdm, uncomment this to make error messages appear
# in the console window.
#
# tail -f /Users/hydroglo/.xsession-errors > /dev/console &

exec enlightenment
------------

That will start XFree with enlightenment as your window manager. Once it's up and running, go to the 'help viewer' and check the FAQ's on 'How to set up enlightenment to work with gnome'.


Cheers...
 
Sorry I have been really busy. Everything is working fine I just decided to use Enlightenment instead of gnome it looks a lot cooler and work just the same. Thanks again for all your help.




-Jason
 
Hydroglow,


Glad to know everything is well and that you are enjoying enlightenment. :)


Cheers...
 
Back
Top