Additional LDFLAGS
-
@Christoph-Hart I'm using the automated build via CI on Linux Mint. I need two additional LDFLAGS
-lXext -lX11
adding to the make file for the standalone build. Is there a way this can be done without having to manually edit the make file? -
Bump bump
-
I found this in CompileExporter.cpp but it doesn't seem to work with the standalone build.
REPLACE_WILDCARD_WITH_STRING("%LINUX_GUI_LIBS%", "x11 xinerama xext");
-
Aha I found the culprit. The ProjectTemplate.cpp has this line
<LINUX_MAKE targetFolder=\"Builds/LinuxMakefile\" linuxExtraPkgConfig=\"%LINUX_GUI_LIBS%\">\r\n"
But the StandaloneProjectTemplate.cpp has this
<LINUX_MAKE targetFolder=\"Builds/LinuxMakefile\">\r\n"
Rebuilding now to check if it solves the issue...
-
Didn't work :( seems like the wildcard isn't replaced in the standalone template. @Christoph-Hart help :D
-
I've added this here:
- added linux extra library definitions to standalone exporter · christophhart/HISE@9e42861
The open source framework for sample based instruments - - added linux extra library definitions to standalone exporter · christophhart/HISE@9e42861
GitHub (github.com)
Although I have no system at hand to verify that it works. Can you check it?
-
@Christoph-Hart I haven't been able to build the scriptnode branch sucesfully yet, but I'll give it a go and see :)
-
Ah, what's the problem there?
-
@Christoph-Hart Last time I tried I had a lot of errors, I thought I posted it but I can't find the thread. I'll check what happens when I compile again and report back.
-
It should compile on macOS, so chances are good that Linux behaves too - you might need to remove a few
std::absf
and friends again :) -
That's a text file but I wasn't able to upload it as such so you'll need to change the extension.
-
bump bump :)
-
@d-healey we both know @Christoph-Hart is now on his computer :)
-
Actually I am sitting on a beach right now ;)
-
@Christoph-Hart No way!!!!!!!!!! Lucky dude. I'm not :(
-
@hisefilo still a cafe is no bad place to be...
-
@Lindon but missing summer here in Argentina. Nice coffee anyway, lovely people. This is my second office
-
Last time I tried I had a lot of errors, I thought I posted it but I can't find the thread. I'll check what happens when I compile again and report back.
Unfortunately, the new macOS won't let me run VirtualBox, so I can't test it in Linux right now, has to wait until next week I am afraid...
-
@Christoph-Hart No problemo, enjoy your break :)
-
Still no joy compiling ScriptNode :(