Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ShureG on March 13, 2009, 05:00:24 pm
-
Hi
I am using C::B on a project with an external makefile and the directory structure in which the source files are kept separate from the header files. (The .cc source files are under lib/c++/... and the .h headers are under include/c++/... ). The weird thing is that header/source switching only seems to work one way, i.e.
when I am in lib/c++/somedir/something.cc, F11 takes me to include/c++/somedir/something.h with no problems, but the reverse does not work - C::B asks me if I want to create a source file every time I try to go from header to (existing) source. Any ideas?
-
You forget to state the os and the codeblocks version. :D.
I have not meet this problem from header file to implement file and vice versa.
-
Yes, sorry about that:
OS: Ubuntu 8.04 (Hardy Heron)
C::B Version: 8.02
-
I'm using windows.
Why not try a nightly build version? :D
It has many bug fixed from 8.02
-
I don't have a lot of experience with nightly builds and instructions are not clear on how to use them under Linux
-
Are the header and source files both included in the project ?
-
Are the header and source files both included in the project ?
Yes they are
-
I don't have a lot of experience with nightly builds and instructions are not clear on how to use them under Linux
If you want to give them a try, you can use my repo (see signature for how to do this).
If you have C::B 8.02 installed from .deb-files an update should work without problems, if not you should uninstall it before.
-
I don't have a lot of experience with nightly builds and instructions are not clear on how to use them under Linux
If you want to give them a try, you can use my repo (see signature for how to do this).
If you have C::B 8.02 installed from .deb-files an update should work without problems, if not you should uninstall it before.
OK, thanks, I'll give it a go