Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 34849 invoked from network); 18 Aug 2006 06:02:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Aug 2006 06:02:04 -0000 Received: (qmail 52467 invoked by uid 500); 18 Aug 2006 06:02:04 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 52451 invoked by uid 500); 18 Aug 2006 06:02:04 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 52442 invoked by uid 99); 18 Aug 2006 06:02:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 23:02:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 23:02:02 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GDxQL-0002HI-P4 for activemq-users@geronimo.apache.org; Thu, 17 Aug 2006 23:01:41 -0700 Message-ID: <5860802.post@talk.nabble.com> Date: Thu, 17 Aug 2006 22:54:27 -0700 (PDT) From: Lalit Nagpal To: activemq-users@geronimo.apache.org Subject: invalid numeric argument '/Wp64' MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I tried building with maven and ran into the following errors. Can somebody please guide me on what could b the prob here. Here is what i tried to do on win platform under folder E:\cpp2\ i have a folder activemq-cpp after getting into activemq-cpp i tried running mvn -e package Following error was encountered [INFO] cl /INCREMENTAL:NO /O2 /D WIN32 /D NDEBUG /D _LIB /D WIN32_LEAN_AND_MEAN /D _CRT_SE CURE_NO_DEPRECATE /FD /EHsc /MD '/Fo"Release\\"' '/Fd"Release\vc80.pdb"' /W2 /nologo /c /W p64 /Zi /TP -IE:\CPP\activemq-cpp\win32-msvc\..\src\main -IE:\CPP\activemq-cpp\win32-msvc\ ..\src\test -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\concurrent -IE:\CPP\acti vemq-cpp\win32-msvc\..\src\main\activemq\connector -IE:\CPP\activemq-cpp\win32-msvc\..\src \main\activemq\connector\stomp -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\conne ctor\stomp\commands -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\connector\stomp\ marshal -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\core -IE:\CPP\activemq-cpp\w in32-msvc\..\src\main\activemq\exceptions -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\act ivemq\io -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\logger -IE:\CPP\activemq-cp p\win32-msvc\..\src\main\activemq\network -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\act ivemq\support -IE:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\transport -IE:\CPP\act ivemq-cpp\win32-msvc\..\src\main\activemq\util /FoE:\CPP\activemq-cpp\win32-msvc\target\Mu tex.obj -c E:\CPP\activemq-cpp\win32-msvc\..\src\main\activemq\concurrent\Mutex.cpp Command line error D2021 : invalid numeric argument '/Wp64' [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error executing command line. Exit code:2 [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error executing command line. Exit code:2 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:559) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:140) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: Error executing command line. E xit code:2 at org.codehaus.mojo.natives.plugin.NativeCompileMojo.execute(NativeCompileMojo.ja va:166) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:534) ... 16 more Caused by: org.codehaus.mojo.natives.NativeBuildException: Error executing command line. E xit code:2 at org.codehaus.mojo.natives.util.CommandLineUtil.execute(CommandLineUtil.java:34) at org.codehaus.mojo.natives.compiler.AbstractCompiler.compile(AbstractCompiler.ja va:78) at org.codehaus.mojo.natives.plugin.NativeCompileMojo.execute(NativeCompileMojo.ja va:162) ... 18 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20 minutes 40 seconds [INFO] Finished at: Thu Aug 17 14:44:05 IST 2006 [INFO] Final Memory: 5M/11M [INFO] ------------------------------------------------------------------------ Thanks -- View this message in context: http://www.nabble.com/invalid-numeric-argument-%27-Wp64%27-tf2124335.html#a5860802 Sent from the ActiveMQ - User forum at Nabble.com.