From bernhard at intevation.de Thu Jan 9 18:54:57 2003 From: bernhard at intevation.de (Bernhard Reiter) Date: Thu, 9 Jan 2003 18:54:57 +0100 Subject: statistX on RedHat 8 Message-ID: <20030109175457.GG22556@intevation.de> Has someone sucessfully run statistX on RedHat 8? Recently I had a couple of minutes at a foreign computer to try to install it. Building failed in the GToolSection, but I believe that maybe the snapshot of the libfoundation was not tuned to work with the new gcc that is coming with RedHat 8. I got strange warnings (that I did not record) when compiling it. I also found that the link to libFoundation-20010105.tar.gz from http://www.usf.uos.de/~abeyer/private/StatistX/download/ gives me a tarball which is uncompressed. Should be fixed sometimes I guess. Best, Bernhard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/statist-list/attachments/20030109/55f12127/attachment.bin From beyer at imb-jena.de Tue Jan 14 20:11:23 2003 From: beyer at imb-jena.de (Andreas Beyer) Date: Tue, 14 Jan 2003 20:11:23 +0100 Subject: StatistX on Red Hat 8 Message-ID: <3E2460DB.6070201@imb-jena.de> Hi, Bernhard Reiter wrote: > Has someone sucessfully run statistX on RedHat 8? > > Recently I had a couple of minutes at a foreign computer > to try to install it. Building failed in the GToolSection, > but I believe that maybe the snapshot of the libfoundation > was not tuned to work with the new gcc that is coming with RedHat 8. > I got strange warnings (that I did not record) > when compiling it. > As far as I know, that gcc version had several bugs and was unable to compile the libFoundation. I think, Red Hat 8.1 and newer works. By the way, I have heard that someone succesfully compiled StatistX on an IRIX 6.5 system. Unfortunately I do not have the binaries. > I also found that the link to libFoundation-20010105.tar.gz > from http://www.usf.uos.de/~abeyer/private/StatistX/download/ > gives me a tarball which is uncompressed. Should be fixed sometimes I guess. > Thanks. Has been fixed. Andreas -- -------------------------------------- Dr. Andreas Beyer - beyer at imb-jena.de http://www.imb-jena.de/~beyer -------------------------------------- From bernhard at intevation.de Tue Jan 14 20:57:15 2003 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 14 Jan 2003 20:57:15 +0100 Subject: StatistX on Red Hat 8 In-Reply-To: <3E2460DB.6070201@imb-jena.de> References: <3E2460DB.6070201@imb-jena.de> Message-ID: <20030114195715.GA17773@intevation.de> On Tue, Jan 14, 2003 at 08:11:23PM +0100, Andreas Beyer wrote: > Bernhard Reiter wrote: > >Has someone sucessfully run statistX on RedHat 8? > > > >Recently I had a couple of minutes at a foreign computer > >to try to install it. Building failed in the GToolSection, > >but I believe that maybe the snapshot of the libfoundation > >was not tuned to work with the new gcc that is coming with RedHat 8. > >I got strange warnings (that I did not record) > >when compiling it. > > > As far as I know, that gcc version had several bugs and was unable to > compile the libFoundation. I think, Red Hat 8.1 and newer works. Does this hold for the version of libFoundation you are giving? So updating the compiler in RedHat 8.0 would work? BTW: RedHat 8.1 does not ship yet, it is planned for April. So you probably mean the beta release. Bernhard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/statist-list/attachments/20030114/781a511a/attachment.bin From bernhard at intevation.de Sun Jun 1 01:11:24 2003 From: bernhard at intevation.de (Bernhard Reiter) Date: Sun, 1 Jun 2003 01:11:24 +0200 Subject: Statist now in CVS Message-ID: <20030531231124.GA16580@intevation.de> Finally I got around importing the current sources of statist into the CVS which is provided by my company Intevation. The imported version equals statist 1.0.1, so there are no news. Found out that the latest version of check-0.8.4 actually still works for the sole statist test that it using it. There is also a Debian package for check now. Online browsing: http://intevation.de/cgi-bin/viewcvs-statist.cgi/ or CVSROOT=:pserver:anonymous at cvs.intevation.de:/home/statist/jail/statistrepository No password needed ; Module: statist Bernhard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/statist-list/attachments/20030601/2573b4b2/attachment.bin From beyer at imb-jena.de Fri Jun 13 15:14:10 2003 From: beyer at imb-jena.de (Andreas Beyer) Date: Fri, 13 Jun 2003 15:14:10 +0200 Subject: Compiling statist under DOS Message-ID: <3EE9CE22.2040002@imb-jena.de> Hi, in order to compile statist under DOS/Windows it is necessary to define the macro 'MSDOS'. This can be done by setting the compile option -DMSDOS I suggest to include the following two lines in the makefile: # uncomment the option -DMSDOS under Windows/MSDOS CC gcc #-DMSDOS and the following comment in the README: "For installation under Windows/MSDOS uncomment the compiler option '-DMSDOS' in the Makefile." Andreas From bernhard at intevation.de Fri Jun 13 15:42:36 2003 From: bernhard at intevation.de (Bernhard Reiter) Date: Fri, 13 Jun 2003 15:42:36 +0200 Subject: Compiling statist under DOS In-Reply-To: <3EE9CE22.2040002@imb-jena.de> References: <3EE9CE22.2040002@imb-jena.de> Message-ID: <20030613134236.GA1694@intevation.de> Thanks, I've added the hint in a similiar form to the CVS version. I'm not sure if this would be needed by Cygwin, so I also added MinGW to the description. On Fri, Jun 13, 2003 at 03:14:10PM +0200, Andreas Beyer wrote: > in order to compile statist under DOS/Windows it is necessary to define > the macro 'MSDOS'. This can be done by setting the compile option > -DMSDOS > I suggest to include the following two lines in the makefile: > > # uncomment the option -DMSDOS under Windows/MSDOS > CC gcc #-DMSDOS > > and the following comment in the README: > > "For installation under Windows/MSDOS uncomment the compiler option > '-DMSDOS' in the Makefile." -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/statist-list/attachments/20030613/29399ba5/attachment.bin