Laaca Czech republic, 17.05.2008, 13:05 |
Allegro sprite editor (Developers) |
Today I tried to compile Allegro sprite editor for DOS but I got an error message in JTHREAD.C file. --- |
|
Khusraw 17.05.2008, 14:47 @ Laaca |
Allegro sprite editor |
> Today I tried to compile Allegro sprite editor for DOS but I got an error |
|
Khusraw 18.05.2008, 08:03 @ Laaca |
Allegro sprite editor |
If you did allude to ASE 0.6b2, you must have a pthreads library for DJGPP in order for the program to compile. You can use GNU pthreads port (this one requires also watt32 library) or FSU pthreads (which you can download together with the DJGPP patches from Michel Kostylev page). Add "defined ALLEGRO_DJGPP" in jthread.c and don't forget to link the pthreads library (and watt32 if GNU pthreads is used). There should be no problems to compile ASE yourself. |