hi Wayne,

Thanks, but I suspect I'm going to hit a problem because native plugin
doesn't provide details about the environment in which cl.exe/lib.exe run.
I also expect I'll need to review the source for the appropriate
environment factory to find out how it executes the vsvars script to set
the environment for the mstools.   I'll look at the source.

Peter


On Thu, May 30, 2013 at 3:46 PM, Wayne Fay <[email protected]> wrote:

> > cmd.exe /X /C "lib /MACHINE:x64 /nologo /out:libclib-win64.lib
> > ...myobjfiles..."
> > fatal error LNK1112: module machine type 'X86' conflicts with target
> > machine type 'x64'
>
> Grab the full cmd.exe line and try to execute it outside of Maven on
> your system from the right directory etc. I can nearly guarantee you
> will hit the same error. Assuming you do, then you need to start
> looking at why that "lib" command fails on one set of machines but
> passes on another.
>
> This has nothing to do with Maven. You need to ask this question on a
> Visual Studio Tools email list or something.
>
> The X86 and x64 stuff makes me think your builds are probably failing
> on 64-bit Windows but passing on 32-bit, or vice versa, or something
> related to that.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Peter Kahn
[email protected]
http://www.google.com/profiles/citizenkahn
Awareness - Intention - Action

Reply via email to