OK, got it working with these 3 steps:
make clean
./configure
make
Q2: Do I need a rebuild after going to v1.33 from v1.32?
Regarding Q2 I meant is a FOSSIL REBUILD required when going from 1.32 to
1.33?
Although it seems the database schema hasn't changed from fossil v1.32
(based on fossil ver -v) I'm not sure if alone is enough to avoid a REBUILD.
Thanks.
-----Original Message-----
From: Martin Gagnon
Sent: Saturday, May 23, 2015 4:53 PM
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] Linux compilation problem (Ubuntu v14) and is
rebuild needed?
On Sat, May 23, 2015 at 04:27:31PM +0300, to...@acm.org wrote:
Q1: How do I solve this? (I have already tried ./configure and didn’t
make any difference)
./bld/piechart.o: In function `piechart_render':
./src/piechart.c:176: undefined reference to `sincos'
./src/piechart.c:179: undefined reference to `sincos'
./src/piechart.c:191: undefined reference to `sincos'
collect2: error: ld returned 1 exit status
make: *** [fossil] Error 1
It works for me on ubuntu 14.04LTS.
Seems that you have a linkage problem (not compilation), look like it
didn't link against libm. On the last line before the error (where you
see a bunch of ".o" files one after the other. Do you see "-lm" at the
end ?
Q2: Do I need a rebuild after going to v1.33 from v1.32?
May be I'm a bit too parano, but every time I build from source after an
update I do a make clean and a ./configure.
$ fossil up
$ make clean
$ ./configure
$ make
--
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users