X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jmichae3 AT yahoo DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Turbo Vision compile problems Date: Fri, 11 Apr 2008 19:21:20 -0700 (PDT) Organization: http://groups.google.com Lines: 72 Message-ID: <14aa333a-503a-4483-bc7a-6bfa65a2ffb6@k10g2000prm.googlegroups.com> References: <47d1a913$0$21924$9b4e6d93 AT newsspool2 DOT arcor-online DOT net> <47d30654$0$21931$9b4e6d93 AT newsspool2 DOT arcor-online DOT net> <47d458b1$0$25507$9b4e6d93 AT newsspool1 DOT arcor-online DOT net> <47dd45c9$0$6616$9b4e6d93 AT newsspool4 DOT arcor-online DOT net> <7a9d84b5-873a-4a59-8667-a0e0a4e8663a AT s8g2000prg DOT googlegroups DOT com> <47ea6850$0$4848$9b4e6d93 AT newsspool4 DOT arcor-online DOT net> NNTP-Posting-Host: 75.164.242.95 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1207966880 27643 127.0.0.1 (12 Apr 2008 02:21:20 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 12 Apr 2008 02:21:20 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k10g2000prm.googlegroups.com; posting-host=75.164.242.95; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mar 26, 8:14 am, Robert Riebisch wrote: > jmich DOT DOT DOT AT yahoo DOT com wrote: > > > Start DJGPP's bash und run the configure script?! > > Sorry, my mistake. You don't need Bash to build TV. > > > C:\DJGPP\contrib\tvision>configure > > Configuring Turbo Vision v2.0.3 library > > > Determining OS: DOS [djgpp] > > C flags: -O2 > > C++ flags: -O2 > > Looking for a working gcc: gcc OK > > Looking for the C++ compiler: gcc can compile C++ code: no > > can not find it at conflib.pl line 483. > > That should read: "Looking for the C++ compiler: gpp". > So where's your C++ compiler? Did you install gpp344.zip at all? > > Step-by-step instructions: > 1) grab and unzip djdev204.zip, bnu217b.zip, fil41b.zip, gcc344b.zip, > gpp344b.zip, mak381b.zip, perl561b.zip, shl2011b.zip from DJGPP's > "beta" repository to, e.g., C:\DJGPP > 2) grab and unzip tv203s.zip from DJGPP's "current" repository > 3) setup environment (PATH and DJGPP variables) > 4) change to contrib\tvision folder > 5) run: configure --no-intl > 6) run: make > > -- > Robert Riebisch > Bitte NUR in der Newsgroup antworten! > Please reply to the Newsgroup ONLY! C:\DJGPP>gpp --version gpp.exe (GCC) 4.2.3 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. C:\DJGPP>godj 3.4-4 Preparing for DJGPP... using GCC version 3.4-4 Now have fun! :-) C:\DJGPP>gpp --version gpp.exe (GCC) 3.4.4 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. C:\DJGPP> I had done just what all the directions for djgpp installation had told me earlier. stuff all the dj zip files into c:\djgpp and unzip. then I followed your earlier instructions for installing GCC 3.4-4 and 4.2-3 separately. from c:\djgpp: unzip32.exe -j -d c:\djgpp\bin\gcc-3.4-4 zip\gcc344b.zip bin/* unzip32.exe -d c:\djgpp zip\gcc344b.zip lib/* libexec/* unzip32.exe -j -d c:\djgpp\bin\gcc-4.2-3 zip\gcc423b.zip bin/* unzip32.exe -d c:\djgpp zip\gcc423b.zip -x bin/* unzip32.exe -j -d c:\djgpp\bin\gcc-3.4-4 zip\gpp344b.zip bin/* unzip32.exe -d c:\djgpp zip\gpp344b.zip include/* lib/* libexec/* unzip32.exe -j -d c:\djgpp\bin\gcc-4.2-3 zip\gpp423b.zip bin/* unzip32.exe -d c:\djgpp zip\gpp423b.zip -x bin/* and I have godj.bat I have supposedly a useable compiler now (?). how exactly should I extract the beta files? the same way?