[Gambas-user] last trunk doesn't work
Stefano Palmeri
rospolosco at ...152...
Sat Aug 18 10:06:19 CEST 2007
After I solved gb.draw.h missing, the compiled gambas doesn't work:
gambas2.gambas
ERROR: #2: Cannot load class 'ValueBox': Unable to load class file
Also the compilation failed again in gb.desktop:
/usr/bin/ld: cannot find -lX11
After googling, I solved by adding "-L/usr/X11R6/lib" to this line:
gb_desktop_la_LIBADD = -lc -lpthread -lX11 -lXext
of gb.desktop/src/Makefile
I don't know whether it is a problem of my system or not; anyway could you fix
it?
More information about the User
mailing list