Bugs item #1178007, was opened at 2005-04-06 12:00
Message generated for change (Comment added) made by rjontilt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1178007&group_id=31650

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ray Johnson (rjontilt)
Assigned to: Nobody/Anonymous (nobody)
Summary: <solution> link error

Initial Comment:

In one of our projects (we want to compile with the 
<solution> tage we are getting an error like this:

                 [link] "libeay32.lib"
                 [link] "advapi32.lib"
                 [link] "zlibd.lib"
                 [link] "$(noinherit)"                 
                 ...
                 [link] "shell32.lib"
                 [link] "ole32.lib"
                 [link] "oleaut32.lib"
                 [link] "uuid.lib"
                 [link] "odbc32.lib"
                 [link] "odbccp32.lib"                [link]
                 [link] Starting 'link (@"C:\DOCUME~1
\rayj\LOCALS~1\Temp\tmp7E9.
tmp" /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /M
ACHINE:X86)' in 'C:\src\devtrunk\FullT
ilt\FT_Server\FTS_Casino'
                 [link] LINK : fatal error LNK1181: cannot 
open input file '$(noinherit).obj'

BUILD FAILED


In our VS.Net project configuration "Linker->Input-
>Additional Dependancies" we have our list of additional 
libraries we want to include - this includes the 
$(NOINHERIT) macro.  (This gets set if youhit the "..." 
box and uncheck the "Inherit from project defaults" 
checkbox.)

It appears that Nant is not honoring this macro (at least 
not in this context.)  If this macro is set we also should 
not be attempting to link in many of the libraries listed 
above (those shown after where the $(noinherit) macro 
shows up).

Ray

----------------------------------------------------------------------

>Comment By: Ray Johnson (rjontilt)
Date: 2005-04-06 12:01

Message:
Logged In: YES 
user_id=1246077

BTW, this was a C++ project - if that makes a difference.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1178007&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to