[Glade-users] libglib-2.0.la problems



Hi,

I am using Glade 2.0.1 on Mandrake 10.0 Official. I am a newbee to
Glade, but not to Linux or programming. Here is the problem I am
having:

I created a simple Glade program, built it, went to the project
directory and ran autogen.sh. After getting my libraries in the
right places, it finally went through and made the Makefiles.
I ran make, again moved some libraries, and now I have debugged
down to this message:

make  all-recursive
make[1]: Entering directory `/home/kevin/Projects/project1'
Making all in src
make[2]: Entering directory `/home/kevin/Projects/project1/src'
gcc  -g -O2  -o project1  main.o support.o interface.o callbacks.o 
..//usr/lib/pkgconfig/glib/libglib-2.0.la -pthread -Wl,--export-dynamic 
..//usr/lib/pkgconfig/gthread/libgthread-2.0.la 
..//usr/lib/pkgconfig/gobject/libgobject-2.0.la -L/usr/X11R6/lib -lgnomeui-2 
-lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 
-lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 
-lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 
-lgthread-2.0 -lglib-2.0 -lm -lgmodule-2.0 -ldl
gcc: ..//usr/lib/pkgconfig/glib/libglib-2.0.la: No such file or directory
gcc: ..//usr/lib/pkgconfig/gthread/libgthread-2.0.la: No such file or 
directory
gcc: ..//usr/lib/pkgconfig/gobject/libgobject-2.0.la: No such file or 
directory
make[2]: *** [project1] Error 1
make[2]: Leaving directory `/home/kevin/Projects/project1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kevin/Projects/project1'
make: *** [all-recursive-am] Error 2

Alright so it doesn't recognize the "..//" command. But, there actually is a 
file
called libglib-2.0.la in /usr/lib/pkgconfig/glib/.  However, if I edit the 
src
Makefile to remove the $(top_builddir) and extra / it then tells me:
/usr/lib/pkgconfig/glib/libglib-2.0.la: file not recognized: File format not 
recognized

So I am suspecting that I did not get some of the right library files with 
glib 2.0
or am missing something from my installation.
Any ideas?

Thanks,
Kevin J.

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee� 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]