Subject: help with libvisual
To: None <port-macppc@NetBSD.org>
From: Davide Zanon <d.zanon@infinito.it>
List: port-macppc
Date: 05/23/2005 15:57:42
Hi all!
I'm trying to get audio/libvisual to build on my macppc system but I get a
powerpc-related error:
if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I../libvisual -I.. -I../libvisual -I/usr/pkg/include
-DPLUGPATH="\"/usr/pkg/lib/libvisual\"" -O2 -I/usr/pkg/include -MT lv_cpu.lo
-MD -MP -MF ".deps/lv_cpu.Tpo" -c -o lv_cpu.lo lv_cpu.c; then mv -f
".deps/lv_cpu.Tpo" ".deps/lv_cpu.Plo"; else rm -f ".deps/lv_cpu.Tpo"; exit 1;
fi
cc -DHAVE_CONFIG_H -I. -I.. -I../libvisual
-I/usr/pkgsrc/audio/libvisual/work/.buildlink/include
-DPLUGPATH=\"/usr/pkg/lib/libvisual\" -O2 -MT lv_cpu.lo -MD -MP
-MF .deps/lv_cpu.Tpo -c lv_cpu.c -fPIC -DPIC -o .libs/lv_cpu.o
lv_cpu.c:426:24: #if with no expression
I tried to correct this but then I get a strange error in /tmp....
Can anyone help, please?
Thank you very much :)
david