Hi list,<br><br>I've just downloaded GEOS-3.3.0RC1 and try to run nmake on a Win7 with VS2008 Pro.<br>After a while processing I get this error:<br><span style="font-family:courier new,monospace">NMAKE : fatal error U1073: don't know how to make 'geomgraph\EdgeIntersection.obj'</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.EXE"' : return code '0x2'</span><br style="font-family:courier new,monospace">
<br>I've already Googled but didn't find anything useful.<br><br>This is the first output of nmake /f <a href="http://makefile.vc/" target="_blank">makefile.vc</a> MSVC_VER=1500<br><span style="font-family:courier new,monospace">Microsoft (R) Program Maintenance Utility Version 9.00.30729.01</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">Copyright (C) Microsoft Corporation. All rights reserved.</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">**********************************************************************</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">*** GEOS Build Configuration ***</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">*** Setting BUILD_DEBUG NO</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">*** Setting ENABLE_INLINE NO</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">*** Setting BUILD_BATCH NO</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">*** Using Microsoft NMAKE version 9.00.30729.01</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">*** Using Microsoft Visual C++ version 9.0</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">*** Using Microsoft C/C++ version 1500</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">*** Setting GEOS_INCLUDE -I..\include -I..\capi</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">*** Setting INCLUDE C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ATLMFC</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE;C:\Progra</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">m Files\Microsoft SDKs\Windows\v6.0A\include;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">*** Using CFLAGS /nologo /MD /GR /O2 /W3 /EHs</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">*** Using CPPFLAGS /D "NDEBUG" /D "NOMINMAX" /D "WIN32_LEAN_AND_MEAN" /D "NOGDI"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace"> /D "GEOS_DLL_EXPORT" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECAT</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">E" /D "_SCL_SECURE_NO_DEPRECATE"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">**********************************************************************</span><br><br>Probably I'm doing something wrong. I'm no expert on compiling C++ projects and/or using nmake.<br>
<br>Can anybody give me a hint?<br>
<br>Thanks,<br><br>Paul<br><br><br><div id="WISESTAMP_SIG_7631"><span style="font-size: 13.3px; font-family: Verdana, Arial, Helvetica, sans-serif;"><div style="border: 1px solid #e5e5e5;background-color: #f8f8f8;padding: 0.8em 0.8em 0.3em 0.8em;">
<div style="margin: 0 0 8px 0"><p style="margin:0; "><span><strong><img style="float: left; margin-left: 5px; margin-right: 5px;" src="http://www.bontepaarden.nl/bontepaarden/images/newButton.png" alt="" height="120" width="160">Paul Meems </strong><br>
<span>Release manager, configuration manager</span><br><span>and forum moderator of MapWindow GIS.</span><br><a href="http://www.mapwindow.org/" target="_blank"><span>www.mapwindow.org</span></a><br><br><span>Owner of MapWindow.nl - Support for</span><br>
<span>Dutch speaking users.</span><br><a href="http://www.mapwindow.nl/" target="_blank"><span>www.mapwindow.nl</span></a><br></span></p>
<p style="margin:0; "><strong><br></strong></p></div></div><img src="http://p1.wisestamp.com/pixel.png?p=mozilla&v=2.2.1&t=1305664275742&u=2263563&e=8867" height="1" width="1"></span></div><br><br><div class="gmail_quote">
2011/5/11 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net">strk@keybit.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">First release candidate of GEOS-3.3.0 is available for download:<br>
<a href="http://download.osgeo.org/geos/geos-3.3.0rc1.tar.bz2" target="_blank">http://download.osgeo.org/geos/geos-3.3.0rc1.tar.bz2</a><br>
<br>
Please test the build system and all your client against it.<br>
Note that C-API clients (like PostGIS) shouldn't need to be rebuilt,<br>
and would automatically use the newly installed library.<br>
<br>
This release brings many bug fixes and performance improvements,<br>
as well as many new features that you may want to start hooking.<br>
Check out the NEWS file for details.<br>
<a href="http://trac.osgeo.org/geos/browser/tags/3.3.0rc1/NEWS" target="_blank">http://trac.osgeo.org/geos/browser/tags/3.3.0rc1/NEWS</a><br>
<br>
It'll go final in a week of silence,<br>
so be noisy if anything goes wrong.<br>
<br>
Have fun.<br>
<br>
--strk;<br>
<br>
() Free GIS & Flash consultant/developer<br>
/\ <a href="http://strk.keybit.net/services.html" target="_blank">http://strk.keybit.net/services.html</a><br>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org">geos-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geos-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>
</blockquote></div><br>