Message-ID: <38794DED.A94EDF91@sympatico.ca> From: BRAD MURPHY X-Mailer: Mozilla 4.05 [en]C-SYMPA (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Please help! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 Date: Mon, 10 Jan 2000 03:17:09 GMT NNTP-Posting-Host: 206.172.236.197 X-Trace: news20.bellglobal.com 947474229 206.172.236.197 (Sun, 09 Jan 2000 22:17:09 EDT) NNTP-Posting-Date: Sun, 09 Jan 2000 22:17:09 EDT Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I was wondering if you need to do anything special when compiling multiple files in Rhide? I am currently learning the Vivace tutorial for Allegro and have had no problems compiling the single file projects. Now that i'm at chapter 5, I'm trying to compile multiple files and I'm getting all sorts of errors. I've included both the .c files in the project, and also have remembered to #include ".h" files in the .c files. I've also added 'alleg' in my options/libraries with an x marked beside it. Any advice would be appreciated!! Here are some examples of the many errors: In function 'END_OF_MAIN": 051s.c(32) Error: parse error before '{' 051s.c(32) Error: declaration for parameter 'init' but no such parameter At top level: 051s.c(39) Error: conflicting types for 'dblbuffer' 051s.c(8) Error: previous declaration of 'dblbuffer' 051s.c(39) Warning: initializing makes integer from pointer without a cast And the list goes on and on and on..... Thank you in advance B.Murphy