[Avogadro-devel] python boost unresolved overloaded function type

2012-02-27 Thread Gary Kedziora
I have having trouble compiling ~/libavogadro/src/python/fragment.cpp. The issue appears to be that the python boost template function arguments can not be resolved when there is a constant and non constant version. Here is the make output for an example: [ 82%] Building CXX object

Re: [Avogadro-devel] python boost unresolved overloaded function type

2012-02-27 Thread Marcus D. Hanwell
On Mon, Feb 27, 2012 at 2:23 PM, Gary Kedziora gkedzi...@gmail.com wrote: I have having trouble compiling ~/libavogadro/src/python/fragment.cpp.  The issue appears to be that the python boost template function arguments can not be resolved when there is a constant and non constant version.