Search found 12 matches

by jerdboyd
Fri May 25, 2018 8:52 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

well i've tried everything that i can think of and it just doesn't want to find that windows.h file.

ill keep trying and let you know if i have any luck.
by jerdboyd
Thu May 24, 2018 10:26 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

still no luck after a fresh clone and make. here is the whole error make -C source/jackbridge wine32 make[1]: Entering directory '/home/jeremy/bin/Carla/source/jackbridge' Compiling JackBridge1.cpp (wine32) JackBridge1.cpp:22:11: fatal error: windows.h: No such file or directory # include <windows.h...
by jerdboyd
Thu May 24, 2018 8:29 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

[jeremy@localhost ~]$ sudo locate */windows.h
/usr/include/wine/wine/windows/windows.h

thx.

if you cant get to it for a while just let me know which file to put it in and i can do that.
by jerdboyd
Thu May 24, 2018 1:52 am
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

Hello again. i've recently upgraded my system to the latest fedora and i'm having issues with re-installing carla. i've got all the wine-devel packages installed but im still getting this error when running make wine32 JackBridge1.cpp:22:11: fatal error: windows.h: No such file or directory # includ...
by jerdboyd
Wed Mar 14, 2018 6:47 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

make win32 HAVE_LIBLO=false gave me an error but after installing mingw32 and 64 pthreads-static it finished making. after install carla discovers and loads 32 bit dlls in both the plugin and stand alone. can i repeat the final command for make win64 by exporting a different set of paths? this isnt ...
by jerdboyd
Tue Mar 13, 2018 1:19 am
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

i solved the issue with make wine64. i didnt have the 64 bit wine devel package installed. as far as mingw i followed the instructions on this page and went through the whole process again. still no luck
http://fedoraproject.org/wiki/MinGW/Configure_wine
by jerdboyd
Tue Mar 13, 2018 12:59 am
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

im not sure what has to be done to setup mingw. i added a couple more mingw packages thinking that maybe i didnt have the right ones installed. here is my step by step process. from the carla directory make ( no errors ) make features -------------------------------- ---> Main features Front-End: YE...
by jerdboyd
Mon Mar 12, 2018 8:50 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

Hello Again. just an update on my progress. i hit a brick wall with make wine32 so i deleted my source and downloaded the source from the kxstudio site rather than the git repo. this source didn't seem to have any trouble finding my wine devel files so make win32 win64 and wine32 went well. i also m...
by jerdboyd
Thu Mar 08, 2018 12:36 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

wine devel files are in /usr/include/wine/wine/windows/
by jerdboyd
Thu Mar 08, 2018 2:29 am
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

i was able to get make win32 and make win64 to finish after installing the needed devel files but now im stuck on make wine32. im getting this error and have not been able to find out how to proceed make -C source/jackbridge wine32 make[1]: Entering directory '/home/jeremy/bin/Carla/source/jackbridg...
by jerdboyd
Thu Mar 08, 2018 12:38 am
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

Re: More Carla Questions

firstoff, thank you so much for this software. i cant imagine the headache of trying to make something like this work. so, i've installed the mingw dependencies that were on that list and the carla plugin search dialogue still doesn't show that i have the vst bridge installed. do i need to do someth...
by jerdboyd
Wed Mar 07, 2018 9:14 pm
Forum: Plugins, Effects and Instruments
Topic: More Carla Questions
Replies: 35
Views: 7606

More Carla Questions

Hello all, first time posting here. Im a fedora linux 64bit user using Mixbus 32c for my DAW. I've been messing around with carla the last couple of weeks and have had moderate success. when compiling the program from source with all the proper dependencies installed i get functioning standalone, lv...