| |
JCH
Registered: Aug 2008 Posts: 200 |
SID Factory II
Laxity and I have decided to go BETA with SID Factory II to let all curious SID composers also have a go at this cross-platform SID editor.
We have a Facebook group that you are welcome to join. There's also a nifty user manual there. If you're not on Facebook, this thread should serve as another place where we can share questions, ideas, music, bugs, new builds, additional files, etc.
Please note that although SID Factory II is quite stable and more than capable of editing SID tunes at this point, it is still missing a few essential things such as e.g. sub tunes. We have a solid ToDo and will post new builds here as they become available.
The first official BETA build: SIDFactoryII_20200604.zip |
|
... 145 posts hidden. Click here to view all posts.... |
| |
spider-j
Registered: Oct 2004 Posts: 498 |
Quoting CompyxThat said, can you run x64sc from a file manager with it being a 'pie'?
No, not in Nautilus, not in Thunar.
And the only binaries that are *not* pie on both of my computers are the GNU compilers. Everything else in /usr/bin is pie. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Ah, my current compiles of vice are done with clang-10/11. Let's see what the old gcc 9.3 does. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Fuck, yep. GCC also produces pies. |
| |
Isildur
Registered: Sep 2006 Posts: 275 |
Hack by Compyx gives me :)
"Failed to execute command "~/SidfactoryII/sf2" (not a directory)" |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Does that path exist?
Wouldn't surprise me if ~ doesn't get expanded to /home/$USER. So perhaps use the full path? |
| |
Isildur
Registered: Sep 2006 Posts: 275 |
It's shortened to post it here, full path is in .desktop file.
Also I noticed in Krusader and Doublecmd SF2 runs without any issues. Great. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Meanwhile I noticed adding -no-pie to the FLAGS in Makefile results in a non-pie binary that can be run from a file manager. But I'm getting reports that might not work on KDE. |
| |
Isildur
Registered: Sep 2006 Posts: 275 |
@Compyx yeah, thank you! That's it. Now SF2 is fully operational on Linux Lite. "FLAGS=-O2 -Wall -g -no-pie" |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Great!
Perhaps at some point someone can explain why I needed -no-pie in the first place?
But who cares, it works! :) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
Quote:"FLAGS=-O2 -Wall -g -no-pie"
make this "FLAGS=-O2 -Wall -Wno-reorder -no-pie" for less useless warnings and much smaller executable :) |
Previous - 1 | ... | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 - Next |