www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/02/11/15:29:23

Message-Id: <199902112029.PAA12144@delorie.com>
From: Robert Hoehne <robert DOT hoehne AT gmx DOT net>
Organization: none provided
To: djgpp AT delorie DOT com
Date: Thu, 11 Feb 1999 21:29:47 +0100
MIME-Version: 1.0
Subject: Re: rhide
CC: deerhnt AT swbell DOT net
In-reply-to: <79q2dh$l3c$1@fir.prod.itd.earthlink.net>
X-mailer: Pegasus Mail for Win32 (v3.01d)
Reply-To: djgpp AT delorie DOT com

> Billy Jack NEAL <deerhnt AT swbell DOT net> wrote in message
> news:36B663EA DOT 66F4A3A3 AT swbell DOT net...
[snip]
> >So thought i would try rhide an with it i get no such file or directory
> >have set the path in my autoexec.bat an added the lines
> >[rhide]
> >rhide_typed_libs_djgpp.cc=stdcxx

This is wrong!! The line should be written

RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx

NOTE here the upper case writing!!!

>     additionally, that allows you to only name your C++ sources with the
> extension of .cc.  if you want to use .cpp or .cxx, add these lines to
> your djgpp.env as well:
> 
> rhide_typed_libs_djgpp.cpp=stdcxx
> rhide_typed_libs_djgpp.cxx=stdcxx

That is double wrong! At first, when RHIDE tries to get the
standard libraries related to for instance .cpp it will expand
the variable RHIDE_TYPED_LIBS.cpp which will finally expand
to the variable RHIDE_TYPED_LIBS.cc, so overwriting the
definitions for .cc will affect all other C++ suffixes too, and the
next error was, that you wrote the variables also in all lower
case. Variable names used by RHIDE are case sensetive, not
like DOS.

Robert

******************************************************
* email:   Robert Hoehne <robert DOT hoehne AT gmx DOT net>     *
* Post:    Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW:     http://www.tu-chemnitz.de/~sho/rho        *
******************************************************

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019