
Hi there, Thank you for your awesome software. Recently, I've tried to load a plugin in OpenFlipper, but don’t know why it cannot do it. If you won’t mind, could you please have a look of this plugin. Thanks in advance. This is the plugin I tried to load. https://sourceforge.net/p/mesh2hrtf/code/HEAD/tree/tags/Release0.2.0/Mesh2In... <https://sourceforge.net/p/mesh2hrtf/code/HEAD/tree/tags/Release0.2.0/Mesh2Input/MeshGrading(OpenFlipper)/> Many thanks, Sheng-Chi

On 8/24/20 2:01 AM, Sheng-Chi Liu wrote:
Hi there,
Thank you for your awesome software. Recently, I've tried to load a plugin in OpenFlipper, but don’t know why it cannot do it. If you won’t mind, could you please have a look of this plugin. Thanks in advance. This is the plugin I tried to load. https://sourceforge.net/p/mesh2hrtf/code/HEAD/tree/tags/Release0.2.0/Mesh2In...
Many thanks, Sheng-Chi
_______________________________________________ Openflipper mailing list -- openflipper@lists.rwth-aachen.de To unsubscribe send an email to openflipper-leave@lists.rwth-aachen.de https://lists.rwth-aachen.de/postorius/lists/openflipper.lists.rwth-aachen.d...
Hi, in your CMakeLists.txt: Add the missing type: openflipper_plugin (INSTALLDATA Icons TYPES TRIANGLEMESH) In MeshGradingToolbox.hh add pragmaonce and change the include of the toolbox: #pragma once #include "ui_toolbox.h" Progressemitter has no compile unit, as it's only a header, resulting in missing symbols ( Error in the Log at the bottom of OpenFlipper), start OpenFlipper with -c to get the log on the console as well. Core : Error was : Cannot load library /servers/krag/ssd-home1/moebius/projects/Build-OpenFlipper-Free-icecc-release/Build/lib/plugins/libPlugin-RTF.so: (/servers/krag/ssd-home1/moebius/projects/Build-OpenFlipper-Free-icecc-release/Build/lib/plugins/libPlugin-RTF.so: undefined symbol: _ZTV15ProgressEmitter) Create a ProgressEmitter.cc with the code from the header. After these changes, the plugin loads fine for me. Regards, Jan Möbius -- Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21802 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Jan Möbius
-
Sheng-Chi Liu