User forums > General (but related to Code::Blocks)
[resolved] No targets in New Project wizard
Jenna:
Could you please check, whether the issue is fixed in svn r9405 ?
ollydbg:
--- Quote from: jens on October 19, 2013, 02:17:37 pm ---Could you please check, whether the issue is fixed in svn r9405 ?
--- End quote ---
Thanks. It works fine now! Great work.
cacb:
I have just installed Kubuntu 13.10 and compiled C::B using Jens' tarball codeblocks_12.11svn9393.orig.tar.gz against wx 2.8.12 as provided by Kubuntu 13.10. The C::B start screen shows
--- Code: ---svn build rev 9393 (2013-10-08 09:17:30) gcc 4.8.1 Linux/unicode - 32 bit
--- End code ---
If I try the project wizard, there are no targets as mentioned in this thread.
Another issue that I noticed, was that the compilation was unusually slow. I didn't time it or watch it, but it seemed to take forever.
For my own projects, I also use wx 2.8.12, but compile and link it statically. As I compiled wx, I noticed there was a huge number of warnings being issued about "unused local typedefs" in wx/defs.h and perhaps other places. Writing all these warnings took a loooong time. This appears to be a side effect of gcc 4.8.1, but so far I have not found any way to switch those warnings off. Suggestions welcome.
ollydbg:
--- Quote from: cacb on October 20, 2013, 10:37:06 am ---For my own projects, I also use wx 2.8.12, but compile and link it statically. As I compiled wx, I noticed there was a huge number of warnings being issued about "unused local typedefs" in wx/defs.h and perhaps other places. Writing all these warnings took a loooong time. This appears to be a side effect of gcc 4.8.1, but so far I have not found any way to switch those warnings off. Suggestions welcome.
--- End quote ---
add the compiler option -Wno-unused-local-typedefs to reduce warnings. Or manually remove this dummy typedef in the wx source.
Jenna:
Before running the configure-script just do a
--- Code: ---export CXXFLAGS="-Wno-unused-local-typedefs"
--- End code ---
in the console.
The other issue is fixed later and there are more fixes to the settings-dialogs I am working on.
I will commit them most likely this afternoon/evening/night, but it's always much to test (WinXP, Win7, Liinux and wx2.8 and wxtrunk).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version