When compiling the DJGPP project (after altering the makefile to work with plain MinGW - I ended up only removing the unnecessary -L and -I declarations), I got a complaint from the assembler:
312: Error: symbol 'copyloop' is already defined
317: Error: symbol 'endcopy' is already defined
from file "as_callfunc_x86.cpp".
Solved it by replacing the repeated copyloop's & endcopy's in AT&T asm code with "copyloop2" and "endcopy2" ("copyloop1" and "endcopy1" were already used somewhere else).
I hope that this report will be useful and that the next release will compile under MinGW without problems.
Regards,
Jakub.
Minor bug report: AS 1.8.0a + MinGW
Started by krajzega, Jul 17 2004 01:09 AM
3 replies to this topic
Sponsor:
#2 Moderators - Reputation: 2321
Posted 17 July 2004 - 02:09 PM
Thanks for letting me know. I'll be released version 1.8.0b soon with your bug fix included.
Is your full name Jakub Krajzega? I'd like to know so that I can credit you correctly for the help.
Regards,
Andreas Jönsson
Is your full name Jakub Krajzega? I'd like to know so that I can credit you correctly for the help.
Regards,
Andreas Jönsson
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
#4 Moderators - Reputation: 2321
Posted 18 July 2004 - 08:05 AM
Oh, then I'll have to correct your name for the next release ;) I thought it was your real name since you use it for your company e-mail address.
I give credits just for giving useful comments, so why not a bug report ;).
I give credits just for giving useful comments, so why not a bug report ;).
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game






