... sorry:) Hello
As I can see the build for ArcSDE 9.2 doesn't work as expected. The problem is that pe.lib, sde.lib and sg.lib does not include SDE version number anymore and the following line nmake.opt does not work. SDE_LIB = $(SDE_DIR)\lib\pe$(SDE_VERSION).lib \ $(SDE_DIR)\lib\sde$(SDE_VERSION).lib \ $(SDE_DIR)\lib\sg$(SDE_VERSION).lib I changed the version to 9.3 and and I changed the lines to SDE_LIB = $(SDE_DIR)\lib\pe.lib \ $(SDE_DIR)\lib\sde.lib \ $(SDE_DIR)\lib\sg.lib that solved the problem. /Johan Johan Hallgren Logica Pelle Bergs backe 3 Box 1938, 791 19 Falun Tel (och mobil): 023-547 46 (int: +46-2354746) [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> http://www.logica.se<http://www.logica.se/> ________________________________ From: Hallgren, Johan Sent: den 6 augusti 2008 14:54 To: [email protected] Subject: Build for ArcSDE 92 Hello As I can see the build for ArcSDE 9.2 doesn't work as expected. The problem is that pe.lib, sde.lib and sg.lib does not include SDRE version numer anymore and the following line does not work. SDE_LIB = $(SDE_DIR)\lib\pe$(SDE_VERSION).lib \ $(SDE_DIR)\lib\sde$(SDE_VERSION).lib \ $(SDE_DIR)\lib\sg$(SDE_VERSION).lib Johan Hallgren Logica Pelle Bergs backe 3 Box 1938, 791 19 Falun Tel (och mobil): 023-547 46 (int: +46-2354746) [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> http://www.logica.se<http://www.logica.se/>
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
