RE: [AD] [BUG] ccolconv.c void * arith. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: <alleg-developers@xxxxxxxxxx>
- Subject: RE: [AD] [BUG] ccolconv.c void * arith.
- From: "Matt Witherspoon" <spoon@xxxxxxxxxx>
- Date: Sun, 10 Apr 2005 17:52:12 -0400
- Thread-index: AcU913f5OVHSw117RTSxbnL1tSrzhwAPs6ZA
I was actually the one who originally mentioned this bug on #allegro (and I
finally got on the ball and got back on this list).
With the change, Allegro compiles great under MSVC except that there is
still the dependency on /win/asmlock.s (unless this has changed in CVS since
I last checked). I attempted to write a C replacement, however, I totally
borked it. If someone could write a replacement (or even inline the asm),
then it should build completely in MSVC perfectly as everything else
_appears_ to be working. It should be a fairly simple fix for someone who
knows the stuff (not me).
Matt Witherspoon
-----Original Message-----
From: alleg-developers-admin@xxxxxxxxxx
[mailto:alleg-developers-admin@xxxxxxxxxx] On Behalf Of Evert
Glebbeek
Sent: Sunday, April 10, 2005 10:13 AM
To: alleg-developers@xxxxxxxxxx
Subject: Re: [AD] [BUG] ccolconv.c void * arith.
> >Does it make sense to apply the attached patch to get rid of void
pointer
> >arithmatic?
> >Peter's message suggests to me that it would.
> >
> >
>
> It should be fine.
Commited. Does this mean the C only source now compiles on compilers other
than GCC (ie, MSVC)?
Evert