From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: I feel like an idiot! Date: Thu, 10 Apr 1997 12:59:45 +0200 Organization: TU Chemnitz-Zwickau Lines: 28 Message-ID: <334CC821.AD4@Mathematik.tu-chemnitz.de> References: <5iej4c$a4t AT netra DOT montana DOT edu> NNTP-Posting-Host: errno.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Paul Peavyhouse wrote: > > I'm trying to port a program from DOS to UNIX. I'm writing it in > RHIDE, and everything compiles fine in DOS. However, if I copy my source code > and LIST.MAK file over, I get the following error: > Currently I'm working on the Linux port of RHIDE (It is already working!!!!) and during this I found the same problem. It is (like the others already said) the ';' in the vpath directive. I have managed it now for version 1.2a (which will be availabe in the next days) do work on both DJGPP and linux. > # This file is automaticaly generated by RHIDE Version 1.2 > # created from within RHIDE > vpath_src=mp3dat~1;mp3dat~2;mp3dat~3;mp3dat~4;mp3dat~5;mp3dat~6 For now, simply replace all the ';' above with ':' manualy. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************