User forums > Nightly builds

The 04 July 2007 build (4219) is out.

<< < (3/4) > >>

armageddon:
Compilation of my console application fails with today's build (4219). Previous build (4215) was OK.

skirby:
Hello,

This is probably the same problem than above.

There is a problem with project path.
Here is the way to reproduce it:
Create a MS Dos project with this path for example : D:\Test - VS2005\
Compile your project and try to execute it by F9

Here is the error message you should have:

--- Quote ---Checking for existence: D:\Test - VS2005\bin\Debug\test.exe
Executing: D:\Test\ -\ VS2005\bin\Debug\test.exe  (in D:\Test - VS2005\.)
Execution of 'D:\Test\ -\ VS2005\bin\Debug\test.exe ' in 'D:\Test - VS2005' failed.
Nothing to be done.

--- End quote ---

In MS Dos console window, you can see:

--- Quote ---Process returned 4128768 (0x3F0000)   execution time : 0.000 s
Press any key to continue.

--- End quote ---


I hope you could fix it for the next build.
I have to restore old build for the moment.

tvaster:
Using Suse 10.2, wxWidgets 2.8 or 2.9 checked out SVN, updated SVN (4228).
I get the following error when compiling with GCC:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I/usr/local/lib/wx/include/x11univ-unicode-release-2.9 -I/usr/local/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__ -pthread -I../../../../src/include -I../../../../src/include/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT sc_wxtypes.lo -MD -MP -MF .deps/sc_wxtypes.Tpo -c sc_wxtypes.cpp  -fPIC -DPIC -o .libs/sc_wxtypes.o
sc_plugin.cpp: In function 'SQInteger ScriptBindings::ScriptPluginWrapper::RegisterPlugin(SQVM*)':
sc_plugin.cpp:216: warning: cannot pass objects of non-POD type 'class wxCStrData' through '...'; call will abort at runtime
sc_plugin.cpp:221: warning: cannot pass objects of non-POD type 'class wxCStrData' through '...'; call will abort at runtime
sc_io.cpp: In function 'wxString ScriptBindings::IOLib::ChooseFile(const wxString&, const wxString&, const wxString&)':
sc_io.cpp:148: error: 'wxOPEN' was not declared in this scope

Compiling --with-X11 --enable-contrib

Any suggetions?

indigo0086:
berli's down...surprised?

stahta01:

--- Quote from: tvaster on July 05, 2007, 03:25:50 pm ---Using Suse 10.2, wxWidgets 2.8 or 2.9 checked out SVN, updated SVN (4228).
I get the following error when compiling with GCC:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I/usr/local/lib/wx/include/x11univ-unicode-release-2.9 -I/usr/local/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__ -pthread -I../../../../src/include -I../../../../src/include/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT sc_wxtypes.lo -MD -MP -MF .deps/sc_wxtypes.Tpo -c sc_wxtypes.cpp  -fPIC -DPIC -o .libs/sc_wxtypes.o
sc_plugin.cpp: In function 'SQInteger ScriptBindings::ScriptPluginWrapper::RegisterPlugin(SQVM*)':
sc_plugin.cpp:216: warning: cannot pass objects of non-POD type 'class wxCStrData' through '...'; call will abort at runtime
sc_plugin.cpp:221: warning: cannot pass objects of non-POD type 'class wxCStrData' through '...'; call will abort at runtime
sc_io.cpp: In function 'wxString ScriptBindings::IOLib::ChooseFile(const wxString&, const wxString&, const wxString&)':
sc_io.cpp:148: error: 'wxOPEN' was not declared in this scope

Compiling --with-X11 --enable-contrib

Any suggetions?


--- End quote ---

Try 2.8 with 2.6 comparability enabled. wxOPEN not declared is because of 2.6 comparability being disabled. 2.9 does not work with code::blocks without patches that needs someone to write them.

--enable-compat26 is the option to turn on 2.6 comparability

Tim S

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version