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

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

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

Joermungand commented on 2017-08-01 14:29 (UTC)

No PKGBUILD update needed. falkTX sorted it out upstream. You can simply reinstall using the current PKGBUILD. I’ve just tested it and can confirm it works.

funkmuscle commented on 2017-08-01 14:23 (UTC)

thanx falkTX. I'll wait for the PKGBUILD update as I don't know how to disable mingw in the code. I've removed everything 'mingw' in the PKGBUILD and still not building so it's best I wait.

falkTX commented on 2017-07-31 20:41 (UTC)

mingw always crashes on there for some reason. disabled that part of the code, should build fine now.

funkmuscle commented on 2017-07-31 16:07 (UTC)

@SpotlightKid: yep me too. make[1]: Leaving directory '/tmp/pamac-build-harv/carla-bridges-win32-git/src/carla-bridges-win32-git/source/jackbridge' make[1]: Entering directory '/tmp/pamac-build-harv/carla-bridges-win32-git/src/carla-bridges-win32-git/source/modules/juce_audio_basics' Compiling juce_audio_basics.cpp (32bit) In file included from ../juce_core/juce_core.h:236:0, from juce_audio_basics.h:60, from juce_audio_basics.cpp:42: ../juce_core/maths/juce_NormalisableRange.h: In member function ‘ValueType juce::NormalisableRange<ValueType>::convertFrom0to1(ValueType) const’: ../juce_core/maths/juce_NormalisableRange.h:132:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (skew != static_cast<ValueType> (1) && proportion > ValueType()) ^~ ../juce_core/maths/juce_NormalisableRange.h:135:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ return start + (end - start) * proportion; ^~~~~~ In file included from juce_audio_basics.cpp:93:0: buffers/juce_FloatVectorOperations.cpp: In static member function ‘static void juce::FloatVectorOperations::enableFlushToZeroMode(bool)’: buffers/juce_FloatVectorOperations.cpp:1010:1: internal compiler error: in ix86_compute_frame_layout, at config/i386/i386.c:12444 } ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[1]: *** [Makefile:87: ../../../build/juce_audio_basics/Release/juce_audio_basics.cpp.win32.o] Error 1 make[1]: Leaving directory '/tmp/pamac-build-harv/carla-bridges-win32-git/src/carla-bridges-win32-git/source/modules/juce_audio_basics' make: *** [Makefile:131: /tmp/pamac-build-harv/carla-bridges-win32-git/src/carla-bridges-win32-git/build/modules/Release/juce_audio_basics.win32.a] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

SpotlightKid commented on 2017-07-10 16:08 (UTC)

Anyone else getting this error? make[1]: Leaving directory '/home/chris/src/arch/packages/carla-bridges-win32-git/src/carla-bridges-win32-git/source/jackbridge' make[1]: Entering directory '/home/chris/src/arch/packages/carla-bridges-win32-git/src/carla-bridges-win32-git/source/modules/juce_data_structures' Compiling juce_data_structures.cpp (32bit) In file included from ../juce_core/juce_core.h:236:0, from juce_audio_basics.h:60, from juce_audio_basics.cpp:42: ../juce_core/maths/juce_NormalisableRange.h: In member function 'ValueType juce::NormalisableRange<ValueType>::convertFrom0to1(ValueType) const': ../juce_core/maths/juce_NormalisableRange.h:132:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (skew != static_cast<ValueType> (1) && proportion > ValueType()) ^~ ../juce_core/maths/juce_NormalisableRange.h:135:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return start + (end - start) * proportion; ^~~~~~ In file included from ../juce_core/juce_core.h:236:0, from ../juce_events/juce_events.h:60, from juce_data_structures.h:53, from juce_data_structures.cpp:36: ../juce_core/maths/juce_NormalisableRange.h: In member function 'ValueType juce::NormalisableRange<ValueType>::convertFrom0to1(ValueType) const': ../juce_core/maths/juce_NormalisableRange.h:132:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (skew != static_cast<ValueType> (1) && proportion > ValueType()) ^~ ../juce_core/maths/juce_NormalisableRange.h:135:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return start + (end - start) * proportion; ^~~~~~ Creating juce_data_structures.win32.a make[1]: Leaving directory '/home/chris/src/arch/packages/carla-bridges-win32-git/src/carla-bridges-win32-git/source/modules/juce_data_structures' make[1]: Entering directory '/home/chris/src/arch/packages/carla-bridges-win32-git/src/carla-bridges-win32-git/source/modules/juce_events' Compiling juce_events.cpp (32bit) In file included from juce_audio_basics.cpp:93:0: buffers/juce_FloatVectorOperations.cpp: In static member function 'static void juce::FloatVectorOperations::enableFlushToZeroMode(bool)': buffers/juce_FloatVectorOperations.cpp:1010:1: internal compiler error: in ix86_compute_frame_layout, at config/i386/i386.c:12444 } ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[1]: *** [Makefile:87: ../../../build/juce_audio_basics/Release/juce_audio_basics.cpp.win32.o] Error 1 make[1]: Leaving directory '/home/chris/src/arch/packages/carla-bridges-win32-git/src/carla-bridges-win32-git/source/modules/juce_audio_basics' make: *** [Makefile:131: /home/chris/src/arch/packages/carla-bridges-win32-git/src/carla-bridges-win32-git/build/modules/Release/juce_audio_basics.win32.a] Error 2 make: *** Waiting for unfinished jobs....

Joermungand commented on 2016-12-11 12:16 (UTC)

@SpotlightKid: I am aware of the AUR package, thank you, but it does not install all the files that the bridges require in order to build – plus one file needs patching. So I’m stuck with this for the time being. @GraysonPeddie: It was my fault as I failed to notice Steinberg had updated the SDK on their website. Thanks for pointing it out. I have updated both packages and they should build now (they have on my system).

SpotlightKid commented on 2016-12-10 21:26 (UTC) (edited on 2016-12-10 21:27 (UTC) by SpotlightKid)

There's now also an AUR package, which installs the Steinberg VST SDK. You can have a look, for example, at my dexed-git package how it can be used: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dexed-vst-git

GraysonPeddie commented on 2016-12-10 21:18 (UTC)

The VST SDK download leads to a 404 not found. This will also occur in win64 version as well.

ask commented on 2016-03-14 20:22 (UTC)

Thanks for the cue, after I installed gcc-multilib it worked.

Joermungand commented on 2016-03-10 08:13 (UTC)

I cannot reproduce the error. I’ve yet to make some tests, but I’m wondering whether this might be because I have the multilib build toolchain installed.