Actually, it looks like it worked. I don't see any messages about 64
bits and so forth, just warnings. With the right combination of
PYTHONPATH, LD_LIBRARY_PATH (or is it DY_LDLIBRARY_PATH for mac),
"import openbabel" should work.

To be honest, at this point, I should really get hold of a mac and
work through this myself, and see how to fix the build system.

To cut back to your original question, the problem still exists with
fastsearch. If I were you I would file a bug report; otherwise, I'll
do so in the next few days myself. We're currently in the middle of
preparing the 2.3.1 release so it's not going to make it for this one
in any case...

- Noel

On 13 October 2011 17:00, Chris Mayne <cgma...@gmail.com> wrote:
> Indeed the errors replicate without modification.  Upon removing the "-arch
> i386 -arch ppc" flags, the same errors are generated, but only one set of
> them as opposed to three sets.  Output is here:
>
> $ pwd
> /Users/cmayne/openbabel/build/openbabel/scripts
>
> $ gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os
> -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe
> -I/Users/cmayne/openbabel/src/openbabel/scripts/python/../../include
> -I../include
> -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
> -c /Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.cpp
> -o
> build/temp.macosx-10.6-universal-2.6/Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.o
> cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
> C/ObjC but not for C++
> In file included from
> /Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.cpp:3344:
> /Users/cmayne/openbabel/src/openbabel/scripts/python/../../include/openbabel/query.h:
> In member function ‘virtual bool OpenBabel::OBQueryAtom::Matches(const
> OpenBabel::OBAtom*) const’:
> /Users/cmayne/openbabel/src/openbabel/scripts/python/../../include/openbabel/query.h:101:
> warning: comparison between signed and unsigned integer expressions
> /Users/cmayne/openbabel/src/openbabel/scripts/python/../../include/openbabel/query.h:
> In member function ‘virtual bool OpenBabel::OBQueryBond::Matches(const
> OpenBabel::OBBond*) const’:
> /Users/cmayne/openbabel/src/openbabel/scripts/python/../../include/openbabel/query.h:179:
> warning: comparison between signed and unsigned integer expressions
> /Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.cpp:
> In static member function ‘static Type swig::traits_as<Type,
> swig::value_category>::as(PyObject*, bool) [with Type = unsigned int]’:
> /Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.cpp:3898:
> warning: ‘v’ may be used uninitialized in this function
> /Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.cpp:
> In static member function ‘static Type swig::traits_as<Type,
> swig::value_category>::as(PyObject*, bool) [with Type = int]’:
> /Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.cpp:3898:
> warning: ‘v’ may be used uninitialized in this function
>
> $ g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -arch x86_64
> build/temp.macosx-10.6-universal-2.6/Users/cmayne/openbabel/src/openbabel/scripts/python/openbabel-python.o
> -L/Users/cmayne/openbabel/src/openbabel/scripts/python/../../lib
> -L/Users/cmayne/openbabel/src/openbabel/scripts/python/../../lib64 -L../lib
> -lopenbabel -o
> /Users/cmayne/openbabel/build/openbabel/scripts/pybuild/_openbabel.so
> ld: warning: directory
> '/Users/cmayne/openbabel/src/openbabel/scripts/python/../../lib' following
> -L not found
> ld: warning: directory
> '/Users/cmayne/openbabel/src/openbabel/scripts/python/../../lib64' following
> -L not found
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to