Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Bill Davidsen
Andy Polyakov wrote: while never having problems to compile on the eisfair1-serverproject I'm unable to compile dvd+rw-tools on the upcoming eisfair2. I got: eisfair2 # make make[1]: Entering directory `/usr/src/dvd+rw-tools-7.1' g++ -O2 -fno-exceptions -D_REENTRANT -c -o growisofs_mmc.o g

Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Marcus Roeckrath
Hi Joerg, Am Dienstag, 3. Februar 2009 11:21 schriebst Du: > > Am Dienstag, 3. Februar 2009 10:38 schrieb Joerg Schilling: > > > > A modern C++ compiler like gcc 4.2.3 needs an > > > > #include > > > > for INT_MAX to be known > > > > > > The standard defined INT_MAX to be also in inttypes.h and

Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Joerg Schilling
Marcus Roeckrath wrote: > Hallo Joerg, > > Am Dienstag, 3. Februar 2009 10:38 schrieb Joerg Schilling: > > > > A modern C++ compiler like gcc 4.2.3 needs an > > > #include > > > for INT_MAX to be known > > > > The standard defined INT_MAX to be also in inttypes.h and stdint.h > > I can't INT_MAX

Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Andy Polyakov
while never having problems to compile on the eisfair1-serverproject I'm unable to compile dvd+rw-tools on the upcoming eisfair2. I got: eisfair2 # make make[1]: Entering directory `/usr/src/dvd+rw-tools-7.1' g++ -O2 -fno-exceptions -D_REENTRANT -c -o growisofs_mmc.o growisofs_mmc.cpp In f

Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Marcus Roeckrath
Hallo Joerg, Am Dienstag, 3. Februar 2009 10:38 schrieb Joerg Schilling: > > A modern C++ compiler like gcc 4.2.3 needs an > > #include > > for INT_MAX to be known > > The standard defined INT_MAX to be also in inttypes.h and stdint.h I can't INT_MAX in those files. -- Gruss Marcus Marcus R

Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Joerg Schilling
Helmut Jarausch wrote: > A modern C++ compiler like gcc 4.2.3 needs an > #include > for INT_MAX to be known The standard defined INT_MAX to be also in inttypes.h and stdint.h limits.h is the old SYSVr2 include file and probably available on more different OS ;-) Jörg -- EMail:jo...@schily

Re: dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Helmut Jarausch
On 3 Feb, Marcus Roeckrath wrote: > Hi Andy, > > while never having problems to compile on the eisfair1-serverproject I'm > unable to compile dvd+rw-tools on the upcoming eisfair2. > > I got: > > eisfair2 # make > make[1]: Entering directory `/usr/src/dvd+rw-tools-7.1' > g++ -O2 -fno-exceptio

dvd+rw-tools 7.1: Compiling problems on new eisfair2

2009-02-03 Thread Marcus Roeckrath
Hi Andy, while never having problems to compile on the eisfair1-serverproject I'm unable to compile dvd+rw-tools on the upcoming eisfair2. I got: eisfair2 # make make[1]: Entering directory `/usr/src/dvd+rw-tools-7.1' g++ -O2 -fno-exceptions -D_REENTRANT -c -o growisofs_mmc.o growisofs_mmc.