Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: hakim on April 24, 2010, 07:20:10 pm

Title: [REGRESSION] Current file's symbols
Post by: hakim on April 24, 2010, 07:20:10 pm
Classes are not shown in "current file's symbols" when viewing *.cpp files from the following project:
http://www.mediafire.com/file/wmthumjolyi/Text.tar.bz2

Project generated with cmake. C::B version: SVN 6203
Title: Re: [REGRESSION] Current file's symbols
Post by: ollydbg on August 03, 2010, 04:41:00 pm
Classes are not shown in "current file's symbols" when viewing *.cpp files from the following project:
http://www.mediafire.com/file/wmthumjolyi/Text.tar.bz2

Project generated with cmake. C::B version: SVN 6203

hello, I just test your project with the latest cc branch and patch from loaden, it works fine.
BTW: when I open the cbp file, there is no src and header file in the cbp, I need to manually add them. see the screen shot:

(http://i683.photobucket.com/albums/vv194/ollydbg_cb/2010-08-03223853.png)
Title: Re: [REGRESSION] Current file's symbols
Post by: hakim on August 03, 2010, 07:39:08 pm
Classes are not shown in "current file's symbols" when viewing *.cpp files from the following project:
http://www.mediafire.com/file/wmthumjolyi/Text.tar.bz2

Project generated with cmake. C::B version: SVN 6203

hello, I just test your project with the latest cc branch and patch from loaden, it works fine.

Haven't tried svn builds for awhile, so it might be fixed already. Anyway, what was the revision you tested and which loaden's patch do you have in mind?
.
Quote
BTW: when I open the cbp file, there is no src and header file in the cbp, I need to manually add them. see the screen shot:
The project was generated with cmake. Header files are not included because they are not in the same folder as implementation files, but "src" should be there.