<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This time I&#39;m using &quot;NMake Makefiles&quot; and my attempt to run nmake failed with the following errors:</blockquote><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Scanning dependencies of target hello<br>[100%] Building CXX object CMakeFiles/hello.dir/hello.cpp.obj<br>hello.cpp<br>Linking CXX shared module hello.dll<br>LINK : fatal error LNK1104: cannot open file &#39;boost_python-vc90-mt-gd-1_39.lib&#39;<br>
LINK Pass 1 failed. with 1104<br>NMAKE : fatal error U1077: &#39;&quot;C:\Program Files\CMake 2.6\bin\cmake.exe&quot;&#39; : return<br> code &#39;0xffffffff&#39;<br>Stop.<br>NMAKE : fatal error U1077: &#39;&quot;F:\Visual Studio\VC\BIN\nmake.exe&quot;&#39; : return code &#39;<br>
0x2&#39;<br>Stop.<br>NMAKE : fatal error U1077: &#39;&quot;F:\Visual Studio\VC\BIN\nmake.exe&quot;&#39; : return code &#39;<br>0x2&#39;<br>Stop.</blockquote><div><br>   I&#39;m getting frustrated. Does anyone have any idea? I need your help guys.<br>
   <br>   Nazia  <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Message: 1<br>
Date: Fri, 29 May 2009 22:25:25 +0600<br>
From: nazia zaman &lt;<a href="mailto:nazia.zaman11@gmail.com">nazia.zaman11@gmail.com</a>&gt;<br>
Subject: Re: [CMake] Problem with Linking CXX shared module<br>
To: <a href="mailto:cmake@cmake.org">cmake@cmake.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:b0000b50905290925y39f72e10pa690819a6b42eec6@mail.gmail.com">b0000b50905290925y39f72e10pa690819a6b42eec6@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
I made a mistake. My boost python library is made for Visual C++ 9 and<br>
I think I should have compiled it with &#39;cmake -G Visual Studio 9<br>
2008&#39;. This command creates a Visual Project. But I don&#39;t know how to<br>
create a *.dll file from this project so that I can use it as a<br>
library for python. Can anyone please help me?<br>
<br>
Nazia<br>
<br>
&gt; Message: 2<br>
&gt; Date: Thu, 28 May 2009 09:37:17 +0200<br>
&gt; From: Andreas Pakulat &lt;<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>&gt;<br>
&gt; Subject: Re: [CMake] Problem with Linking CXX shared module<br>
&gt; To: <a href="mailto:cmake@cmake.org">cmake@cmake.org</a><br>
&gt; Message-ID: &lt;<a href="mailto:20090528073717.GA20841@trinity.apaku.dnsalias.org">20090528073717.GA20841@trinity.apaku.dnsalias.org</a>&gt;<br>
&gt; Content-Type: text/plain; charset=us-ascii<br>
&gt;<br>
&gt; On 28.05.09 11:27:45, nazia zaman wrote:<br>
&gt;<br>
&gt;&gt; # Find library locations using convenient cmake search functions<br>
&gt;&gt; include (FindBoost)<br>
&gt;&gt; include (FindPythonLibs)<br>
&gt;<br>
&gt; This is wrong, these modules shouldn&#39;t be include()&#39;ed. You need to use<br>
&gt; find_package(Boost) and find_package(PythonLibs). See also the cmake<br>
&gt; manual. Additionally you need to supply the components for Boost that<br>
&gt; you later want to link against (i.e. the boost libraries) as explained<br>
&gt; in the cmake manual. Else Boost_LIBRARIES will be empty.<br>
&gt;<br>
&gt; Andreas<br>
&gt;<br>
&gt; --<br>
&gt; You will be married within a year, and divorced within two.<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; CMake mailing list<br>
&gt; <a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
</blockquote></div><br>