User forums > Help

wxWidgets 2.6 (MSW, GCC) installation instructions

<< < (18/29) > >>

killerbot:
recap (did not read the entire thread), if you create your own wx programs : use a non vendor=cb wx builded dll.
when using cb (official, nightly, your own CB build) : vendor =cb builded dll ??

is this correct ?

mandrav:

--- Quote from: killerbot on January 31, 2006, 03:52:36 pm ---recap (did not read the entire thread), if you create your own wx programs : use a non vendor=cb wx builded dll.
when using cb (official, nightly, your own CB build) : vendor =cb builded dll ??

is this correct ?

--- End quote ---

In other, more specific, words: "VENDOR=cb" must only be used by C::B devs creating releases (official or nightlies).
Nobody else should use it.
It doesn't change anything anyway, other than the DLL's name. This means that the same project file can be used to build a wx app regardless of the vendor setting...

Gregorius:
Can anybody help me with my "stupid" error?
Anytime I try to build wxWidgets I get exactly the same "syntax error"...
Even without any additional option:

--- Code: ---C:\Dev\wxWidgets-2.6.2\build\msw>mingw32-make -f makefile.gcc
if not exist gcc_mswd mkdir gcc_mswd
Syntax error: end of file unexpected (expecting "then")
C:\dev\CodeBlocks\bin\mingw32-make: [gcc_mswd] Error 2 (ignored)
if not exist ..\..\lib\gcc_lib mkdir ..\..\lib\gcc_lib
Syntax error: end of file unexpected (expecting "then")
C:\dev\CodeBlocks\bin\mingw32-make: *** [..\..\lib\gcc_lib] Error 2

--- End code ---
What am I doing wrong?  :?

killerbot:
do first mingw32-make --version (should be 3.80), just too make sure

sethjackson:
Try this too


--- Code: (dos) ---C:\Dev\wxWidgets-2.6.2\build\msw>mingw32-make -f makefile.gcc BUILD=release

--- End code ---

I think you are supposed to tell wx which build to build. Ex. release or debug....... I could be wrong though.

You do need mingw32-make ver 3.80 just like killerbot said.  :D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version