[Ecls-list] compilation on MacOS X

bernard tatin bernard.tatin at tele2.fr
Mon Jan 24 11:32:08 UTC 2005


Hello,

I work on Mac OS X 10.3.7. I get the last CVS. I have done :
./configure && make

I get this error :
dpp: /Users/narberd/installations/ecl-cvs/ecls/src/c/read.d -> read.c
gcc -c -I./ -I/Users/narberd/installations/ecl-cvs/ecls/src/c 
-I/Users/narberd/installations/ecl-cvs/ecls/src/h -I../h -I../include -g 
-O2 -fPIC -fno-common -fstrict-aliasing -Ddarwin  -o read.o read.c
/Users/narberd/installations/ecl-cvs/ecls/src/c/read.d: In function 
`left_parenthesis_reader':


I have done this :
./build/c/dpp src/c/read.d > bt-read.c

src/c/read.d contains these lines :
static cl_object
left_parenthesis_reader(cl_object in, cl_object character)
{
	@(return do_read_delimited_list(')', in, 0))
}

/*

bt-read.c contains these lines (which cannot compile) :

static cl_object
left_parenthesis_reader(cl_object in, cl_object character)
{
	{
#line 461
		#line 461
		cl_object value0 = do_read_delimited_list(')',;
#line 461
		cl_object value1 = in,;
#line 461
		cl_object value2 = 0;
#line 461
		NVALUES = 3;
#line 461
		VALUES(2) = value2;
#line 461
		VALUES(1) = value1;
#line 461
		return value0;
#line 461
	}
)
}


dpp does not work well ?

I cannot do more this evening. I will be back tomorrow.


Bernard.





More information about the ecl-devel mailing list