[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[fluid-dev] cmake build error
From: |
Ebrahim Mayat |
Subject: |
[fluid-dev] cmake build error |
Date: |
Thu, 05 Aug 2010 08:28:16 -0400 |
Hello
I have the dbus headers installed....
-- checking for module 'dbus-1>=1.0.0'
-- found dbus-1, version 1.2.16
...but I still get the following error
[ 97%] Building C object src/CMakeFiles/libfluidsynth.dir/bindings/
fluid_filerenderer.c.o
Linking C shared library libfluidsynth.dylib
Undefined symbols:
"_translate_error", referenced from:
_fluid_rtkit_make_realtime in fluid_rtkit.c.o
ld: symbol(s) not found
//
../src/bindings/fluid_rtkit.c:55:static int translate_error(const char
*name) {
../src/bindings/fluid_rtkit.c:99: ret =
translate_error(error.name);
../src/bindings/fluid_rtkit.c:104: ret =
translate_error(error.name);
../src/bindings/fluid_rtkit.c:209: ret =
translate_error(error.name);
../src/bindings/fluid_rtkit.c:215: ret =
translate_error(error.name);
../src/bindings/fluid_rtkit.c:270: ret =
translate_error(error.name);
../src/bindings/fluid_rtkit.c:276: ret =
translate_error(error.name);
../src/bindings/fluid_rtkit.c:342: res =
translate_error(error.name);
In addition, the autotools build system is still broken.
Regards,
E
- [fluid-dev] cmake build error,
Ebrahim Mayat <=