News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

[resolved] No targets in New Project wizard

Started by MasterAlexei, October 18, 2013, 07:06:40 AM

Previous topic - Next topic

cacb

Quote from: jens on October 20, 2013, 02:19:18 PM
If you just build C::B, you can add them to the  cb_release_type global-variable. That covers most (not all) C::B projects.

I am not using C::B projects to build C::B, I simply use the dpkg-buildpackage procedure explained here
http://forums.next.codeblocks.org/index.php/topic,16740.msg122695.html#msg122695
using the export option mentioned above solves the issue with building C::B as far as I am concerned.

Basically, I was referring to using wxWidgets under Code::Blocks with gcc 4.8.1, where the same problem returns. The idea of using a global variable to control compiler options is nevertheless a good idea that could perhaps be re-used here. I already have a "wx" global variable, so presumably I could just add the new compiler options in the cfield area for the "wx" variable. I will try.

MasterAlexei

Hello everyone,

I did try the last rev 9413 right now, and the issue is fixed!
Great job!
Thanks a lot!

Now only one old issue is still there - large files in large projects hangs CB or it crushes some times. I think - the parser and Thread Search are making some multitasking troubles here. But it is a story for other thread (there is one somewhere there) .

Regards,

Alexey