Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » after import, include files not found
after import, include files not found [message #224996] Tue, 14 October 2008 20:40 Go to next message
Nick Schweyer is currently offline Nick SchweyerFriend
Messages: 175
Registered: July 2009
Senior Member
hello,

I generated a new Qt-project and imported the files from a memory stick.
All operations like generating subfolders and importing the files have
been performed via Eclipse menue.

The project directory is structured like
project_folder
include (is a folder1)
some cpp-files
operate (is a folder2)
some c-files
include (is a folder3)
many header files

The files "some c-files" are needing the header files in the include
folder (folder3).
During build I get the message that those header files are not existing.

When I try within "Properties->C/C++ Include Pathes..." to add the folder
with "Add Folder/File..." it is possible to select the folder from the
file-menue, but on top of the window a message appears like "file not
found", and the folder is not added.
On the other hand, the project-file *.pro contains all the header files
with the correct pathes (relative to the project directory).

What I find curious, is that the include directory (folder1) contains many
Qt-pathes but no pathes like "/usr/include" and "/usr/lib/gcc/..." which
usually are included automatically.

Anyway I guess that my Eclipse-CDT installation on Suse Linux10.3 is not
ok. I installed Eclipse Europa. Or need I to do more configurations? But
where?
I am not so familiar with Eclipse.

Thank you for tips

Nikosch


Niko

Eclipse-CDT Version: 2019-12 (4.14.0), Win10 64bit
Re: after import, include files not found [message #225110 is a reply to message #224996] Wed, 15 October 2008 11:36 Go to previous message
Anton Leherbauer is currently offline Anton LeherbauerFriend
Messages: 490
Registered: July 2009
Senior Member
Nikosch wrote:
> hello,
>
> I generated a new Qt-project and imported the files from a memory stick.
> All operations like generating subfolders and importing the files have
> been performed via Eclipse menue.
>
> The project directory is structured like
> project_folder
> include (is a folder1)
> some cpp-files
> operate (is a folder2)
> some c-files
> include (is a folder3)
> many header files
>
> The files "some c-files" are needing the header files in the include
> folder (folder3).
> During build I get the message that those header files are not existing.
>
> When I try within "Properties->C/C++ Include Pathes..." to add the
> folder with "Add Folder/File..." it is possible to select the folder
> from the file-menue, but on top of the window a message appears like
> "file not found", and the folder is not added.
> On the other hand, the project-file *.pro contains all the header files
> with the correct pathes (relative to the project directory).
>
> What I find curious, is that the include directory (folder1) contains
> many Qt-pathes but no pathes like "/usr/include" and "/usr/lib/gcc/..."
> which usually are included automatically.
>
> Anyway I guess that my Eclipse-CDT installation on Suse Linux10.3 is not
> ok. I installed Eclipse Europa. Or need I to do more configurations? But
> where?
> I am not so familiar with Eclipse.
>
> Thank you for tips
>
> Nikosch
>

I suggest to direct Qt-related questions to the maintainers of the Qt
Eclipse integration.

--
Anton Leherbauer
Wind River Systems, Austria
CDT Committer - http://www.eclipse.org/cdt
DSDP/DD Committer - http://www.eclipse.org/dsdp/dd
Previous Topic:Doxygen documention on hover
Next Topic:Create a .lib and .dll
Goto Forum:
  


Current Time: Tue Apr 16 10:05:33 GMT 2024

Powered by FUDForum. Page generated in 0.38573 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top