Bass on Linux...

BlitzMax Forums/Brucey's Modules/Bass on Linux...

jkrankie(Posted 2010) [#1]
@Brucey. Tried to get this working today. It complains that there is an 'end extern' without matching extern, which i got round by chopping out a few lines. After that, i get a 'syntax error in user defined type' error in BASS.bmx which points at line 2900, a line which doesn't exist!

Any chance you could point me in the right direction?

Cheers
Charlie


Brucey(Posted 2010) [#2]
Apologies... I've updated SVN, so it should be working again.


jkrankie(Posted 2010) [#3]
Burcey, your amazing!

Also, this seems to be how to install the shared object (copied from bass forums)

To install the bass lib in linux :

sudo cp libbass.so /usr/local/lib (to copy bass library into linux lib)

sudo chmod a+rx /usr/local/lib/libbass.so (to load the lib)

sudo ldconfig (to autoconfig)

Presumably i'd need a script to allow me to install this when the user try's to install the game? Or can i link to it in the same folder as the .exe ala Windows?

Cheers
Charlie