Re: [OpenBabel-Devel] virtual function visibility

2011-09-15 Thread kc
Hi Yuecalli I have the same problem as you have in installing mychem...did you manage to resolve it? If so, would you kindly let me know how as well? Thanks alot! -- View this message in context: http://forums.openbabel.org/virtual-function-visibility-tp3213533p3817048.html Sent from the

Re: [OpenBabel-Devel] virtual function visibility

2011-07-17 Thread yuecaili
hi,Noel: I think I got a wrong .so file, I run the command nm libopenbabel.so|grep OBGroupContrib ,I got nothing. Do you think so? Btw,can anybody gave me a libopenbabel.so file? Thanks. Best regards, yuecaili -- View this message in context:

Re: [OpenBabel-Devel] virtual function visibility

2011-07-10 Thread Noel O'Boyle
You should use the development code. See http://openbabel.org/docs/dev/Contributing/DevBestPractices.html#working-with-the-development-code - Noel On 7 July 2011 11:28, yuecaili yueca...@gmail.com wrote: Hi all, I encountered the same problem, but I don't know how to remove fvisibility=hidden

Re: [OpenBabel-Devel] virtual function visibility

2011-01-15 Thread Konstantin Tokarev
15.01.2011, 05:17, Marcus D. Hanwell marcus.hanw...@kitware.com: On Jan 14, 2011, at 3:10 PM, Geoffrey Hutchison wrote:  On Jan 12, 2011, at 3:22 AM, Jerome Pansanel wrote:  It may be safe to remove visibility=hidden from CMakeLists.txt ?  Debian builds use by default the autotools, that

Re: [OpenBabel-Devel] virtual function visibility

2011-01-15 Thread Marcus D. Hanwell
2011/1/15 Konstantin Tokarev annu...@yandex.ru: 15.01.2011, 05:17, Marcus D. Hanwell marcus.hanw...@kitware.com: On Jan 14, 2011, at 3:10 PM, Geoffrey Hutchison wrote:  On Jan 12, 2011, at 3:22 AM, Jerome Pansanel wrote:  It may be safe to remove visibility=hidden from CMakeLists.txt ?  

Re: [OpenBabel-Devel] virtual function visibility

2011-01-15 Thread Konstantin Tokarev
 I've also experienced visibility issues with OpenBabel compiled using Intel Compiler on Linux Can you be more specific? In all honesty, if the public API is not well defined and people are experiencing issues this should be an option that defaults to off at best. Like I said, the work

Re: [OpenBabel-Devel] virtual function visibility

2011-01-15 Thread Marcus D. Hanwell
2011/1/15 Konstantin Tokarev annu...@yandex.ru:  I've also experienced visibility issues with OpenBabel compiled using Intel Compiler on Linux Can you be more specific? In all honesty, if the public API is not well defined and people are experiencing issues this should be an option that

Re: [OpenBabel-Devel] virtual function visibility

2011-01-14 Thread Geoffrey Hutchison
On Jan 12, 2011, at 3:22 AM, Jerome Pansanel wrote: It may be safe to remove visibility=hidden from CMakeLists.txt ? Debian builds use by default the autotools, that are not using the visibility parameter (therefore, it works perfectly). I would personally be OK with people removing

Re: [OpenBabel-Devel] virtual function visibility

2011-01-14 Thread Marcus D. Hanwell
On Jan 14, 2011, at 3:10 PM, Geoffrey Hutchison wrote: On Jan 12, 2011, at 3:22 AM, Jerome Pansanel wrote: It may be safe to remove visibility=hidden from CMakeLists.txt ? Debian builds use by default the autotools, that are not using the visibility parameter (therefore, it works

[OpenBabel-Devel] virtual function visibility

2011-01-12 Thread Jerome Pansanel
Hi, I have recently tested to compile Open Babel 2.3.0 with CMake to use it with Mychem. The compilation and the installation work fine. However, the compilation of Mychem fails. I have tried with a cmake compiled Open Babel (v2.2.3) and the compilation of Mychem fails also with the