Bug #10714 2007-03-23 12:11

courage

Can't search include directory when compiling resource files

Can't search include directory when compiling resource files.

I import the VisualC++6 workspace file of wxWidgets-2.8.3 , copy the needing setup.h in the needing directory, then compiling.

When it compiles wxBase project, Code::Blocks says:

"C:\wxWidgets\src\msw\version.rc:12: wx/version.h: No such file or directory",

but wx/version.h is really in the search path in the Build Options.

I used WindowsXP, MinGW(GCC3.4.5), and Code::Blocks svn 3737. Thanks a lot.

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2007-03-24 07:05
Assigned to
biplab
biplab 2007-03-23 15:08

The bug is in Visual C++ project files of wxWidgets. For some of the targets, resource include directory is missing.

C::B import function is working properly. Thus closing this bug report.

biplab 2007-03-23 16:03

On closer inspection, it has been found that C::B import is neglecting exclude from build files.

Reopening the bug report.

biplab 2007-03-24 07:05

Exclude from build files option has been added. So closing this bug-report.

But please remember that compilation of *wxWidgets* will still fail as some other crucial parts will not be imported.

I would request you to use makefile to compile wxWidgets.