Hi everybody. I apologize in advance if my question is dumb, and thank anyone that could help me out. I'm quite new to C++ and cmake.
I have written a new plugin format, PDBT, which at the moment is nothing more than a copy of pdbqt format, but which will change once I can get it to work. When compiling normally everything works, I am able to use the new file format. However, I need an executable that can be distributed for use on different machines. When compiling using -DBUILD_SHARED=OFF -DBUILD_MIXED=ON, the obabel executable works, but the new plugin (PDBT) is absent from obabel -L formats list, and fails when I try to use it doing "obabel -isdf test/pdb_ligands_sdf/966c_rs2.sdf -opdbt". Does anyone have any idea why the plugin is not working on the mixed compiled executable? Here is my fork with the PDBT format: https://github.com/rquiroga7/openbabel.git -- *Dr. Rodrigo Quiroga* Investigador Asistente CONICET Departamento de Química Teórica y Computacional Facultad de Ciencias Químicas Universidad Nacional de Córdoba ARGENTINA
_______________________________________________ OpenBabel-Devel mailing list OpenBabel-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-devel