User forums > Help
Compiler Errors None work at all
stahta01:
Does the folder C:\wxWidgets-2.9.1\lib\gcc_dll contain the library wxmsw29ud?
If not, please fix the path, remove the library or compile the library if it is needed.
Note: I have no reason to believe your hello world requires wxWidgets 2.9 Unicode Debug Library. Do you?
Edit: Please learn the different between Compiler Errors, Linker errors, and Logic errors.
(I did not see any Logic Errors; but any big program tends to have a few till the program works right.)
In the long term this will help you a lot with programming in C.
Tim S.
Coaster3000:
I am gonna use this library for something. The startup came with that when i added my file :P so i tested the compile to see if it worked. and it did not even compile.. let me try setting up a regular app
EDIT:
It works with regular app how do i set up the WX lib thing then?
EDIT AGAIN:
here is log without the cout function
--- Quote ---Build started on: 11-08-2010 at 15:27.31
Build ended on: 11-08-2010 at 15:27.31
-------------- Build: Debug in cppirc ---------------
mingw32-g++.exe -pipe -mthreads -D__GNUWIN32__ -D__WXMSW__ -DWXUSINGDLL -DwxUSE_UNICODE -Wno-attributes -Wall -g -D__WXDEBUG__ -IC:\wxWidgets-2.9.1\include -IC:\wxWidgets-2.9.1\contrib\include -IC:\wxWidgets-2.9.1\lib\gcc_dll\mswud -I"C:\Documents and Settings\Chris\My Documents\Dev Packs (CodeBlocks)\include" -c "C:\Documents and Settings\Chris\My Documents\CPPirc\cppIRC\main.cpp" -o obj\Debug\main.o
cc1plus.exe: error: unrecognized command line option "-Wno-attributes"
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
--- End quote ---
ok wait i think the thing is not even compiled all i did was use the installer for wxWidgets...
Navigation
[0] Message Index
[*] Previous page
Go to full version