help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows specific question - most convenient solution to set vars


From: Greg Chicares
Subject: Re: Windows specific question - most convenient solution to set vars
Date: Wed, 07 Mar 2012 17:30:03 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 2012-03-07 15:49Z, AngusC wrote:
> 
> INCS := C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE
[...]
> main.obj : main.cpp
>       cl -c -EHsc main.cpp
[...]
> myclass.cpp(2) : fatal error C1034: iostream: no include path set

'INCS' isn't used. I don't work with this compiler, but try adding the
include path to the compile commands, e.g.:
        cl -I $(INCS) -c -EHsc main.cpp
If the embedded space in 'INCS' causes a problem, quoting it might help.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]