[proaudio] jost + vst + amd64 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
With intention to try jost's vst support, I have replaced vst-sdk ebuild's
SRC_URI="x86? ( vstsdk${PV}.zip )"
string with this one:
SRC_URI="amd64? ( vstsdk${PV}.zip )"
and have emerged vst-sdk and few vst plugins. Then I have added 'vst' flag
for jost and got the error shown below. Have I missed something?
GCC 4.1.2 is in use.
---------------------------------
...
VstPlugin.cpp
Resources.cpp
../../src/model/plugins/VstPlugin.cpp: In member function ‘virtual void VstPlugin::openEditor(void*, void*)’:
../../src/model/plugins/VstPlugin.cpp:377: error: cast from ‘void*’ to ‘int’ loses precision
make[1]: *** [../../../../bin/intermediate/JostRelease/VstPlugin.o] Error 1
make: *** [jost] Error 2