From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3D5U8.94680$GY DOT 32020850 AT twister DOT nyroc DOT rr DOT com> Subject: Re: ANNOUNCE: thinlib directmedia djgpp library 0.1.1 Date: Wed, 3 Jul 2002 21:34:39 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 22 Message-ID: <3d2380b0$0$15197$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.5.112 X-Trace: 1025736881 news.freenet.de 15197 213.7.5.112 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Matthew Conte" wrote in message news:3D5U8.94680$GY DOT 32020850 AT twister DOT nyroc DOT rr DOT com... > thinlib is a light-weight directmedia library for djgpp, providing > access to a linear framebuffer, sound stream, keyboard, joystick, > mouse, timer, and an event system. > > my apologies to those who had trouble building thinlib version 0.1.0 > with versions of gcc greater than 2.95. i have fixed all the problems > i encountered after upgrading to gcc 3.1, and have released version > 0.1.1. Error when compiling (Using gcc 3.0.4): gpp -W -Wall -O3 -fomit-frame-pointer -ffast-math -o tl_sb.o -c tl_sb.c tl_sb.c: In function `int sb_allocate_buffers(int)': tl_sb.c:655: cannot convert `void*' to `uint8*' in assignment Anyone else? Ben