[Tioga-users] Tioga 1.7 installation error
Vincent Fourmond
fourmond at gmail.com
Wed Jan 30 03:49:15 EST 2008
Hello,
On Jan 30, 2008 2:35 AM, Ken Shen <kenshen at physics.ucsb.edu> wrote:
> Hi Vincent, thanks for the update. Unfortunately, no luck with the
> installation! This is what it spat out when I ran QUICK_INSTALL:
>
> checking for zlib.h... yes
> checking for compress() in -lz... yes
> checking for ieee754.h... no
> You lack the ieee754.h header file, which might mean lower reliability
> when Marshalling Dvectors and Dtables
> checking for isnan() ... no
> MacOS specific installation
> Writing Makefile
> gcc -g -O2 -pipe -fno-common -O2 -Wall -I/usr/local/lib/ruby/1.8
> -I/usr/local/lib/ruby/1.8/i686-darwin9.1.0 -I. -I./include -IDvector
> -IDvector/include -IDtable -IDtable/include -IFlate -IFlate/include
> -IFunction -IFunction/include -ITioga -D_HAVE_ZLIB_H -D_HAVE_Z -c
> Dtable/dtable.c -o Dtable/dtable.o
> In file included from Dtable/dtable_intern.h:27,
> from Dtable/dtable.c:23:
> Dvector/include/dvector.h:34: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'rb_export_Dvector_Data_for_Read_type'
> [...]
This is very puzzling. Did you manage to install Tioga 1.6 this way
? Because the bit of code causing the problem didn't change since
Tioga 1.1.
Could you send Dtable/dtable.i (compressed) created by in split/:
gcc -g -O2 -E -pipe -fno-common -O2 -Wall -I/usr/local/lib/ruby/1.8
-I/usr/local/lib/ruby/1.8/i686-darwin9.1.0 -I. -I./include -IDvector
-IDvector/include -IDtable -IDtable/include -IFlate -IFlate/include
-IFunction -IFunction/include -ITioga -D_HAVE_ZLIB_H -D_HAVE_Z -c
Dtable/dtable.c -o Dtable/dtable.o
I really don't understand what is happening here.
Cheers,
Vincent
More information about the Tioga-users
mailing list