[Gambas-user] gambas 0.58

Rob sourceforge-raindog2 at ...94...
Mon Jun 16 06:07:34 CEST 2003


On Saturday 14 June 2003 15:38, Benoit Minisini wrote:
> Enjoy it, and don't forget to give me feedback so that I fill the
> distribution notes on the web site.

I haven't really gotten too far into it, but for the first time gambas doesn't 
build on Mandrake 9.0 and it doesn't seem to be a one line fix like last 
time.  The problem seems to be in CPicture.cpp and I wonder if it's related 
to there being a moc file for it this time (I don't seem to have one from 
last time, and this one is empty).  The offending symbol seems to be 
QPaintDevice::x11AppRootWindow 
as follows:

c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include 
-I../../../src/share -pipe -Wall -fno-exceptions -g -O0 -c CDialog.cpp    
-fPIC -DPIC -o CDialog.lo
/usr/lib/qt3/include/../bin/moc CPicture.h -o moc_CPicture.cpp
CPicture.h:0: Warning: No relevant classes found. No output generated.
/bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../.. 
-I/usr/lib/qt3/include -I../../../src/share    -pipe -Wall -fno-exceptions -g 
-O0 -c moc_CPicture.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include 
-I../../../src/share -pipe -Wall -fno-exceptions -g -O0 -c moc_CPicture.cpp    
-fPIC -DPIC -o moc_CPicture.lo
/bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../.. 
-I/usr/lib/qt3/include -I../../../src/share    -pipe -Wall -fno-exceptions -g 
-O0 -c CPicture.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include 
-I../../../src/share -pipe -Wall -fno-exceptions -g -O0 -c CPicture.cpp    
-fPIC -DPIC -o CPicture.lo
CPicture.cpp: In function `CPICTURE* CPICTURE_grab(int)':
CPicture.cpp:337: no method `QPaintDevice::x11AppRootWindow'
make[5]: *** [CPicture.lo] Error 1

I know, M 9.1 has been out for over 2 months, I should be more current ;)

Rob





More information about the User mailing list