[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cannot installed the Subversion 1.3.2 ?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-27 15:28:30 CEST

On 9/26/06, bh_hensem <bh_hensem@yahoo.com> wrote:
>
>
>
> >
> > I have tried but its same error :-
> >
> > $ make EXTRA_CFLAGS='-mieee'
> > gcc -g -O2 -ieee -DDEBUG -c trionan.c -o trionan.o
> > trionan.c:89: #error "Must be compiled with option -mieee"
> > make: *** [trionan.o] Error 1

It turns out that trio's makefile doesn't support EXTRA_CFLAGS. One
way to fix the problem would be to hack the makefile by hand to add
it, it's the third line down, you can stick it right before the
-DDEBUG part.

Also, for what it's worth, you're now multiple dependencies deep into
this stuff, far removed from stuff that subversion people actually
work on and understand. It's often easier to direct questions about
such things to either the project itself (i.e. the trio mailing lists
on sourceforge) or to the project that actually depends on it (neon),
rather than here.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 27 15:28:44 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.