|
From: Patrick H. <pat...@us...> - 2005-06-06 15:06:21
|
patrickh 2005/06/06 08:06:14 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_Generate_h.cpp
Log:
Well, after a lot of hard work, I finally got gmtl.setDirCos() to work, but
now I have discovered that the Boost.Python code for exposing
gmtl::setDirCos() to Python does not compile with Visual C++ 7.1. (With
Visual C++ 8.0 Beta 2, the code causes an internal compiler error, which is
even worse.) The VC++ 7.1 compile failure is similar to something I saw
with the PyGMTL header gmtl-CoordOps.h, but I still do not have a real
solution to the issue. I do not know if this is all indicative of a
problem with the declaration of gmtl::setDirCos() or a compiler but, but
either way, I do not have time to deal with this.
Revision Changes Path
1.10 +4 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp.diff?r1=1.9&r2=1.10&diff_format=l
|