[sldev] Compiling/VS2003: 1.19.1.4 link.exe Build non-errors?
Brad Kittenbrink (Brad Linden)
brad at lindenlab.com
Wed Jun 25 08:18:01 PDT 2008
I've seen the nologo error before when cygwin link.exe (symlink/shorcut
creation) is being accidentally executed instead of MSVC's link.exe.
The solution is to move the cygwin dirs to the bottom of your MSVC path
configuration.
The unistd.h error is a bug in bison (maybe flex?). It will work if you
use an older version of bison or a newer version of our source which
contains a workaround. Alternatively you can apply the workaround
manually to your version of the source (see details
https://lists.secondlife.com/pipermail/sldev/2008-April/009426.html)
-Brad
Dale Mahalko wrote:
> The problem:
>
> Linking...
> link: extra operand `/NOLOGO'
> Try `link --help' for more information.
> win_crash_logger : error PRJ0002 : error result returned from 'link.exe'.
>
>
> Rather than include attachments, I've put the four error logs here:
> https://wiki.secondlife.com/wiki/User:Scalar_Tardis/NOLOGO-Compile-Err
>
> >From searching for NOLOGO I see it's in 18 other logs without a
> problem. I've included one of those success logs as well.
>
>
> - Scalar Tardis / Dale Mahalko
>
>
> On Wed, Jun 25, 2008 at 3:08 AM, Robin Cornelius
> <robin.cornelius at gmail.com> wrote:
>
>> Yea a tad odd, there is information missing. I think VS is being
>> helpful and only showing you the build summary window. Can you try to
>> find the build results window, it should be a lot more helpful and
>> give the actual error (its the "Output" window you need from View
>> Menu). Hopefully that will tell you some more.
>>
>> Robin
>>
>>
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/SLDev
> Please read the policies before posting to keep unmoderated posting privileges
>
More information about the SLDev
mailing list