Compilation help needed (Linux) [SOLVED].

Ask and answer questions about making games and related topics. Unrelated topics go in that other forum.

Moderators: marionline, SDHawk

Post Reply
User avatar
Giorgos
Slime
Posts: 5
Joined: Wed Jul 19, 2017 9:49 am

Compilation help needed (Linux) [SOLVED].

Post by Giorgos »

Hi! :)

I'm trying to compile OHRRPGCE (last stable version, Callipygous) here (at Debian Jessie x64 KDE), but I'm receiving an Error 126 from Scons.
Does someone knows anything related?

Code: Select all

>scons debug=0 arch=64
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
reloadbasic/reloadbasic.py --careful bmod.rbas -o build/bmod.rbas.bas
sh: 1: reloadbasic/reloadbasic.py: Permission denied
scons: *** [build/bmod.rbas.bas] Error 126
scons: building terminated because of errors.
>
I think it can't find FB (which is normally installed here, native (x64) version).
Last edited by Giorgos on Thu Jul 20, 2017 11:24 am, edited 2 times in total.
TMC
Metal King Slime
Posts: 4308
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Hmm, this does sounds vaguely familiar; I think I've seen it before. To fix it you would run "chmod +x reloadbasic/reloadbasic.py".
reloadbasic.py translates a DSL embedded in the source code to regular FreeBasic.

However, creating a 64-bit build with Callipygous (or Callipygous+1) doesn't actually work correctly! Certain menus in ohrrpgce-custom will crash.

Luckily this is fixed in the next version, so download and compile that instead. The next version will be released 2 or 3 weeks anyway; we're closing in on it. And Nightly/WIP builds are usually quite stable.
See http://rpg.hamsterrepublic.com/ohrrpgce/Source on getting the source (from either a nightly zip, svn or git).
You can also now get a precompiled 32-bit or 64-bit Linux (Ubuntu) build here (64 bit builds weren't available before), but nightly .deb packages aren't working at the moment.
Last edited by TMC on Wed Jul 19, 2017 1:22 pm, edited 2 times in total.
User avatar
Giorgos
Slime
Posts: 5
Joined: Wed Jul 19, 2017 9:49 am

Post by Giorgos »

Indeed, the nightly source compiles successfully! :)

I'll test it for a while and I'll be back.

THANKS TMC!!! :hurr:
Post Reply