![]() |
|
How to compile allegro 3.12? |
Eugene Sureev
Member #5,476
February 2005
![]() |
Hello. Compiling Allegro. Please wait... gcc -x assembler-with-cpp -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -o obj/djgpp/blit8.o -c src/blit8.s src/blit8.s: Assembler messages: src/blit8.s:53: Warning: indirect call without `*' src/blit8.s:120: Warning: indirect call without `*' src/blit8.s:120: Warning: indirect call without `*' src/blit8.s:120: Error: suffix or operands invalid for `movs' src/blit8.s:133: Warning: indirect call without `*' src/blit8.s:133: Warning: indirect call without `*' src/blit8.s:133: Error: suffix or operands invalid for `movs' src/blit8.s:141: Warning: indirect call without `*' src/blit8.s:141: Warning: indirect call without `*' src/blit8.s:148: Warning: indirect call without `*' src/blit8.s:148: Warning: indirect call without `*' src/blit8.s:155: Warning: indirect call without `*' src/blit8.s:155: Warning: indirect call without `*' src/blit8.s:213: Warning: indirect call without `*' src/blit8.s:219: Warning: indirect call without `*' src/blit8.s:240: Warning: indirect call without `*' src/blit8.s:246: Warning: indirect call without `*' src/blit8.s:309: Warning: indirect call without `*' src/blit8.s:309: Warning: indirect call without `*' src/blit8.s:309: Warning: rest of line ignored; first ignored character is `m' make.exe: *** [obj/djgpp/blit8.o] Error 1 I am using gcc version 3.4.3 and latest djgpp files from delorie server. May be I should download older version of gcc? |
ReyBrujo
Moderator
January 2001
![]() |
Your as version is too new. I remember compiling Allegro 3.12 without problems with GCC 2.95.3, which had as 1.89 I think. -- |
Eugene Sureev
Member #5,476
February 2005
![]() |
Where I can get GCC version 2.95? I only can find 3.xx versions from Delorie. |
ReyBrujo
Moderator
January 2001
![]() |
Not really. Only suggestion I can do is going to generate a list of files with the ZipPicker, then go to ftp://ftp.delorie.com/pub/djgpp/deleted/ and manually look for each file. I think you can compile using an old version of MinGW... -- |
Hrvoje Ban
Member #4,537
April 2004
![]() |
Why do you need 3.12 for, I thought allegro was backward compatible with all (most) older versions. |
Evert
Member #794
November 2000
![]() |
Why do you need to compile Allegro 3.12? 4.0 or 4.2 should work just fine with DJGPP. |
Eugene Sureev
Member #5,476
February 2005
![]() |
gcc version 2.95 fails to compile allegro with SIGSEGV. I need that version of Allegro library to produce signatures of functions to fix the old program. |
A J
Member #3,025
December 2002
![]() |
i have archives of that stuff on CDROM somewhere... i'd have to dig it up... but if you really need old DJGPP acrhives, i might still have them. just tell me which packages you need? ___________________________ |
Eugene Sureev
Member #5,476
February 2005
![]() |
I need allegro 3.12 library - liballeg.a |
Ron Ofir
Member #2,357
May 2002
![]() |
You'll also need all of the headers I believe. |
Eugene Sureev
Member #5,476
February 2005
![]() |
No, only libraries - liballeg.a and liballd.a By the way, I have all headers, I simply cannot compile them into lib. |
A J
Member #3,025
December 2002
![]() |
i will look thru the archive in about 5 hours. ___________________________ |
Eugene Sureev
Member #5,476
February 2005
![]() |
Thank you in advance. |
Evert
Member #794
November 2000
![]() |
Sorry for dragging this off-topic, but for the love of all that is good in this world, someone please send me the css code to block out AJ's new avatar! |
A J
Member #3,025
December 2002
![]() |
OK, if its really that offensive; i shall change it. ___________________________ |
ReyBrujo
Moderator
January 2001
![]() |
Not sure if visibility works for IE, display will for sure: div.avatar_3025 { visibility: none; display: none; }
-- |
A J
Member #3,025
December 2002
![]() |
i've changed it back to the previous (just as hideous) one. i have some old DJGPP archives... my search found evidence that Allegro 3.12 was released in Aug 1999.
i believe allegro 3.12 will most probably compile using these. ___________________________ |
Eugene Sureev
Member #5,476
February 2005
![]() |
Thank you, now I will search for these files in the "deleted" area on delorie ftp server. |
Evert
Member #794
November 2000
![]() |
Quote: Not sure if visibility works for IE
No biggie, I couldn't use IE if I wanted to (well, I could if I took the trouble of installing an emulator and installed Windows on that). But it's ok. He's changed it back to his old one thank god. |
A J
Member #3,025
December 2002
![]() |
if you do anymore thanking of 'gods' i might put it back! Eugene, if you can't find them; then i might be able to post a few somewhere.... anyone got some web/ftp space ? ___________________________ |
ReyBrujo
Moderator
January 2001
![]() |
Do what I do, never clear the cache -- |
|