Compiling a small app

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
eldonfsr
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Dec 27, 2013 11:24 pm

Compiling a small app

Post by eldonfsr »

Just I got compile and install wxwidgets i do a small sample fr test but i got this message error, I using code blocks as tool for compiling i don't know if is some wrong on setting codebloks or i do some mistake after compiling this message i got

static libraries for your makefile link rule dependencies.
Optional LIB arguments (comma or space separated) may be used to specify
the wxWidgets libraries that you wish to use. The magic "std" label may
be used to import all libraries that would be used by default if none were
specified explicitly, e.g. wx-config --libs core,base.

that is on MAC OSX 10.6

i don't know what is the magic "std".

thanks for all.
Post Reply