You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Satya <sa...@gmail.com> on 2011/12/02 17:23:43 UTC

Maven Native Pluging Problem when building

Hi 
    I have a problem with maven native pluging, 
If my header file contains code like: (I mean any conditional operator in
macros)
 #if (_MSC_VER < 1300)

then it is giving me error 
 *operator '<' has no left operand *

Please help me on this, 

Thanks In Advance, 
Satya 

--
View this message in context: http://maven.40175.n5.nabble.com/Maven-Native-Pluging-Problem-when-building-tp5042408p5042408.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Native Pluging Problem when building

Posted by Satya <sa...@gmail.com>.
Hi Dan,
    Thanks for reply, I figured out that somehow *_MSC_VER* is not defined.
Can you help on this.
Any common problem why this would happen.

Thanks,
Satya

--
View this message in context: http://maven.40175.n5.nabble.com/Maven-Native-Pluging-Problem-when-building-tp5042408p5051885.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Native Pluging Problem when building

Posted by Dan Tran <da...@gmail.com>.
I would strongly suggest that you check out the source code and tinker
with integrate test to get it to work with your compiler.

ATM, there is no way I can figure out what is wrong with your setup
with the provided info.

-Dan

On Mon, Dec 5, 2011 at 3:27 AM, Satya <sa...@gmail.com> wrote:
> Hi Dan,
>    My MSC version is below
>
> *Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for
> 80x86*
>
> please let me know if you nee anything more.
>
> Thanks,
> Satya
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/Maven-Native-Pluging-Problem-when-building-tp5042408p5048594.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Native Pluging Problem when building

Posted by Satya <sa...@gmail.com>.
Hi Dan,
    My MSC version is below

*Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for
80x86*

please let me know if you nee anything more.

Thanks,
Satya

--
View this message in context: http://maven.40175.n5.nabble.com/Maven-Native-Pluging-Problem-when-building-tp5042408p5048594.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Native Pluging Problem when building

Posted by Satya <sa...@gmail.com>.
Hi Dan,
    Thank you very much for reply,

I am Using Visual Studio 2008, and I am not using it for build, May be Maven
takes it by default.

Please let me know if you need anything more on the same,

(If that did not give required info, Please tell me any command to know the
MSC version)


Thanks In Advance,
Satya

--
View this message in context: http://maven.40175.n5.nabble.com/Maven-Native-Pluging-Problem-when-building-tp5042408p5048477.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Native Pluging Problem when building

Posted by Dan Tran <da...@gmail.com>.
can you produce a test case using existing test case?  what version of
MSC you are using?

-D

On Fri, Dec 2, 2011 at 8:23 AM, Satya <sa...@gmail.com> wrote:
> Hi
>    I have a problem with maven native pluging,
> If my header file contains code like: (I mean any conditional operator in
> macros)
>  #if (_MSC_VER < 1300)
>
> then it is giving me error
>  *operator '<' has no left operand *
>
> Please help me on this,
>
> Thanks In Advance,
> Satya
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/Maven-Native-Pluging-Problem-when-building-tp5042408p5042408.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org