Page 1 of 1
PureBasic 'MIDAS Module' library
Posted: Wed Jul 14, 2004 12:27 pm
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"?
Posted: Wed Jul 14, 2004 8:10 pm
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.
Posted: Thu Jul 15, 2004 12:11 pm
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?
Posted: Thu Jul 15, 2004 2:01 pm
by Fred
I have no idea.. Only GTK 1.2 is needed tough.
Posted: Fri Jul 16, 2004 12:34 pm
by Dummy
To install GTK+1.2 you need pango and the other things!
Posted: Fri Jul 16, 2004 2:03 pm
by Fred
No, pango is only for gtk 2.0+.
Posted: Sun Jul 18, 2004 7:31 pm
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.
Posted: Sun Jul 18, 2004 10:18 pm
by KarLKoX
Posted: Mon Jul 19, 2004 12:14 pm
by Dummy
Brujah wrote:I got purebasic running with Suse 9.1. Maybe you should try this?
Not enough RAM on my Linux Notebook!
Posted: Mon Jul 19, 2004 5:41 pm
by Brujah
I tried to load a module.
Like: result = loadmodule(1,"mymodule.xm")
But the compiler says that this command is not available...
Posted: Mon Jul 19, 2004 8:54 pm
by Fred
Have you downloaded and installed the 'module' plugin from the download page first ?
Posted: Tue Jul 20, 2004 6:02 pm
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)