-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RemoteVstPlugin fails to build #1097
Comments
it builds with: cmake .. -DWANT_VST=no |
IIRC, wine-gcc, wine-cxx are part of wine-dev, which I assume you have installed? If you do, there may be a bug with your build environment that hasn't been discovered yet. If you don't have it or don't want it, we can close this out as invalid. |
Furthermore, I know llvm/clang has issues with this part although I'm unaware if that would affect the GNU varieties. |
Yes, I have libewine-dev |
Wine and GCC seem to have a history of breaking compat. Did you get wine from WineHQ PPA or Debian? |
Debian |
Well, GCC 4.9.1 was just released in July of this year so there's likely to be compatibility bugs but out of curiosity I forced Reminder, this is on 32-bit so there may be some 64-bit compat steps we haven't identified yet if you're compiling on 64-bit. ubuntu@lubuntu-1404-beta:~/lmms/build$ wine --version
'wine-1.6.2' ubuntu@lubuntu-1404-beta:~/lmms/build$ winegcc -v
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.1-3ubuntu2~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
'gcc version 4.9.1' (Ubuntu 4.9.1-3ubuntu2~14.04.1) -Tres |
I managed, I think wine-dev has some conflict with libwine-dev, I removed the latter and it compiled, thanks for the help! |
I'm having trouble with this, no matter what dependencies I install and uninstall. I get the same errors as above. |
I download the source from git just like an hour ago, I got g++ 4.9.1 on debian testing.
[ 83%] Generating RemoteVstPlugin
/bin/sh: 1: WINE_CXX-NOTFOUND: not found
plugins/vst_base/CMakeFiles/vstbase.dir/build.make:53: recipe for target 'plugins/vst_base/RemoteVstPlugin' failed
make[2]: *** [plugins/vst_base/RemoteVstPlugin] Error 127
CMakeFiles/Makefile2:7611: recipe for target 'plugins/vst_base/CMakeFiles/vstbase.dir/all' failed
make[1]: *** [plugins/vst_base/CMakeFiles/vstbase.dir/all] Error 2
Makefile:133: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: