User forums > Nightly builds
The 22 May 2007 build is out.
Jordar:
Hi,
I have been having an issue for quite awhile with the project settings not being saved properly.
I am using a custom compiler profile derived off of the gnu gcc compiler. For my compiler I do not want to include the -l option when linking libraries. So every time I open codeblocks i go to Settings-Compiler and debugger->Other Settings->Advanced Options->Others. and remove the "-l" under Link Library. This allows me to compile and properly link all objects and libraries. The problem is that this setting is not saved and every time I restart codeblocks I have to go through this sequence.
Can anyone else confirm? I am using the May 22. ver.
thanks,
Jordar
Alturin:
--- Quote from: killerbot on May 22, 2007, 09:44:27 pm ---
* Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)
--- End quote ---
Thanks heaps! :D
Deschamps:
--- Quote from: killerbot on May 22, 2007, 10:00:19 pm ---Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)
I have to say on my linux OpenSuse 10.2 box this problem still occurs. Tomorrow will try it out on another OpenSuse 10.2 box.
--- End quote ---
I've just compiled C::B svn rev 3988 against wxGTK-2.8.4 on my openSuse 10.2 and this problem has been solved. The selected build target is now shown in the wxChoice, and the control doens't disappear.
EDIT: The control remains in the screen but has no effect :D. The selected target there is ignored, and is needed to select it from Build -> "Select target" menu option.
cstudent:
Ubuntu 6.10 + 7.04 build for wx2.8.4 here.
Tonight's "official" deb against wx2.6.3 is going to be late. Having a little problem with Berlios ftp.
Ceniza:
--- Quote from: Deschamps on May 23, 2007, 02:08:35 am ---EDIT: The control remains in the screen but has no effect :D. The selected target there is ignored, and is needed to select it from Build -> "Select target" menu option.
--- End quote ---
Yeah, I just tried that and you're right. I forgot to change the event association from EVT_COMBOBOX to EVT_CHOICE. It seems to be working fine now.
Commited to SVN.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version