Debug vs Release
-
Is there anything else that could cause those intermediate file issues I had earlier? I'm trying to build Projucer on Mint 17 and I'm hitting those same messages, I've done make clean every time and I manually deleted the build folder. Before I started I deleted my previous HISE-develop folder and downloaded it fresh from GitHub as a zip.
-
I‘ve hit those when I switched the compilation modes from Debug to Release and there were some old files lying around that were mistakenly reused, but I have no idea what else could be responsible...
-
@christoph-hart hmm I'll try on Mint 18 and see what I get
-
Well something strange is happening. I'll probably figure it out. If I open the JUCE/extras/projucer/Projucer.jucer file and resave it, then try and build the make file I get the problem. Whereas if I don't do the resaving and just use the makefile that's already there I don't get the issue. The only problem it has the webgtk stuff in that makefile so I want to resave the jucer file.
-
Well in this case make a diff between the makefiles and check what else is changing.
-
Good idea. I'm not too sure what I'm looking for, the red is the new file that doesn't work, yellow is the original.
-
It seems as there are a few dependencies being removed (
x11
,web-gtk
and so on). I think had to remove these for the headless plugin build (is actually a few months ago since I did this), but it shouldn't affect the normal stuff.In order to fix this, you can add these back to the Projucer (search for the other libs like
freetype
and add the missing ones. -
@christoph-hart I think I'm not doing this correctly. I go to the filter below the file explorer section and type in x11 for example but nothing shows up.
-
.jucer files are XML files, just load them into Sublime and Ctrl+H these bad boys back :)
-
@christoph-hart Thank you Sensei
-
I was unable to find any references to the libraries like freetype and libcurl in the jucer file so I just added the missing ones to the makefile instead and that worked. I'm going to try now on Mint 17 again.
-
Ah, oops, just remembering, they are located elsewhere. Look in
JUCE/modules/juce_graphics/juce_graphics.h
. Change line 47 tolinuxPackages: x11 xinerama xext freetype2
-
Thanks, here is the latest Projucer built on Mint 17 - https://www.dropbox.com/s/2m9463flaw7f8w4/Projucer.zip?dl=0
-
@d-healey said in Debug vs Release:
I was unable to find any references to the libraries like freetype and libcurl in the jucer file so I just added the missing ones to the makefile instead and that worked. I'm going to try now on Mint 17 again.
Good afternoon all! First of all I wanted to thank for the remarkable designer on assembly of own musical instruments! I tested compilation and work of Hise on different versions Linux. Best of all everything works at Fedora 28. But it is necessary to establish similar libraries, answers on analogs are on the Internet. David thanks for lessons of the program, and Christoph for remarkably done work!