Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
build codeblocks error when using SVN version and wxWidgets 2.8.9
ollydbg:
I'm in windows xp.
hi, I download the svn version of codeblocks source file. and open the CBP file. I have already set the wx variable to the place I have install the wxWidgets 2.8.9.
when I press the build button, there are some errors when compiling.
see the screen shot below.
Any suggestions?
Another question is if I want to only build the "codecompletion" part, how do I configure? Thanks :D
[attachment deleted by admin]
ollydbg:
I have solve the problem, I rebuild the release unicode libraray of wxWidgets.
By the way, I add many pictures of the screen shot in this wiki
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows
If you have interests, please try to enrich this wiki. Thanks.
Joerg:
Hi ollydgb,
does that mean I need a 'complete' mingw installation
and that the version delivered with C::B isn't sufficient?
I think my installation ..\CodeBlocks\MinGW\bin\ lacks something (mkdir)?
D:\wxWidgets-2.8.9\build\msw>mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1
UNICODE=1 BUILD=release
if not exist gcc_mswudll mkdir gcc_mswudll
process_begin: CreateProcess(NULL, -c "if not exist gcc_mswudll mkdir gcc_mswudl
l", ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
mingw32-make: [gcc_mswudll] Error 2 (ignored)
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
process_begin: CreateProcess(NULL, -c "if not exist ..\..\lib\gcc_dll mkdir ..\.
.\lib\gcc_dll", ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
mingw32-make: *** [..\..\lib\gcc_dll] Error 2
ollydbg:
Sorry, I can't understand your question...Could you give a more detail? Thanks.
Jenna:
--- Quote from: rekisum on January 20, 2009, 02:50:45 pm ---Hi ollydgb,
does that mean I need a 'complete' mingw installation
and that the version delivered with C::B isn't sufficient?
I think my installation ..\CodeBlocks\MinGW\bin\ lacks something (mkdir)?
D:\wxWidgets-2.8.9\build\msw>mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1
UNICODE=1 BUILD=release
if not exist gcc_mswudll mkdir gcc_mswudll
process_begin: CreateProcess(NULL, -c "if not exist gcc_mswudll mkdir gcc_mswudl
l", ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
mingw32-make: [gcc_mswudll] Error 2 (ignored)
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
process_begin: CreateProcess(NULL, -c "if not exist ..\..\lib\gcc_dll mkdir ..\.
.\lib\gcc_dll", ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
mingw32-make: *** [..\..\lib\gcc_dll] Error 2
--- End quote ---
If I remember right, this error is caused by an errornous version of MinGW's binutils.
I do not remember which one it was, but you can try it with a more recent one.
Navigation
[0] Message Index
[#] Next page
Go to full version