User forums > Nightly builds
The 19 september 2010 build (6608) CODECOMPLETION BRANCH version is out.
helpse:
I can not open header files located in the same directory where my cpp file is. It gives me "not found" error when i use "open #include file" function. I think it's, as Loaden said, NONE project parser error. I tried to apply the patch but my SVN gives me this error: "The patch seems outdated! i tried updating the SVN project to 6620 and to 6608, and its still giving me this error when i try to apply the patch. What can i do to be able to apply the patch ?
Jenna:
--- Quote from: helpse on September 21, 2010, 05:07:46 pm ---I can not open header files located in the same directory where my cpp file is. It gives me "not found" error when i use "open #include file" function. I think it's, as Loaden said, NONE project parser error. I tried to apply the patch but my SVN gives me this error: "The patch seems outdated! i tried updating the SVN project to 6620 and to 6608, and its still giving me this error when i try to apply the patch. What can i do to be able to apply the patch ?
--- End quote ---
I can not reproduce.
Can you give a sample project, where the issue occurs ?
And please post the exact version number, OS, wxWidgets, compiler version ...
helpse:
Sample code:
--- Code: ---#include <iostream>
#include "console"
using namespace std;
using namespace console;
int main()
{
cout << "Hello!" ;
return 0;
}
--- End code ---
console is a header file located in the same directory. It compiles and runs OK. The error ocurres when i right click on "console" and click on "open #include file". I get "Not found" error. The weird thing is that it happens 99% of the times, sometimes it works. It was happenning in the official release of CB 10.05, the one downloaded from the official page, so i downloaded this CC branch, http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc441.7z and i still have the same problem. I'm using Windows 7 Ultimate, i'm trying to compile wxWidgets 2.9.1, and im using gcc 4.5.0, the one downloaded from the main page.
Loaden:
--- Quote from: helpse on September 21, 2010, 05:07:46 pm ---I can not open header files located in the same directory where my cpp file is. It gives me "not found" error when i use "open #include file" function. I think it's, as Loaden said, NONE project parser error. I tried to apply the patch but my SVN gives me this error: "The patch seems outdated! i tried updating the SVN project to 6620 and to 6608, and its still giving me this error when i try to apply the patch. What can i do to be able to apply the patch ?
--- End quote ---
Could you trying CC BRANCH SVN 6621?
It shoud be fixed.
ollydbg:
--- Quote from: helpse on September 22, 2010, 12:13:09 am ---Sample code:
--- Code: ---#include <iostream>
#include "console"
using namespace std;
using namespace console;
int main()
{
cout << "Hello!" ;
return 0;
}
--- End code ---
console is a header file located in the same directory.
--- End quote ---
I just test your example, and works fine here( ccbranch 6621, windowsXP)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version