Package Details: carla-bridges-win64-git 6278.975821819-1

Git Clone URL: https://aur.archlinux.org/carla-bridges-win64-git.git (read-only, click to copy)
Package Base: carla-bridges-win64-git
Description: Carla win64 bridge
Upstream URL: http://kxstudio.sf.net/carla
Licenses: GPL2
Conflicts: carla-bridges-win64
Provides: carla-bridges-win64
Submitter: Joermungand
Maintainer: Joermungand
Last Packager: Joermungand
Votes: 8
Popularity: 0.000000
First Submitted: 2014-10-26 21:29 (UTC)
Last Updated: 2022-03-16 08:32 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Joermungand commented on 2018-12-17 17:47 (UTC) (edited on 2018-12-17 17:48 (UTC) by Joermungand)

Seeing that you have already been able to start compilation, I assume you’ve already got the latest wine installed. What you need is downgrading it to an older version. There are two ways to go about it (please replace wine with wine-staging in the following if that’s the version of wine you have):

(1) Install from cache (assuming you had wine 3.20 at some point in the past):

# pacman -U /var/cache/pacman/pkg/wine-3.20-1-x86_64.pkg.tar.xz

(2) If you’ve never had wine 3.20 installed, the command above will not work. Then you need to use downgrade (you can install it from AUR). Once installed, all it takes is

downgrade wine

and select the appropriate version in the list it displays.

Please post back if you need any help.

Ikshvaku commented on 2018-12-17 17:23 (UTC)

can you please tell me how i can install the correct version of wine through terminal using pacman?

Joermungand commented on 2018-12-17 07:56 (UTC)

PlayonLinux has no influence on the compilation. The versions of Wine it maintains are restricted to its own functionality. The only thing that matters is the system version of Wine (i.e. the one that pacman can see) – that’s the one that should be downgraded to 3.20.

Ikshvaku commented on 2018-12-16 21:40 (UTC)

Could the issue be that I installed Wine through PlayonLinux? Do you have any other ideas of what I can try?

Joermungand commented on 2018-12-16 19:21 (UTC) (edited on 2018-12-16 19:26 (UTC) by Joermungand)

Well, other than recompiling the whole mingw chain (not funny, it takes a little to complete), I fail to see any difference. I’ve build it severally, with both wine and wine staging, and had no issue. For the code, enclose it within triple backticks (with the backticks on a line of their own):

Compiling JackBridge1.cpp (wine64) In file included from ../utils/CarlaUtils.hpp:26, from ../utils/CarlaLibUtils.hpp:21, from JackBridge1.cpp:32: /usr/include/c++/8.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> ^~~~~~~~~~ compilation terminated. winegcc: gcc failed make[1]: [Makefile:215: ../../build/jackbridge/Release/JackBridge1.cpp.wine64.o] Error 2 make[1]: Leaving directory '/var/tmp/pamac-build-anzick/carla-bridges-win64-git/src/carla-bridges-win64-git/source/jackbridge' make: [Makefile:219: wine64] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Ikshvaku commented on 2018-12-16 13:29 (UTC) (edited on 2018-12-16 13:33 (UTC) by Ikshvaku)

Just tried again with Wine 3.20 and then with 3.2-staging and still same thing...(how do i put code in that neat blue box?)

Compiling JackBridge1.cpp (wine64) In file included from ../utils/CarlaUtils.hpp:26, from ../utils/CarlaLibUtils.hpp:21, from JackBridge1.cpp:32: /usr/include/c++/8.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> ^~~~~~~~~~ compilation terminated. winegcc: gcc failed make[1]: [Makefile:215: ../../build/jackbridge/Release/JackBridge1.cpp.wine64.o] Error 2 make[1]: Leaving directory '/var/tmp/pamac-build-anzick/carla-bridges-win64-git/src/carla-bridges-win64-git/source/jackbridge' make: [Makefile:219: wine64] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Joermungand commented on 2018-12-16 06:02 (UTC)

I cannot reproduce, sorry. It builds just fine here with both wine-staging-3.20 and wine-3.20. The only other thing I did while trying to trace the error was recompile all mingw packages and dependencies (well, dependencies first), but, at that time, they turned out not to be the cause.

Ikshvaku commented on 2018-12-16 03:30 (UTC)

I am having the same issue as Teteros. I tried downgrading my version of wine and it still had the same error, unfortunately.

Joermungand commented on 2018-12-07 07:10 (UTC)

I have finally managed to find the culprit: it’s wine – it needs downgrading to 3.20. Then the bridges will build just fine.

Teteros commented on 2018-12-03 01:07 (UTC)

I'm getting a missing include during jackbridge makefile

make -C source/jackbridge wine64
make[1]: Entering directory '/home/tete/code/aursrc/carla-bridges-win64-git/src/carla-bridges-win64-git/source/jackbridge'
Compiling JackBridge2.cpp (wine64)
Compiling JackBridge3.cpp (wine64)
Compiling JackBridge1.cpp (wine64)
In file included from ../utils/CarlaUtils.hpp:26,
                 from ../utils/CarlaSemUtils.hpp:21,
                 from JackBridge2.cpp:22:
/usr/include/c++/8.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
 #include_next <stdlib.h>
               ^~~~~~~~~~
compilation terminated.
winegcc: gcc failed
make[1]: *** [Makefile:215: ../../build/jackbridge/Release/JackBridge2.cpp.wine64.o] Error 2