User forums > Help
Compiling
KI4YJL:
Okay, I get this error:
"Pokemon - Release" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.
I have read other posts on this forum, and none help. I don't have any compilers installed myself, and I try to use all the ones it came with.
Sorry! I am new to C++
THANKS!
David
killerbot:
you need to install a compiler. have a look at section 3.1 from the cookbook for example (or in other sections of the wiki) : http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook
KI4YJL:
Thanks!
David
KI4YJL:
Okay, I install G++, and still won't compile, and I don't see it in the list.
MortenMacFly:
--- Quote from: KI4YJL on September 14, 2007, 11:30:58 pm ---Okay, I install G++, and still won't compile, and I don't see it in the list.
--- End quote ---
What list?
G++ is a backend for gcc. So you really need to install the full stuff required (including binutils and so on, too). Use the MinGW installer (v5.1.3 is most current if I remember correctly).
Then you have to tell C::B where the compiler is (how should it know?) You do this is the compiler setup. There is a tab called "search directories" and "toolchain executables". Do the correct setup (at least) there.
With regards, Morten.
Navigation
[0] Message Index
[#] Next page
Go to full version