News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Can't compile wxWidgets program

Started by Jamiil, May 04, 2005, 02:50:22 PM

Previous topic - Next topic

Jamiil

After creating a 'wxWidgets' project and using all the default options, I tried to compile it, but I get an error saying that *non* and I mean not even one of the 'wx/*.*' files where found in my computer. I did a search for any of the files, but to no avail.

Does anyone know what I did wrong at the time of the installation or do wrong at the time of the compilation?

TIA  :(  :shock:

David Perfors

You didn't do anything wrong (as far as I know, and as far as I can see now)
I think you did a fresh full installation of C::B didn't you?
You didn't install wxWidgets, did you?
if you did a fresh full install (beta 7) and not installed wxWidgets, then that is the problem. wxWidgets is not being deliverd with beta 7 of C::B
Hopefully it is being delivered with beta 8.
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

rickg22

No, it won't. At least as far as i know.
After all you only have to download the wxwidgets installer,  and erm... compile them, and erm... :(

Anyway, things will be easier when devpacks support arrives :D.Mandrav's working on it, and another guy (forgot his name sorry) is working separately on a plugin (let the race begin! :P )

mandrav

Rick is right. We are not going to distribute wxWidgets binaries. There are just too many options: static lib, dll, unicode, non-unicode, wx2.4.2, wx2.6, monolithic, etc.

Regarding devpacks:
I have already written the decompression code for devpacks. All that's left is make a gui for it. I don't know, though, if it will make it in the next release.

Yiannis.
Be patient!
This bug will be fixed soon...

Jamiil

Well, thanks for the info. But, now that I have installed wxWidgets-2.6.0, how do I set it up so that I can compile the default program?

Thanks all, every little help is very much appreciated.