Code::Blocks Forums
User forums => Help => Topic started by: dejan on November 21, 2007, 12:12:52 pm
-
I have this same problem for maybe more than 2 weeks. Whenever I tried to build CB I had FRESH SVN files.
You can see what kind of trouble I have on http://cpp.sourceforge.net/?show=1969 .
Attached is config.log file, so You can see some details about environment. I tried to contact people via IRC, looks like irc://irc.freenode.org/codeblocks channel is dead - only idlers are there. :)
Cheers!
[attachment deleted by admin]
-
Code::Blocks can no longer be built with wxWidgets 2.6; you need to upgrade to 2.8.
-
TDragon, thank You for reply. I am going to install wxWidgets 2.8 as You recommended.
-
Hi everyone, first at all congratulations for this great project :lol:
Now , i have the rev: 4665 and i get this error:
g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -Ulinux -Uunix -O2 -ffast-math -march=athlon64 -O3 -funroll-loops -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT SquirrelObject.lo -MD -MP -MF .deps/SquirrelObject.Tpo -c SquirrelObject.cpp -fPIC -DPIC -o .libs/SquirrelObject.o
SquirrelObject.cpp:122: error: prototype for 'BOOL SquirrelObject::IsNumeric() const' does not match any in class 'SquirrelObject'
../../../../src/include/scripting/sqplus/SquirrelObject.h:56: error: candidate is: SQInteger SquirrelObject::IsNumeric() const
SquirrelObject.cpp:122: error: 'BOOL SquirrelObject::IsNumeric() const' cannot be overloaded
../../../../src/include/scripting/sqplus/SquirrelObject.h:56: error: with 'SQInteger SquirrelObject::IsNumeric() const'
I think that sqplus is getting problems, because before this one i got other in 'sqplus.h' in which the function SetValue have prblems with -1 but i fixed this changing for INT(-1); so please checking it out.
I'm using Ubuntu Edgy 64 - wxWidgets 2.8.6
-
Hi all !
Hi everyone, first at all congratulations for this great project :lol:
Now , i have the rev: 4665 and i get this error:
g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -Ulinux -Uunix -O2 -ffast-math -march=athlon64 -O3 -funroll-loops -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT SquirrelObject.lo -MD -MP -MF .deps/SquirrelObject.Tpo -c SquirrelObject.cpp -fPIC -DPIC -o .libs/SquirrelObject.o
SquirrelObject.cpp:122: error: prototype for 'BOOL SquirrelObject::IsNumeric() const' does not match any in class 'SquirrelObject'
../../../../src/include/scripting/sqplus/SquirrelObject.h:56: error: candidate is: SQInteger SquirrelObject::IsNumeric() const
SquirrelObject.cpp:122: error: 'BOOL SquirrelObject::IsNumeric() const' cannot be overloaded
../../../../src/include/scripting/sqplus/SquirrelObject.h:56: error: with 'SQInteger SquirrelObject::IsNumeric() const'
I think that sqplus is getting problems, because before this one i got other in 'sqplus.h' in which the function SetValue have prblems with -1 but i fixed this changing for INT(-1); so please checking it out.
I'm using Ubuntu Edgy 64 - wxWidgets 2.8.6
I have the same problem (with the same config) while building rev 4666 :?