PureBasic 'MIDAS Module' library

Linux specific forum
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

PureBasic 'MIDAS Module' library

Post by Dummy »

PureBasic.com wrote:PureBasic 'MIDAS Module' library
What is it good for? Where should I put it? Is it named "module.txt" or "module"?
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It's named 'module' and should be put in the purebasic/purelibraries/ folder. It's used to replay music module file, see the purebasic help.
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

Thanks!

Another Problem:

I'm trying to install PureBasic 3.91 Full on SuSE Linux 8.0 for a week now and I still have Problems! I've installed SDL, nasm and PureBasic itself correctly, but GTK+ 2.4.4 doesn't want to compile! I've managed to install GLib 2.4.4 yesterday, pango 1.4 and the other needed things are installed too. Now the "configure" script of GTK+ 2.4.4 says that pango 1.2 or Xft is missing. I've looked in YaST2 and it didn't find Xft. Where can I download Xft?
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

I have no idea.. Only GTK 1.2 is needed tough.
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

To install GTK+1.2 you need pango and the other things!
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No, pango is only for gtk 2.0+.
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post by Brujah »

I got purebasic running with Suse 9.1. Maybe you should try this ? :-)

But I don't know what to do with the module file too. I copied it to the libraries directory. And now ? I can't find anything about it in the documentation.
I want to use it to play an Amiga Module File.
And my ogg files.
KarLKoX
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

Brujah wrote: I can't find anything about it in the documentation.
I want to use it to play an Amiga Module File.
http://www.purearea.net/pb/english/manu ... index.html
Brujah wrote: And my ogg files.
http://www.purearea.net/pb/english/manu ... coder.html
http://www.purearea.net/pb/english/manu ... dPlugin.pb
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Dummy
Enthusiast
Enthusiast
Posts: 162
Joined: Wed Jun 09, 2004 11:10 am
Location: Germany
Contact:

Post by Dummy »

Brujah wrote:I got purebasic running with Suse 9.1. Maybe you should try this?
Not enough RAM on my Linux Notebook!
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post by Brujah »

I tried to load a module.
Like: result = loadmodule(1,"mymodule.xm")
But the compiler says that this command is not available...
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Have you downloaded and installed the 'module' plugin from the download page first ?
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post by Brujah »

Ah, okay I forgot to copy it to the directory before copying it to its final destination :-(
This works now...

But.
Now I get the following:
-------------------------------------------
18380 lines processed.
Creating the executable.
gcc: purebasic.o: Datei oder Verzeichnis nicht gefunden

- Feel the ..PuRe.. Power -

sh: line 1: ./purebasic.exe: Datei oder Verzeichnis nicht gefunden
markus@localhost:~/laby>
-------------------------------------------------

I got this gcc error with Suse 9.0 also. Sometimes. But now I get it always. What can I do now ?
Gcc is installed. I compiled some C stuff without difficulties.

This what I get about my compiler:

markus@localhost:~/laby> gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
Post Reply