User forums > Help
Two issues with C::B 13.12 SVN with wxWidgets 3.1 on OSX 10.10
warpino:
Hi all,
I managed to compile both Code::Blocks and the FortranProject plugin successfully on OSX 10.10 Yosemite. So far I have two main issues:
1) The area in the FSymobl tab where the list of symbols appears cannot be stretched horizontally. It is stuck at the far left of the window with limited width, one has to scroll horizontally to read (almost letter by letter) the name of subroutines and functions. Resizing the panel does not make that area expand, as is the case for the Project or the Symbols tab, instead.
2)Any kind of Search makes the program crash, complaining of assert failing in src/osx/cocoa/combobox.mm in wxWidgets distribution, namely:
wxASSERT_MSG( item >= 0 && item < [m_comboBox numberOfItems],
"Inavlid item index." );
Thank you so much for any help,
w.
oBFusCATed:
If you want to run cb build against wx 3.x it is better to use the latest trunk sources.
There are very few fixes for wx 3.x in the 13.12 release.
warpino:
--- Quote from: oBFusCATed on June 02, 2015, 09:08:00 pm ---If you want to run cb build against wx 3.x it is better to use the latest trunk sources.
--- End quote ---
That's exactly what I did!
--- Quote from: oBFusCATed on June 02, 2015, 09:08:00 pm ---There are very few fixes for wx 3.x in the 13.12 release.
--- End quote ---
What do you mean?
oBFusCATed:
Ignore my comment. I though that you're using the sources from 13.12.
About your problems:
1. can you show a screen shot?
2. can you paste a backtrace from a debugger?
warpino:
1. Comparison between the Symbols tab (I guess it's from the CodeCompletion plugin)
and the FSymbols tab (from the FortranProject plugin)in the Management panel
Navigation
[0] Message Index
[#] Next page
Go to full version