EXTERNAL Loch Sebastian (Firma Ferchau; BhP/TEF17) wrote: > I have problems to generate the project files for a static build. > If I start cmake with the following command, I get the below > error... > > cmake -G "Visual Studio 7 .NET 2003" .\src > -DCMAKE_INCLUDE_PATH=C:\developer\gnuwin32\include -- > -DCMAKE_LIBRARY_PATH=C:\developer\gnuwin32\lib > -DPODOFO_BUILD_SHARED:BOOL=FALSE -DPODOFO_BUILD_STATIC:BOOL=TRUE
Side note: the GnuWin32 libraries may not work correctly with a VC++ PoDoFo build. You're better off building your own with your particular version of VC++. The current build documentation should reflect that; if I've missed anything please let me know. > Actually I'm using cmake version 2.5-20080318 with the attached > CMakeLists.txt > (actual version from svn trunk today). I suspect it's an issue with podofo's build files and I'll have a look tomorrow if time permits. Right now I need to sleep. In the mean time, you might want to try CMake 2.6.x now that it's been released as a stable version. 2.5 should be marked as unsupported now, really. -- Craig Ringer ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
