User forums > Help
Error!! please help
MortenMacFly:
--- Quote from: nicola on September 14, 2007, 04:06:27 pm ---"cannot find -lwxmsw26"
there are:
libwxmsw28u.a
--- End quote ---
Do you know what a library is? You setup your project to link against the v2.6 ansi version of wx but have the v2.8 unicode version. Setup your linker settings accordingly and you are done.
Biplab:
--- Quote from: nicola on September 14, 2007, 04:06:27 pm ---CB is
Name: Code::Blocks
Version: 1.0rc2
can anybody advise smth.? or tell what was his stuff in case there was no problems?
--- End quote ---
Please download a latest nightly build. ;)
Seronis:
OK, honestly can we PLEASE select a recent nightly build and remove RC2 from the main page completely? Pretty Please? I'll pay you $20 over paypal to an address of choice my first paycheck after RC2 is delinked from the main page. Promiss.
Id suggest 4355 as it worked without problems with all the projects i made using rv3505. I'll be updating svn in a bit but in general there is a LOT of confusion caused by new people grabbing RC 2 just because its an 'rc' release. What ever the latest version that doesnt have any fatal flaws in win/nix/mac would be better obviously. Just anything but rc2.
XayC:
--- Quote from: Seronis on September 15, 2007, 03:28:50 am ---Can we PLEASE select a recent nightly build and remove RC2 from the main page completely?
--- End quote ---
Actually I have to say there's something really wrong if it's suggested to not use the RC2.
I know it has been discussed already, but I don't see the point letting people download a version that anyone would discourage to use.
Just call it RC2.5 or RC2b and throw away the old RC2; it's not a matter of considering it stable or good-quality, it's only to save time to the new users.
Regards, XayC.
nicola:
nightly build (september 14) is really nice.
and now I have wxWidgets-2.8.5 (does it metters for another problem? probably no, becouse i got the same with 2.8.4)
building the default wx project in Build log I got this:
C:\wxWidgets-2.8.5\include\wx\platform.h:196: wx/setup.h: No such file or directory
followed by such lines:
C:\wxWidgets-2.8.5\include\wx\chkconf.h:103: #error "wxUSE_DYNLIB_CLASS must be defined."
C:\wxWidgets-2.8.5\include\wx\chkconf.h:111: #error "wxUSE_EXCEPTIONS must be defined."
... ... ...
well in C:\wxWidgets-2.8.5\include\wx\ there is setup.h in msw directory
When I changed line 196 in platform.h from #include "wx/setup.h" to #include "msw/setup.h" and tried to build I have:
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lwxmsw28u
C:\wxWidgets-2.8.5\lib\gcc_dll\
contains wxmsw28ud.a
renaming it causes fatal error:
Mismatch between the programm and bould versions detected.
The library used 2.8 (debug,Unicode,compiler with C++ ABI 1002,wx containers, compatible with 2.6),
and your programm used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers, compatible with 2.6).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version