Hi everybody,

I'm not familiar with Linux, know nothing about svn and use OpenSuse 10.3.
I actually use Gambas2 V2.0 and want to uptadate to v2.7 from trunk, I followed the guide found in the online documentation (by the way, the name of the repository is not correct in the doc but I managed to retrieve an old message from this list with the right name) I think the downloading was correct and I get a folder 'gambas' with 3 sub-folders: 'branches', 'tags' and 'trunk'.
Here is my first question :
1) The Gambas folder is quite big : 1.4 Go, 289139 files and 72558 subfolders. Is this a normal situation?

With the dependancies, I did not found : mysql-devel, mysql-shared, firebird. Next, I started ./reconf-all and ./configure -C (some minor options were discarded here, but nothing important for me) finally, I started make and it ended with the following messages (see the joined text file) so I did not start the 'make install' process)
2) What is wrong here?

Thanks in advance,
regards
Dominique Simonart
many, many lines discarded here, followed by...

Making all in gb.qt
make[2]: entrant dans le répertoire « /home/domi/gambas/trunk/gb.qt »
make  all-recursive
make[3]: entrant dans le répertoire « /home/domi/gambas/trunk/gb.qt »
Making all in src
make[4]: entrant dans le répertoire « /home/domi/gambas/trunk/gb.qt/src »
Making all in ext
make[5]: entrant dans le répertoire « /home/domi/gambas/trunk/gb.qt/src/ext »
../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED 
-DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT 
-I/usr/lib/qt3//include   -I../../share -I../../src/share   -pipe -Wall 
-fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os 
-fno-omit-frame-pointer  -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo 
main.cpp
mv -f .deps/main.Tpo .deps/main.Plo
/usr/bin//moc -o CLCDNumber_moc.cpp CLCDNumber.h
CLCDNumber.h:0: Warning: No relevant classes found. No output generated.
../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED 
-DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT 
-I/usr/lib/qt3//include   -I../../share -I../../src/share   -pipe -Wall 
-fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os 
-fno-omit-frame-pointer  -MT CLCDNumber_moc.lo -MD -MP -MF 
.deps/CLCDNumber_moc.Tpo -c -o CLCDNumber_moc.lo CLCDNumber_moc.cpp
mv -f .deps/CLCDNumber_moc.Tpo .deps/CLCDNumber_moc.Plo
../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED 
-DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT 
-I/usr/lib/qt3//include   -I../../share -I../../src/share   -pipe -Wall 
-fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os 
-fno-omit-frame-pointer  -MT CLCDNumber.lo -MD -MP -MF .deps/CLCDNumber.Tpo -c 
-o CLCDNumber.lo CLCDNumber.cpp
mv -f .deps/CLCDNumber.Tpo .deps/CLCDNumber.Plo
/usr/bin//moc -o CDial_moc.cpp CDial.h
../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED 
-DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT 
-I/usr/lib/qt3//include   -I../../share -I../../src/share   -pipe -Wall 
-fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os 
-fno-omit-frame-pointer  -MT CDial_moc.lo -MD -MP -MF .deps/CDial_moc.Tpo -c -o 
CDial_moc.lo CDial_moc.cpp
CDial_moc.cpp:12:2: error: #error "The header file 'CDial.h' doesn't include 
<QObject>."
CDial_moc.cpp:39: error: ‘const QMetaObject CDial::staticMetaObject’ is not 
a static member of ‘class CDial’
CDial_moc.cpp:39: error: variable ‘const QMetaObject 
CDial::staticMetaObject’ has initializer but incomplete type
CDial_moc.cpp:44: error: prototype for ‘const QMetaObject* 
CDial::metaObject() const’ does not match any in class ‘CDial’
CDial.h:51: error: candidate is: virtual QMetaObject* CDial::metaObject() const
CDial_moc.cpp:44: error: ‘const QMetaObject* CDial::metaObject() const’ 
cannot be overloaded
CDial.h:51: error: with ‘virtual QMetaObject* CDial::metaObject() const’
CDial_moc.cpp: In member function ‘const QMetaObject* CDial::metaObject() 
const’:
CDial_moc.cpp:46: error: cannot convert ‘QMetaObject* (*)()’ to ‘const 
QMetaObject*’ in return
CDial_moc.cpp: At global scope:
CDial_moc.cpp:49: error: no ‘void* CDial::qt_metacast(const char*)’ member 
function declared in class ‘CDial’
CDial_moc.cpp: In member function ‘void* CDial::qt_metacast(const char*)’:
CDial_moc.cpp:54: error: ‘qt_metacast’ is not a member of ‘QObject’
CDial_moc.cpp: At global scope:
CDial_moc.cpp:57: error: ‘int CDial::qt_metacall’ is not a static member of 
‘class CDial’
CDial_moc.cpp:57: error: incomplete type ‘QMetaObject’ used in nested name 
specifier
CDial_moc.cpp:57: error: expected primary-expression before ‘int’
CDial_moc.cpp:57: error: expected primary-expression before ‘void’
CDial_moc.cpp:57: error: initializer expression list treated as compound 
expression
CDial_moc.cpp:58: error: expected ‘,’ or ‘;’ before ‘{’ token
make[5]: *** [CDial_moc.lo] Erreur 1
make[5]: quittant le répertoire « /home/domi/gambas/trunk/gb.qt/src/ext »
make[4]: *** [all-recursive] Erreur 1
make[4]: quittant le répertoire « /home/domi/gambas/trunk/gb.qt/src »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /home/domi/gambas/trunk/gb.qt »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/domi/gambas/trunk/gb.qt »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/domi/gambas/trunk »
make: *** [all] Erreur 2

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to