/ Forside / Teknologi / Hardware / Mac / Nyhedsindlæg
Login
Glemt dit kodeord?
Brugernavn

Kodeord


Reklame
Top 10 brugere
Mac
#NavnPoint
UlrikB 4810
kipros 1675
Klaudi 1010
myg 920
pifo 907
Stouenberg 838
molokyle 830
Bille1948 815
rotw 760
10  EXTERMINA.. 750
SmallTalk installering
Fra : (Per Røn


Dato : 07-03-04 18:11

Efter at have downloaded SmallTalk 2.1.7 fra:

http://ftp.gnu.org/gnu/smalltalk/

Og begyndt at kompilere programmet på min MacOS X 10.3.2 computer efter
følgende instruks:

http://www.gnu.org/software/smalltalk/gst-manual/gst_3.html#SEC3

Får jeg denne reaktion:

================
G4/smalltalk per$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes

Build Tools:
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
================
....

================
checking for g77 option to produce PIC... -fno-common
checking if g77 PIC flag -fno-common works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... darwin7.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes

Optional Platform Environment:
If something locks up here, please reconfigure with
--disable-generational-gc
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for sysconf(_SC_PAGESIZE)... yes
checking for PAGESIZE in limits.h... no
checking for mmap with MAP_ANON... yes
checking for mmap with MAP_ANONYMOUS... no
checking for mmap of /dev/zero... no
checking whether a fault handler according to POSIX works... no
checking whether a fault handler according to Linux/i386 works... no
checking whether a fault handler according to old Linux/i386 works... no
checking whether a fault handler according to Linux/m68k works... no
checking whether a fault handler according to Linux/PowerPC works... no
checking whether a fault handler according to Linux/HPPA works... no
checking whether a fault handler according to BSD works... no
checking whether a fault handler according to IRIX works... no
checking whether a fault handler according to HP-UX HPPA works... no
checking whether a fault handler according to NetBSD Alpha works... no
checking whether a fault handler according to OSF/1 Alpha works... no
checking whether a fault handler according to AIX works... no
checking whether a fault handler according to MacOSX PowerPC works...
================
Og her hænger den så i time-, hvis ikke dagevis. Fra en anden skal får
jeg så følgende:

G4/smalltalk per$ ps
PID TT STAT TIME COMMAND
465 p1 S 0:00.06 -bash
480 p1 S+ 0:08.56 sh ./configure
12722 p1 S+ 0:04.12 /bin/sh ./configure --prefix=/usr/local
--enable-subd
16365 p1 S+ 0:00.01 /bin/sh ./configure --prefix=/usr/local
--enable-subd
16366 p1 R+ 241:31.60 ./conftest
3735 std S 0:00.08 -bash
G4/smalltalk per$

Hvad i alverden går galt?
--
Per Erik Rønne

 
 
Jonas Voss (07-03-2004)
Kommentar
Fra : Jonas Voss


Dato : 07-03-04 18:54

In dk.edb.mac, per.ronne@doesnt.work.spam.filter.invalid wrote:

> Optional Platform Environment:
> If something locks up here, please reconfigure with
> --disable-generational-gc

Har du så prøvet at gøre som den foreslår?

--
| Jonas @ 55.68 , 12.57 | <http://blog.verture.net/> |

BOFH-excuse:
   electro-magnetic pulses from French above ground nuke testing.

(Per Røn (07-03-2004)
Kommentar
Fra : (Per Røn


Dato : 07-03-04 20:48

Jonas Voss <voss@null.dk> wrote:

> In dk.edb.mac, per.ronne@doesnt.work.spam.filter.invalid wrote:
>
> > Optional Platform Environment:
> > If something locks up here, please reconfigure with
> > --disable-generational-gc
>
> Har du så prøvet at gøre som den foreslår?

Det må jeg prøve.

Og nu kørte dén igennem.

Der er dog stadig problemer med make, som jeg må se på. Det er jo
unægtelig lidt lettere med en pkg-fil .
--
Per Erik Rønne

No1 (07-03-2004)
Kommentar
Fra : No1


Dato : 07-03-04 21:43

> Det må jeg prøve.
>
> Og nu kørte dén igennem.
>
> Der er dog stadig problemer med make, som jeg må se på. Det er jo
> unægtelig lidt lettere med en pkg-fil .

Husk at make install skal køres som root. Dvs. sudo foran, når man
bruger OSX.

mange installationer kan gøres således:

../configure
make
sudo make install

(Per Røn (07-03-2004)
Kommentar
Fra : (Per Røn


Dato : 07-03-04 22:28

No1 <nooooone@cghfcdgsgesg.mars> wrote:

> > Det må jeg prøve.
> >
> > Og nu kørte dén igennem.
> >
> > Der er dog stadig problemer med make, som jeg må se på. Det er jo
> > unægtelig lidt lettere med en pkg-fil .
>
> Husk at make install skal køres som root. Dvs. sudo foran, når man
> bruger OSX.
>
> mange installationer kan gøres således:
>
> ./configure
> make
> sudo make install

Well:

G4/smalltalk per$ sudo make install
Password:
Making install in lib-src
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in lightning
make[2]: Nothing to be done for `install-exec-am'.
mkdir -m 0755 -p -- /usr/local/share/smalltalk
mkdir -m 0755 -p --
usage: mkdir [-pv] [-m mode] directory ...
make[2]: *** [install-nobase_dist_lightningHEADERS] Error 64
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
G4/smalltalk per$
--
Per Erik Rønne

Morten (08-03-2004)
Kommentar
Fra : Morten


Dato : 08-03-04 00:30

Per Rønne <per.ronne@doesnt.work.spam.filter.invalid> wrote:

> G4/smalltalk per$ sudo make install
> Password:
> Making install in lib-src
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> Making install in lightning
> make[2]: Nothing to be done for `install-exec-am'.
> mkdir -m 0755 -p -- /usr/local/share/smalltalk
> mkdir -m 0755 -p --
> usage: mkdir [-pv] [-m mode] directory ...
> make[2]: *** [install-nobase_dist_lightningHEADERS] Error 64
> make[1]: *** [install-am] Error 2
> make: *** [install-recursive] Error 1
> G4/smalltalk per$

du har vel ryddet op fra dine fallerede configure forsøg med en
make clean kommando? (eller the easy-way-out: nuke biblioteket med
sovs og pakke det ud på ny)

har du tjekket om du har alle afhængighedsforhold opfyldt? Nævnes der
en OSX specifik configure option i det tilhørende INSTALL dokument.

--
Morten

PowerMac G5: 1.6GHz, 1.25GB RAM, 80GB Disk, Combo-drev, Bluetooth mus
+ tastatur, FX5200 Ultra & Lacie Photon18Vision (TFT).

(Per Røn (08-03-2004)
Kommentar
Fra : (Per Røn


Dato : 08-03-04 07:18

Morten <spam@reippuert.dk> wrote:

> Per Rønne <per.ronne@doesnt.work.spam.filter.invalid> wrote:
>
> > G4/smalltalk per$ sudo make install
> > Password:
> > Making install in lib-src
> > make[2]: Nothing to be done for `install-exec-am'.
> > make[2]: Nothing to be done for `install-data-am'.
> > Making install in lightning
> > make[2]: Nothing to be done for `install-exec-am'.
> > mkdir -m 0755 -p -- /usr/local/share/smalltalk
> > mkdir -m 0755 -p --
> > usage: mkdir [-pv] [-m mode] directory ...
> > make[2]: *** [install-nobase_dist_lightningHEADERS] Error 64
> > make[1]: *** [install-am] Error 2
> > make: *** [install-recursive] Error 1
> > G4/smalltalk per$
>
> du har vel ryddet op fra dine fallerede configure forsøg med en
> make clean kommando? (eller the easy-way-out: nuke biblioteket med
> sovs og pakke det ud på ny)

Jeg har nu gjort det sidste [hvorfor gøre det mere besværligt end
nødvendigt ]. Make ender nu stadig i fejl, som kan ses til slut.

Men nu forsøger jeg mig så med 'make check' og 'make install'

> har du tjekket om du har alle afhængighedsforhold opfyldt? Nævnes der
> en OSX specifik configure option i det tilhørende INSTALL dokument.

Du mener README? Intet.

===
G4/smalltalk per$ make
make all-recursive
Making all in lib-src
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT qsort.lo
-MD -MP -MF ".deps/qsort.Tpo" -c -o qsort.lo qsort.c; \
then mv -f ".deps/qsort.Tpo" ".deps/qsort.Plo"; else rm -f
".deps/qsort.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT qsort.lo -MD -MP -MF .deps/qsort.Tpo -c qsort.c -o
qsort.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT getopt.lo
-MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.lo getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Plo"; else rm -f
".deps/getopt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c
-o getopt.o
getopt.c: In function `_getopt_internal':
getopt.c:576: warning: implicit declaration of function `strcmp'
getopt.c:655: warning: implicit declaration of function `strlen'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT getopt1.lo
-MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.lo getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Plo"; else rm -f
".deps/getopt1.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c
getopt1.c -o getopt1.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT md5.lo -MD
-MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT
avltrees.lo -MD -MP -MF ".deps/avltrees.Tpo" -c -o avltrees.lo
avltrees.c; \
then mv -f ".deps/avltrees.Tpo" ".deps/avltrees.Plo"; else rm -f
".deps/avltrees.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT avltrees.lo -MD -MP -MF .deps/avltrees.Tpo -c
avltrees.c -o avltrees.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT rbtrees.lo
-MD -MP -MF ".deps/rbtrees.Tpo" -c -o rbtrees.lo rbtrees.c; \
then mv -f ".deps/rbtrees.Tpo" ".deps/rbtrees.Plo"; else rm -f
".deps/rbtrees.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT rbtrees.lo -MD -MP -MF .deps/rbtrees.Tpo -c
rbtrees.c -o rbtrees.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT
strspell.lo -MD -MP -MF ".deps/strspell.Tpo" -c -o strspell.lo
strspell.c; \
then mv -f ".deps/strspell.Tpo" ".deps/strspell.Plo"; else rm -f
".deps/strspell.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT strspell.lo -MD -MP -MF .deps/strspell.Tpo -c
strspell.c -o strspell.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT signalx.lo
-MD -MP -MF ".deps/signalx.Tpo" -c -o signalx.lo signalx.c; \
then mv -f ".deps/signalx.Tpo" ".deps/signalx.Plo"; else rm -f
".deps/signalx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT signalx.lo -MD -MP -MF .deps/signalx.Tpo -c
signalx.c -o signalx.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT ltdl.lo
-MD -MP -MF ".deps/ltdl.Tpo" -c -o ltdl.lo ltdl.c; \
then mv -f ".deps/ltdl.Tpo" ".deps/ltdl.Plo"; else rm -f
".deps/ltdl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT ltdl.lo -MD -MP -MF .deps/ltdl.Tpo -c ltdl.c -o
ltdl.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT obstack.lo
-MD -MP -MF ".deps/obstack.Tpo" -c -o obstack.lo obstack.c; \
then mv -f ".deps/obstack.Tpo" ".deps/obstack.Plo"; else rm -f
".deps/obstack.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT obstack.lo -MD -MP -MF .deps/obstack.Tpo -c
obstack.c -o obstack.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT floorl.lo
-MD -MP -MF ".deps/floorl.Tpo" -c -o floorl.lo floorl.c; \
then mv -f ".deps/floorl.Tpo" ".deps/floorl.Plo"; else rm -f
".deps/floorl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT floorl.lo -MD -MP -MF .deps/floorl.Tpo -c floorl.c
-o floorl.o
In file included from floorl.c:33:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT ceill.lo
-MD -MP -MF ".deps/ceill.Tpo" -c -o ceill.lo ceill.c; \
then mv -f ".deps/ceill.Tpo" ".deps/ceill.Plo"; else rm -f
".deps/ceill.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT ceill.lo -MD -MP -MF .deps/ceill.Tpo -c ceill.c -o
ceill.o
In file included from ceill.c:33:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT sqrtl.lo
-MD -MP -MF ".deps/sqrtl.Tpo" -c -o sqrtl.lo sqrtl.c; \
then mv -f ".deps/sqrtl.Tpo" ".deps/sqrtl.Plo"; else rm -f
".deps/sqrtl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT sqrtl.lo -MD -MP -MF .deps/sqrtl.Tpo -c sqrtl.c -o
sqrtl.o
In file included from sqrtl.c:34:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT frexpl.lo
-MD -MP -MF ".deps/frexpl.Tpo" -c -o frexpl.lo frexpl.c; \
then mv -f ".deps/frexpl.Tpo" ".deps/frexpl.Plo"; else rm -f
".deps/frexpl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT frexpl.lo -MD -MP -MF .deps/frexpl.Tpo -c frexpl.c
-o frexpl.o
In file included from frexpl.c:34:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT ldexpl.lo
-MD -MP -MF ".deps/ldexpl.Tpo" -c -o ldexpl.lo ldexpl.c; \
then mv -f ".deps/ldexpl.Tpo" ".deps/ldexpl.Plo"; else rm -f
".deps/ldexpl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT ldexpl.lo -MD -MP -MF .deps/ldexpl.Tpo -c ldexpl.c
-o ldexpl.o
In file included from ldexpl.c:34:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT asinl.lo
-MD -MP -MF ".deps/asinl.Tpo" -c -o asinl.lo asinl.c; \
then mv -f ".deps/asinl.Tpo" ".deps/asinl.Plo"; else rm -f
".deps/asinl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT asinl.lo -MD -MP -MF .deps/asinl.Tpo -c asinl.c -o
asinl.o
In file included from asinl.c:12:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
asinl.c:43: warning: `pio4_hi' defined but not used
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT acosl.lo
-MD -MP -MF ".deps/acosl.Tpo" -c -o acosl.lo acosl.c; \
then mv -f ".deps/acosl.Tpo" ".deps/acosl.Plo"; else rm -f
".deps/acosl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT acosl.lo -MD -MP -MF .deps/acosl.Tpo -c acosl.c -o
acosl.o
In file included from acosl.c:12:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
acosl.c:44: warning: `pio4_hi' defined but not used
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT atanl.lo
-MD -MP -MF ".deps/atanl.Tpo" -c -o atanl.lo atanl.c; \
then mv -f ".deps/atanl.Tpo" ".deps/atanl.Plo"; else rm -f
".deps/atanl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT atanl.lo -MD -MP -MF .deps/atanl.Tpo -c atanl.c -o
atanl.o
In file included from atanl.c:47:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT logl.lo
-MD -MP -MF ".deps/logl.Tpo" -c -o logl.lo logl.c; \
then mv -f ".deps/logl.Tpo" ".deps/logl.Plo"; else rm -f
".deps/logl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT logl.lo -MD -MP -MF .deps/logl.Tpo -c logl.c -o
logl.o
In file included from logl.c:47:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
logl.c: In function `logl':
logl.c:176: warning: unused variable `u'
logl.c:177: warning: unused variable `m'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT expl.lo
-MD -MP -MF ".deps/expl.Tpo" -c -o expl.lo expl.c; \
then mv -f ".deps/expl.Tpo" ".deps/expl.Plo"; else rm -f
".deps/expl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT expl.lo -MD -MP -MF .deps/expl.Tpo -c expl.c -o
expl.o
In file included from expl.c:34:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT tanl.lo
-MD -MP -MF ".deps/tanl.Tpo" -c -o tanl.lo tanl.c; \
then mv -f ".deps/tanl.Tpo" ".deps/tanl.Plo"; else rm -f
".deps/tanl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT tanl.lo -MD -MP -MF .deps/tanl.Tpo -c tanl.c -o
tanl.o
In file included from tanl.c:49:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
tanl.c: In function `kernel_tanl':
tanl.c:126: warning: `flag' might be used uninitialized in this function
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT sinl.lo
-MD -MP -MF ".deps/sinl.Tpo" -c -o sinl.lo sinl.c; \
then mv -f ".deps/sinl.Tpo" ".deps/sinl.Plo"; else rm -f
".deps/sinl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT sinl.lo -MD -MP -MF .deps/sinl.Tpo -c sinl.c -o
sinl.o
In file included from sinl.c:49:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT cosl.lo
-MD -MP -MF ".deps/cosl.Tpo" -c -o cosl.lo cosl.c; \
then mv -f ".deps/cosl.Tpo" ".deps/cosl.Plo"; else rm -f
".deps/cosl.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -MT cosl.lo -MD -MP -MF .deps/cosl.Tpo -c cosl.c -o
cosl.o
In file included from cosl.c:49:
mathl.h:34: warning: use of `long double' type; its size may change in a
future release
mathl.h:34: warning: (Long double usage is reported only once for each
file.
mathl.h:34: warning: To disable this warning, use -Wno-long-double.)
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -fstrict-aliasing
-fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses
-Wpointer-arith -o library.la qsort.lo getopt.lo getopt1.lo md5.lo
avltrees.lo rbtrees.lo strspell.lo signalx.lo ltdl.lo obstack.lo
floorl.lo ceill.lo sqrtl.lo frexpl.lo ldexpl.lo asinl.lo acosl.lo
atanl.lo logl.lo expl.lo tanl.lo sinl.lo cosl.lo -ldl -lm
mkdir .libs
ar cru .libs/library.a qsort.o getopt.o getopt1.o md5.o avltrees.o
rbtrees.o strspell.o signalx.o ltdl.o obstack.o floorl.o ceill.o sqrtl.o
frexpl.o ldexpl.o asinl.o acosl.o atanl.o logl.o expl.o tanl.o sinl.o
cosl.o
ranlib .libs/library.a
creating library.la
(cd .libs && rm -f library.la && ln -s ../library.la library.la)
Making all in lightning
make[2]: Nothing to be done for `all'.
Making all in snprintfv
make all-recursive
Making all in snprintfv
cd .. \
&& /bin/sh ./config.status snprintfv/compat.h
config.status: executing snprintfv/compat.h commands
creating snprintfv/compat.h
snprintfv/compat.h is unchanged
echo timestamp > compat.stamp
make all-am
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-filament.lo -MD -MP -MF
".deps/libsnprintfvc_la-filament.Tpo" -c -o libsnprintfvc_la-filament.lo
`test -f 'filament.c' || echo './'`filament.c; \
then mv -f ".deps/libsnprintfvc_la-filament.Tpo"
".deps/libsnprintfvc_la-filament.Plo"; else rm -f
".deps/libsnprintfvc_la-filament.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-filament.lo -MD -MP -MF
..deps/libsnprintfvc_la-filament.Tpo -c filament.c -o
libsnprintfvc_la-filament.o
In file included from mem.h:34,
from filament.c:76:
.../snprintfv/compat.h:32: warning: use of `long double' type; its size
may change in a future release
.../snprintfv/compat.h:32: warning: (Long double usage is reported only
once for each file.
.../snprintfv/compat.h:32: warning: To disable this warning, use
-Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-format.lo -MD -MP -MF
".deps/libsnprintfvc_la-format.Tpo" -c -o libsnprintfvc_la-format.lo
`test -f 'format.c' || echo './'`format.c; \
then mv -f ".deps/libsnprintfvc_la-format.Tpo"
".deps/libsnprintfvc_la-format.Plo"; else rm -f
".deps/libsnprintfvc_la-format.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-format.lo -MD -MP -MF .deps/libsnprintfvc_la-format.Tpo
-c format.c -o libsnprintfvc_la-format.o
In file included from ./printf.in:33,
from format.c:46:
.../snprintfv/compat.h:32: warning: use of `long double' type; its size
may change in a future release
.../snprintfv/compat.h:32: warning: (Long double usage is reported only
once for each file.
.../snprintfv/compat.h:32: warning: To disable this warning, use
-Wno-long-double.)
format.c: In function `print_float_round':
format.c:145: warning: passing arg 2 of `modf' from incompatible pointer
type
format.c: In function `print_float':
format.c:223: warning: passing arg 2 of `modf' from incompatible pointer
type
format.c:232: warning: passing arg 2 of `modf' from incompatible pointer
type
format.c:295: warning: passing arg 2 of `modf' from incompatible pointer
type
format.c:302: warning: passing arg 2 of `modf' from incompatible pointer
type
format.c:346: warning: passing arg 2 of `modf' from incompatible pointer
type
format.c:368: warning: passing arg 2 of `modf' from incompatible pointer
type
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-printf.lo -MD -MP -MF
".deps/libsnprintfvc_la-printf.Tpo" -c -o libsnprintfvc_la-printf.lo
`test -f 'printf.c' || echo './'`printf.c; \
then mv -f ".deps/libsnprintfvc_la-printf.Tpo"
".deps/libsnprintfvc_la-printf.Plo"; else rm -f
".deps/libsnprintfvc_la-printf.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-printf.lo -MD -MP -MF .deps/libsnprintfvc_la-printf.Tpo
-c printf.c -o libsnprintfvc_la-printf.o
In file included from ./printf.in:33,
from printf.c:37:
.../snprintfv/compat.h:32: warning: use of `long double' type; its size
may change in a future release
.../snprintfv/compat.h:32: warning: (Long double usage is reported only
once for each file.
.../snprintfv/compat.h:32: warning: To disable this warning, use
-Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-mem.lo -MD -MP -MF
".deps/libsnprintfvc_la-mem.Tpo" -c -o libsnprintfvc_la-mem.lo `test -f
'mem.c' || echo './'`mem.c; \
then mv -f ".deps/libsnprintfvc_la-mem.Tpo"
".deps/libsnprintfvc_la-mem.Plo"; else rm -f
".deps/libsnprintfvc_la-mem.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-mem.lo -MD -MP -MF .deps/libsnprintfvc_la-mem.Tpo -c
mem.c -o libsnprintfvc_la-mem.o
In file included from mem.h:34,
from mem.c:38:
.../snprintfv/compat.h:32: warning: use of `long double' type; its size
may change in a future release
.../snprintfv/compat.h:32: warning: (Long double usage is reported only
once for each file.
.../snprintfv/compat.h:32: warning: To disable this warning, use
-Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-stream.lo -MD -MP -MF
".deps/libsnprintfvc_la-stream.Tpo" -c -o libsnprintfvc_la-stream.lo
`test -f 'stream.c' || echo './'`stream.c; \
then mv -f ".deps/libsnprintfvc_la-stream.Tpo"
".deps/libsnprintfvc_la-stream.Plo"; else rm -f
".deps/libsnprintfvc_la-stream.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-stream.lo -MD -MP -MF .deps/libsnprintfvc_la-stream.Tpo
-c stream.c -o libsnprintfvc_la-stream.o
In file included from stream.c:38:
compat.h:32: warning: use of `long double' type; its size may change in
a future release
compat.h:32: warning: (Long double usage is reported only once for each
file.
compat.h:32: warning: To disable this warning, use -Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-custom.lo -MD -MP -MF
".deps/libsnprintfvc_la-custom.Tpo" -c -o libsnprintfvc_la-custom.lo
`test -f 'custom.c' || echo './'`custom.c; \
then mv -f ".deps/libsnprintfvc_la-custom.Tpo"
".deps/libsnprintfvc_la-custom.Plo"; else rm -f
".deps/libsnprintfvc_la-custom.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-custom.lo -MD -MP -MF .deps/libsnprintfvc_la-custom.Tpo
-c custom.c -o libsnprintfvc_la-custom.o
In file included from ./printf.in:33,
from custom.c:44:
.../snprintfv/compat.h:32: warning: use of `long double' type; its size
may change in a future release
.../snprintfv/compat.h:32: warning: (Long double usage is reported only
once for each file.
.../snprintfv/compat.h:32: warning: To disable this warning, use
-Wno-long-double.)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -g -O2 -MT libsnprintfvc_la-dl-no.lo -MD -MP -MF
".deps/libsnprintfvc_la-dl-no.Tpo" -c -o libsnprintfvc_la-dl-no.lo `test
-f 'dl-no.c' || echo './'`dl-no.c; \
then mv -f ".deps/libsnprintfvc_la-dl-no.Tpo"
".deps/libsnprintfvc_la-dl-no.Plo"; else rm -f
".deps/libsnprintfvc_la-dl-no.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -MT
libsnprintfvc_la-dl-no.lo -MD -MP -MF .deps/libsnprintfvc_la-dl-no.Tpo
-c dl-no.c -o libsnprintfvc_la-dl-no.o
In file included from dl-no.c:34:
compat.h:32: warning: use of `long double' type; its size may change in
a future release
compat.h:32: warning: (Long double usage is reported only once for each
file.
compat.h:32: warning: To disable this warning, use -Wno-long-double.)
/bin/sh ../libtool --mode=link gcc -g -O2 -o libsnprintfvc.la
libsnprintfvc_la-filament.lo libsnprintfvc_la-format.lo
libsnprintfvc_la-printf.lo libsnprintfvc_la-mem.lo
libsnprintfvc_la-stream.lo libsnprintfvc_la-custom.lo
libsnprintfvc_la-dl-no.lo -lm
mkdir .libs
ar cru .libs/libsnprintfvc.a libsnprintfvc_la-filament.o
libsnprintfvc_la-format.o libsnprintfvc_la-printf.o
libsnprintfvc_la-mem.o libsnprintfvc_la-stream.o
libsnprintfvc_la-custom.o libsnprintfvc_la-dl-no.o
ranlib .libs/libsnprintfvc.a
creating libsnprintfvc.la
(cd .libs && rm -f libsnprintfvc.la && ln -s ../libsnprintfvc.la
libsnprintfvc.la)
Making all in libgst
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib-src -I../lightning
-I../lightning -I../snprintfv -I../snprintfv
-DKERNEL_PATH=\"/usr/local/share/smalltalk/kernel\" -Wall
-DIMAGE_PATH=\"/usr/local/share/smalltalk\"
-DMODULE_PATH=\"/usr/local/lib/smalltalk\" -g -O2 -Wall
-fstrict-aliasing -fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format
-Wno-parentheses -Wpointer-arith -MT genpr-parse.o -MD -MP -MF
".deps/genpr-parse.Tpo" -c -o genpr-parse.o genpr-parse.c; \
then mv -f ".deps/genpr-parse.Tpo" ".deps/genpr-parse.Po"; else rm -f
".deps/genpr-parse.Tpo"; exit 1; fi
In file included from ./filament.in:33,
from genprims.h:38,
from genpr-parse.y:31:
.../snprintfv/snprintfv/compat.h:32: warning: use of `long double' type;
its size may change in a future release
.../snprintfv/snprintfv/compat.h:32: warning: (Long double usage is
reported only once for each file.
.../snprintfv/snprintfv/compat.h:32: warning: To disable this warning,
use -Wno-long-double.)
genpr-parse.c:369: warning: `yytoknum' defined but not used
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib-src -I../lightning
-I../lightning -I../snprintfv -I../snprintfv
-DKERNEL_PATH=\"/usr/local/share/smalltalk/kernel\" -Wall
-DIMAGE_PATH=\"/usr/local/share/smalltalk\"
-DMODULE_PATH=\"/usr/local/lib/smalltalk\" -g -O2 -Wall
-fstrict-aliasing -fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format
-Wno-parentheses -Wpointer-arith -MT genpr-scan.o -MD -MP -MF
".deps/genpr-scan.Tpo" -c -o genpr-scan.o genpr-scan.c; \
then mv -f ".deps/genpr-scan.Tpo" ".deps/genpr-scan.Po"; else rm -f
".deps/genpr-scan.Tpo"; exit 1; fi
In file included from ./filament.in:33,
from genprims.h:38,
from genpr-scan.l:41:
.../snprintfv/snprintfv/compat.h:32: warning: use of `long double' type;
its size may change in a future release
.../snprintfv/snprintfv/compat.h:32: warning: (Long double usage is
reported only once for each file.
.../snprintfv/snprintfv/compat.h:32: warning: To disable this warning,
use -Wno-long-double.)
/bin/sh ../libtool --tag disable-shared --mode=link gcc -g -O2 -Wall
-fstrict-aliasing -fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format
-Wno-parentheses -Wpointer-arith -o genprims genpr-parse.o
genpr-scan.o ../snprintfv/snprintfv/libsnprintfvc.la -lm
mkdir .libs
gcc -g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -o genprims
genpr-parse.o genpr-scan.o ../snprintfv/snprintfv/.libs/libsnprintfvc.a
-lm
../genprims < ./prims.def > _prims.inl
make all-am
if /bin/sh ../libtool --tag disable-shared --mode=compile gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I../lib-src -I../lightning -I../lightning
-I../snprintfv -I../snprintfv
-DKERNEL_PATH=\"/usr/local/share/smalltalk/kernel\" -Wall
-DIMAGE_PATH=\"/usr/local/share/smalltalk\"
-DMODULE_PATH=\"/usr/local/lib/smalltalk\" -g -O2 -Wall
-fstrict-aliasing -fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format
-Wno-parentheses -Wpointer-arith -MT interp.lo -MD -MP -MF
".deps/interp.Tpo" -c -o interp.lo interp.c; \
then mv -f ".deps/interp.Tpo" ".deps/interp.Plo"; else rm -f
".deps/interp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib-src -I../lightning
-I../lightning -I../snprintfv -I../snprintfv
-DKERNEL_PATH=\"/usr/local/share/smalltalk/kernel\" -Wall
-DIMAGE_PATH=\"/usr/local/share/smalltalk\"
-DMODULE_PATH=\"/usr/local/lib/smalltalk\" -g -O2 -Wall
-fstrict-aliasing -fno-gcse -Wno-strict-aliasing -Wno-switch -Wno-format
-Wno-parentheses -Wpointer-arith -MT interp.lo -MD -MP -MF
..deps/interp.Tpo -c interp.c -o interp.o
In file included from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from /usr/include/sys/poll.h:5,
from ../lib-src/poll.h:38,
from gstpriv.h:462,
from interp.c:35:
/usr/include/sys/poll.h:5:10: #include nested too deeply
In file included from gstpriv.h:530,
from interp.c:35:
.../lib-src/mathl.h:34: warning: use of `long double' type; its size may
change in a future release
.../lib-src/mathl.h:34: warning: (Long double usage is reported only once
for each file.
.../lib-src/mathl.h:34: warning: To disable this warning, use
-Wno-long-double.)
make[3]: *** [interp.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
G4/smalltalk per$

--
Per Erik Rønne

Morten (08-03-2004)
Kommentar
Fra : Morten


Dato : 08-03-04 11:17

Per Rønne <per.ronne@doesnt.work.spam.filter.invalid> wrote:

> ../lib-src/mathl.h:34: warning: To disable this warning, use
> -Wno-long-double.)
> make[3]: *** [interp.lo] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> G4/smalltalk per$

Forslås du ikke en configure option: "-Wno-long-double"?

--
Morten

PowerMac G5: 1.6GHz, 1.25GB RAM, 80GB Disk, Combo-drev, Bluetooth mus
+ tastatur, FX5200 Ultra & Lacie Photon18Vision (TFT).

(Per Røn (08-03-2004)
Kommentar
Fra : (Per Røn


Dato : 08-03-04 11:59

Morten <spam@reippuert.dk> wrote:

> Per Rønne <per.ronne@doesnt.work.spam.filter.invalid> wrote:
>
> > ../lib-src/mathl.h:34: warning: To disable this warning, use
> > -Wno-long-double.)
> > make[3]: *** [interp.lo] Error 1
> > make[2]: *** [all] Error 2
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> > G4/smalltalk per$
>
> Forslås du ikke en configure option: "-Wno-long-double"?

Drejer det sig ikke kun om at undertrykke en advarsel? Efterfølgende
kommer der jo direkte fejl.
--
Per Erik Rønne

Morten (08-03-2004)
Kommentar
Fra : Morten


Dato : 08-03-04 12:30

Per Rønne <per.ronne@doesnt.work.spam.filter.invalid> wrote:

> > Forslås du ikke en configure option: "-Wno-long-double"?

> Drejer det sig ikke kun om at undertrykke en advarsel? Efterfølgende
> kommer der jo direkte fejl.

jeg er ikke sikker derfor stillede jeg et spørgsmål - prøv om det
virker.

--
Morten

PowerMac G5: 1.6GHz, 1.25GB RAM, 80GB Disk, Combo-drev, Bluetooth mus
+ tastatur, FX5200 Ultra & Lacie Photon18Vision (TFT).

No1 (08-03-2004)
Kommentar
Fra : No1


Dato : 08-03-04 09:06

> usage: mkdir [-pv] [-m mode] directory ...
> make[2]: *** [install-nobase_dist_lightningHEADERS] Error 64
> make[1]: *** [install-am] Error 2
> make: *** [install-recursive] Error 1

Jeg har også prøvet og får også fejl. Der går noget galt ved make.

Morten (08-03-2004)
Kommentar
Fra : Morten


Dato : 08-03-04 00:26

No1 <nooooone@cghfcdgsgesg.mars> wrote:

> Husk at make install skal køres som root. Dvs. sudo foran, når man
> bruger OSX.

ikke hvis man laver et configure prefix til et bibliotek hvor man
har skriverettighed.

--
Morten

PowerMac G5: 1.6GHz, 1.25GB RAM, 80GB Disk, Combo-drev, Bluetooth mus
+ tastatur, FX5200 Ultra & Lacie Photon18Vision (TFT).

Thorbjoern Ravn Ande~ (08-03-2004)
Kommentar
Fra : Thorbjoern Ravn Ande~


Dato : 08-03-04 09:09

per.ronne@doesnt.work.spam.filter.invalid (Per Rønne) writes:

> Der er dog stadig problemer med make, som jeg må se på. Det er jo
> unægtelig lidt lettere med en pkg-fil .

Så skal du nok holde dig fra ting du selv skal tilpasse.

Måske var http://www.allosx.com/1007530077/index_html et alternativ?
--
Thorbjørn Ravn Andersen "... plus ... Tubular Bells!"
http://bigfoot.com/~thunderbear

Søg
Reklame
Statistik
Spørgsmål : 177517
Tips : 31968
Nyheder : 719565
Indlæg : 6408629
Brugere : 218887

Månedens bedste
Årets bedste
Sidste års bedste