From: "Rafal Maj" Newsgroups: comp.os.msdos.djgpp Subject: [Allegro] rebuilding Date: Mon, 19 Mar 2001 21:20:32 +0100 Organization: Academic Computer Center CYFRONET AGH Lines: 6 Message-ID: <995plg$b5p$1@info.cyf-kr.edu.pl> NNTP-Posting-Host: d-94-53-28.cyfronet.krakow.pl Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: info.cyf-kr.edu.pl 985033200 11449 149.156.1.188 (19 Mar 2001 20:20:00 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: 19 Mar 2001 20:20:00 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How to rebuild Allegro, after changing some *.c or *.h in allegro\src ? Is ist posible from command-line or should I use RHIDE ? I have found some small "bugs" in allegro (for example, load_bitmap() takes as first argument char* NOT const char* so I cann't easly send my const char* string to allegro function). Where can I report this ?