From: Monika Hendricks Newsgroups: comp.os.msdos.djgpp Subject: Re: [grx245]installation problems Date: 8 Aug 2003 11:42:13 GMT Lines: 86 Message-ID: References: NNTP-Posting-Host: p3e9ba34b.dip.t-dialin.net (62.155.163.75) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de 1060342933 30541929 62.155.163.75 (16 [201915]) User-Agent: Xnews/5.04.25 Hamster/2.0.0.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Out of curiosity, I went ahead and downloaded v.2.4.6 from > http://grx.gnu.de/download/index.html > > I made no changes to makefile.dj2, but made some modifications to > makedefs.grx. Purely cosmetic, I would say. Here's the relevant > part w/o the comments. Then I typed make -f makefile.dj2 and off > it went compiling. > > ### DOS DJGPPv2 SPECIFIC > ############################################# > > ifdef GRXVDJ2 > > GRX_LIB_SUBDIR=dj2 > EXE_COMPRESS = upx --best > CCOPT += -mcpu=i686 > CCOPT += -DNO_REPROGRAM_TIMER > GRX_DEFAULT_FONT_PATH=c:/djgpp/share/grxfonts > > endif > I controlled the entries in my makedefs.grx and adjusted them but it didn't work. Probably i should also try version 246, but it's still a beta version, isn't it? > By the way, are > you really running in cmd.exe or do you just have your SHELL > variable set to cmd.exe in bash? (Try starting your shell with > Start->Run->cmd.exe to make sure) I did and it offerd me cmd which worked properly. > I think it is highly unlikely that it will be relevant, but: What > program did you use to unzip the distribution? i used unzip32 which was part of the ZipPicker proposal to receive the correct directory tree. > What is the output of set and ver? C:\Dokumente und Einstellungen\ich>set ALLUSERSPROFILE=C:\Dokumente und Einstellungen\All Users APPDATA=C:\Dokumente und Einstellungen\ich\Anwendungsdaten CLIENTNAME=Console CommonProgramFiles=C:\Programme\Gemeinsame Dateien ComSpec=C:\WINDOWS\system32\cmd.exe DJGPP=C:\DJGPP\DJGPP.ENV EMACSDATA=C:\XEmacs\XEmacs-21.4.13\etc EMACSDOC=C:\XEmacs\XEmacs-21.4.13\etc EMACSLOADPATH=C:\XEmacs\xemacs-packages\lisp EMACSLOCKDIR=C:\XEmacs\XEmacs-21.4.13\lock EMACSPACKAGEPATH=C:\XEmacs\xemacs-packages EMACSPATH=C:\XEmacs\XEmacs-21.4.13\i586-pc-win32 HOME=C:\Dokumente und Einstellungen\ich\ HOMEDRIVE=C: HOMEPATH=\Dokumente und Einstellungen\ich HOME_DEFAULT=C:\XEmacs\XEmacs-21.4.13\i586-pc-win32\ HOME_EXISTS=YES HOME_SAVE=C:\XEmacs\XEmacs-21.4.13\ INFOPATH=C:\XEmacs\XEmacs-21.4.13\info;C:\DJGPP\info; NUMBER_OF_PROCESSORS=1 OS=Windows_NT Path=C:\XEmacs;C:\XEmacs\XEmacs-21.4.13\i586-pc-win32;C:\Windows;C: \Windows\syst em32;C:\Windows\I386;C:\DJGPP\bin PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 0, AuthenticAMD PROCESSOR_LEVEL=6 PROCESSOR_REVISION=0800 ProgramFiles=C:\Programme PROMPT=$P$G SESSIONNAME=Console SHELL=cmd.com SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\DOKUME~1\ich\LOKALE~1\Temp TMP=C:\DOKUME~1\ich\LOKALE~1\Temp windir=C:\WINDOWS C:\Dokumente und Einstellungen\ich>ver Microsoft Windows XP [Version 5.1.2600] Monika