Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

build codeblocks error when using SVN version and wxWidgets 2.8.9

<< < (2/2)

mmkider:

--- 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 ---
Hi,
I have come across this situation.
I guess you have a yagarto (or other toolchain) and set global environment variables for it.
you need clear the global environment variables in the winxp and be sure one(MinGW) in your system.
Or you can find dependency between toolchains without clear environment variables.

Best regards.

Joerg:

--- Quote ---I guess you have a yagarto (or other toolchain) and set global environment variables for it
--- End quote ---
Yep!
Though I thought the tools know whom they belong to,
and when I invoke with make-mingw32.exe it takes the right gcc.
Anyway, will try without Yagarto in the path.

pingf:

--- Quote from: mmkider on January 20, 2009, 04:27:53 pm ---
--- 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 ---
Hi,
I have come across this situation.
I guess you have a yagarto (or other toolchain) and set global environment variables for it.
you need clear the global environment variables in the winxp and be sure one(MinGW) in your system.
Or you can find dependency between toolchains without clear environment variables.

Best regards.

--- End quote ---
THX,
I just got stuck for this reason.
as what you've said about,I deleted the environment variables for winavr,which includes the avr-gcc.
then it works!

Navigation

[0] Message Index

[*] Previous page

Go to full version