Mail Archives: djgpp/2002/06/30/11:30:06
Matthew Conte wrote:
>
> i have written a directmedia library for djgpp named thinlib,
> distributed under the GNU LGPL. it's along the lines of SDL
> (www.libsdl.org), for those who may be familiar with that library.
>
> it provides access to a linear framebuffer, audio stream, mouse,
> keyboard, joystick, and timer. it may be a welcome alternative to the
> comparatively bulky allegro library for those who merely want to get
> some graphics and sound up and running.
>
> you may find it at sourceforge:
>
> http://sourceforge.net/projects/thinlib
>
Results here:
[1] c:\dnld\scratch\thinlib-0.1.0>make all
Makefile:104: _depend: No such file or directory (ENOENT)
In file included from tl_drv.h:16,
from thinlib.h:32,
from tl_main.c:20:
tl_video.h:26:1: C++ style comments are not allowed in ISO C89
tl_video.h:26:1: (this will be reported only once per input file)
In file included from thinlib.h:32,
from tl_main.c:20:
tl_drv.h:38:4: C++ style comments are not allowed in ISO C89
tl_drv.h:38:4: (this will be reported only once per input file)
No command name seen.
make.exe: *** [_depend] Error -1
--
Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
- Raw text -