Advertisement
Guest User

Untitled

a guest
May 17th, 2011
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. running build
  2. running build_ext
  3. building 'FTGL' extension
  4. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\omxBuildDependencies\ftgl-2.1.3~rc5\src -IC:\omxBuildDependencies\freetype-2.4.4\include -IC:\omxBuildDependencies\boost_1_46_1 -IC:\Python27x64\include -IC:\Python27x64\PC /Tpftgl.cpp /Fobuild\temp.win-amd64-2.7\Release\ftgl.obj
  5. ftgl.cpp
  6. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  7. C:\omxBuildDependencies\boost_1_46_1\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  8. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27x64\libs /LIBPATH:C:\Python27x64\PCbuild\amd64 C:\omxBuildDependencies\freetype-2.4.4\objs\win32\vc2008\freetype244MT.lib C:\omxBuildDependencies\ftgl-2.1.3~rc5\msvc\Build\ftgl.lib C:\omxBuildDependencies\boost_1_46_1\stage\lib\boost_python-vc90-mt-1_46_1.lib /EXPORT:initFTGL build\temp.win-amd64-2.7\Release\ftgl.obj /OUT:build\lib.win-amd64-2.7\FTGL.pyd /IMPLIB:build\temp.win-amd64-2.7\Release\FTGL.lib /MANIFESTFILE:build\temp.win-amd64-2.7\Release\FTGL.pyd.manifest
  9. ftgl.obj : warning LNK4197: export 'initFTGL' specified multiple times; using first specification
  10. Creating library build\temp.win-amd64-2.7\Release\FTGL.lib and object build\temp.win-amd64-2.7\Release\FTGL.exp
  11. ftgl.obj : error LNK2019: unresolved external symbol "void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z) referenced in function "public: __cdecl boost::detail::shared_count::shared_count<void *,struct boost::python::converter::shared_ptr_deleter>(void *,struct boost::python::converter::shared_ptr_deleter)" (??$?0PEAXUshared_ptr_deleter@converter@python@boost@@@shared_count@detail@boost@@QEAA@PEAXUshared_ptr_deleter@converter@python@2@@Z)
  12. build\lib.win-amd64-2.7\FTGL.pyd : fatal error LNK1120: 1 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement