2014-03-28 4:10 GMT+01:00 Tres Finocchiaro <[email protected]>: > RemotePluginClient::shmget: No such file or directory
Try to add #define USE_QT_SHMEM inside the existing block #ifdef LMMS_BUILD_APPLE ... #endif at the beginning of include/RemotePlugin.h - these sections should be identical on OS X and Windows then (and if it works can they merged via #if defined(LMMS_BUILD_WIN32) || defined(LMMS_BUILD_APPLE)). Toby ------------------------------------------------------------------------------ _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
