User forums > Help
Nightly build help?
Treyre:
Ok, So I visted the wiki page "The nightly cookbook" http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook but im at the part where you do the
- open up a console in <wxDir>\build\msw
- clean up the source tree : mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean
- actual build : mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1
so I run cmd and cd over to the build\msw directory and when I type
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean
it says un-reconized command/invalid program/batchfile. I have mingW installed by extracting them to c:\mingW\ and I managed to compile some simple hello world programs in normal codeblocks (non-nightly build) with it.
-gcc-g__-3.4.5-20060117-1.tar.gz
-gcc-core-3.4.5-20060117-1.tar.gz
-mingw-runtime-3.9.tar.gz
-w32api-3.6.tar.gz
-binutils-2.16.91-20060119-1.tar.gz
and installing
-gdb-6.3-2.exe
So I've been just using the command "mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean"
can anyone help me out at all?
Pecan:
--- Quote from: Treyre on March 28, 2006, 04:44:52 am ---so I run cmd and cd over to the build\msw directory and when I type
it says un-reconized command/invalid program/batchfile.
--- End quote ---
Dont forget to set the path to minGW before issueing commands
Make a bat file like the following:
--- Code: ---path=%path%;<your path to minGW programs>
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean
pause
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1
pause
--- End code ---
mandrav:
@Pecan: I edited your post to remove "VENDOR=cb". As has been said numerous times, do not use this...
TDragon:
Treyre -- I noticed you missed downloading the make package (mingw32-make-3.80.0-3.tar.gz) for MinGW, which is definitely necessary.
MortenMacFly:
--- Quote from: mandrav on March 28, 2006, 08:52:12 am ---[...]remove "VENDOR=cb". As has been said numerous times, do not use this...
--- End quote ---
I searched the forum for the reason why that is but couldn't find something meaningful. Thus, may I ask why this is? Because I do use it for a long time now without problems but should re-compile wxWidgets then (maybe)?!
With regards, Morten.
Navigation
[0] Message Index
[#] Next page
Go to full version