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

GraysonPeddie commented on 2017-03-09 21:16 (UTC)

I'm having problems compiling carla-bridges-wine64-git: ==> Building and installing package ==> Making package: carla-bridges-win64-git 3488.e1e533a5-1 (Thu Mar 9 15:12:54 CST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating carla-bridges-win64-git git repo... Fetching origin -> Found vstsdk366_27_06_2016_build_61.zip ==> Validating source files with md5sums... carla-bridges-win64-git ... Skipped vstsdk366_27_06_2016_build_61.zip ... Passed ==> Extracting sources... -> Creating working copy of Carla git repo... Switched to a new branch 'makepkg' -> Extracting vstsdk366_27_06_2016_build_61.zip with bsdtar ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/jackbridge' make[1]: Nothing to be done for 'win64e'. make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/jackbridge' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_audio_basics' make[1]: Nothing to be done for 'win64'. make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_audio_basics' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_audio_processors' Compiling juce_audio_processors.cpp (64bit) Creating juce_audio_processors.win64.a make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_audio_processors' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_core' make[1]: Nothing to be done for 'win64'. make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_core' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_data_structures' make[1]: Nothing to be done for 'win64'. make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_data_structures' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_events' make[1]: Nothing to be done for 'win64'. make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_events' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_graphics' make[1]: Nothing to be done for 'win64'. make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_graphics' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_gui_basics' Compiling juce_gui_basics.cpp (64bit) In file included from ../juce_core/juce_core.h:236:0, from ../juce_graphics/juce_graphics.h:55, from juce_gui_basics.h:55, from juce_gui_basics.cpp:45: ../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 is guarded by the ‘if’ return start + (end - start) * proportion; ^~~~~~ In file included from juce_gui_basics.cpp:282:0: native/juce_win32_Windowing.cpp: At global scope: native/juce_win32_Windowing.cpp:745:15: error: explicit specialization in non-namespace scope ‘class juce::UWPUIViewSettings’ template <> ^ native/juce_win32_Windowing.cpp:746:12: error: specialization of ‘template<class Type> struct juce::UUIDGetter’ must appear at namespace scope struct UUIDGetter<IUIViewSettingsInterop> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ native/juce_win32_Windowing.cpp:774:15: error: explicit specialization in non-namespace scope ‘class juce::UWPUIViewSettings’ template <> ^ native/juce_win32_Windowing.cpp:775:12: error: specialization of ‘template<class Type> struct juce::UUIDGetter’ must appear at namespace scope struct UUIDGetter<IUIViewSettings> ^~~~~~~~~~~~~~~~~~~~~~~~~~~ native/juce_win32_Windowing.cpp:786:12: error: too many template-parameter-lists struct ComBaseModule ^~~~~~~~~~~~~ native/juce_win32_Windowing.cpp:803:5: error: ‘ComBaseModule’ does not name a type ComBaseModule comBaseDLL; ^~~~~~~~~~~~~ native/juce_win32_Windowing.cpp: In constructor ‘juce::UWPUIViewSettings::UWPUIViewSettings()’: native/juce_win32_Windowing.cpp:667:9: error: ‘ComBaseModule’ was not declared in this scope ComBaseModule dll (L"api-ms-win-core-winrt-l1-1-0"); ^~~~~~~~~~~~~ native/juce_win32_Windowing.cpp:669:13: error: ‘dll’ was not declared in this scope if (dll.h != nullptr) ^~~ native/juce_win32_Windowing.cpp:681:63: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (status != S_OK && status != S_FALSE && status != 0x80010106L) ~~~~~~~^~~~~~~~~~~~~~ native/juce_win32_Windowing.cpp:698:13: error: ‘comBaseDLL’ was not declared in this scope comBaseDLL = static_cast<ComBaseModule&&> (dll); ^~~~~~~~~~ native/juce_win32_Windowing.cpp:698:38: error: ‘ComBaseModule’ does not name a type comBaseDLL = static_cast<ComBaseModule&&> (dll); ^~~~~~~~~~~~~ native/juce_win32_Windowing.cpp:698:51: error: expected ‘>’ before ‘&&’ token comBaseDLL = static_cast<ComBaseModule&&> (dll); ^~ native/juce_win32_Windowing.cpp:698:51: error: expected ‘(’ before ‘&&’ token native/juce_win32_Windowing.cpp:698:53: error: expected identifier before ‘>’ token comBaseDLL = static_cast<ComBaseModule&&> (dll); ^ native/juce_win32_Windowing.cpp:698:60: error: expected ‘)’ before ‘;’ token comBaseDLL = static_cast<ComBaseModule&&> (dll); ^ make[1]: *** [Makefile:96: ../../../build/juce_gui_basics/Release/juce_gui_basics.cpp.win64.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/source/modules/juce_gui_basics' make: *** [Makefile:134: /tmp/yaourt-tmp-grayson/aur-carla-bridges-win64-git/src/carla-bridges-win64-git/build/modules/Release/juce_gui_basics.win64.a] Error 2

Joermungand commented on 2015-01-14 19:46 (UTC)

PKGBUILD compiles again after thatest commits, so we’re back on track.

Joermungand commented on 2014-11-22 13:35 (UTC)

It seems mingw compilation is currently broken. Please check out ‘carla-bridges-win’ instead, it provides the binaries available on SourceForge. That should do for now.

Joermungand commented on 2014-10-27 19:44 (UTC)

This package depends on Steinberg’s VST3 SDK – without which, it will not build. A copy of it can be retrieved by signing in at http://www.steinberg.net/en/company/developers.html and has to be placed in the same directory as the PKGBUILD. The SDK version referred to in the PKGBUILD is vstsdk360_22_11_2013_build_100.zip, the latest at the time when the file was created. If you get a newer version, you will have to update the file name in the PKGBUILD, as well as its md5sum.