Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

Intel Visual Fortran 11.1.060 Ignoring Additional Include Directories

chauvjo
Novice
326 Views

I am using the Intel Visual Fortran 11.1.060 and Visual Studio 2008 and cannot get the compiler to find my include files even when I provide the pathname under Fortran -> Preprocessor -> Additional Incude Directores. The include files are in a different directory than the source files. Here is what is shown under Fortran -> Command Line window.

/nologo /debug:full /Od /I"C:\\Documents and Settings\\chauvjo\\Desktop\\Tools Work\\Misan\\Misan_02272010\\Window" /I"s\\Intel Visual Fortran\\Compiler Release 11.1.060\\32-bit\\Include\\\\" /gen-interfaces /extend_source:132 /warn:interfaces /Qsave /Qzero /module:"Debug\\\\" /object:"Debug\\\\" /traceback /check:bounds /libs:static /threads /dbglibs /c

It appears that the compiler is splitting the pathname for some reason. Here is the actual pathname:

C:\\Documents and Settings\\chauvjo\\Desktop\\Tools Work\\Misan\\Misan_02272010\\Windows\\Intel Visual Fortran\\Compiler Release 11.1.060\\32-bit\\Include

Any ideas?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
326 Views
Please attach your .vfproj file - that's all I need to see. I tried to reproduce this but could not.
0 Kudos
Reply