Re: [fossil-users] Problem with compilation under MINGW

2014-01-12 Thread Ron Wilson
On Sat, Jan 11, 2014 at 5:32 PM, Alek Paunov wrote: > ... > (yum: The Fedora family (CentOS, RHEL, etc) package manager is SQLite > based). > Richard, Belated congratulations. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://list

Re: [fossil-users] Problem with compilation under MINGW

2014-01-11 Thread Alek Paunov
On 11.01.2014 20:44, Joseph R. Justice wrote: On Sat, Jan 11, 2014 at 1:24 PM, Jan Nijtmans wrote: 2014/1/4 James Turner : I *still* haven't sent out that message / warning yet, but I'm getting closer. Have info now for: CentOS (and Scientific Linux), Cygwin, Debian (and Ubuntu), Fedora, Fre

Re: [fossil-users] Problem with compilation under MINGW

2014-01-11 Thread Joseph R. Justice
On Sat, Jan 11, 2014 at 1:24 PM, Jan Nijtmans wrote: > 2014/1/4 James Turner : > > > I won't begin to tell you how to develop fossil but I do want to throw > > out there that OpenBSD has been providing fossil with > > --disable-internal-sqlite via it's ports tree and packages fairly > > successf

Re: [fossil-users] Problem with compilation under MINGW

2014-01-11 Thread Jan Nijtmans
2014/1/4 James Turner : > I won't begin to tell you how to develop fossil but I do want to throw > out there that OpenBSD has been providing fossil with > --disable-internal-sqlite via it's ports tree and packages fairly > successfully (and with 'fossil sqlite3' support) for the last year+. I re-e

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Joseph R. Justice
On Sat, Jan 4, 2014 at 11:04 AM, Richard Hipp wrote: > On Sat, Jan 4, 2014 at 10:59 AM, Joseph R. Justice wrote: > >> On Fri, Jan 3, 2014 at 9:28 PM, Richard Hipp wrote: >> > > OK, so I propose the following fix: >>> >> >> [...] >> >> >>> (2) Remove the --disable-internal-sqlite option on tru

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread James Turner
On Fri, Jan 03, 2014 at 10:17:47PM -0500, James Turner wrote: [snip] > I'll check with others but I'm not sure reliability is really the > concern. We imported SQLite into our base tree. Because of this we try, > when possible, to limit duplicating libraries in ports to reduce having > to patch m

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Richard Hipp
On Sat, Jan 4, 2014 at 10:59 AM, Joseph R. Justice wrote: > On Fri, Jan 3, 2014 at 9:28 PM, Richard Hipp wrote: > > OK, so I propose the following fix: >> > > [...] > > >> (2) Remove the --disable-internal-sqlite option on trunk. Require the >> use of the built-in SQLite only, since SQLite nee

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Joseph R. Justice
On Fri, Jan 3, 2014 at 9:28 PM, Richard Hipp wrote: OK, so I propose the following fix: > [...] > (2) Remove the --disable-internal-sqlite option on trunk. Require the > use of the built-in SQLite only, since SQLite needs to be built with > non-standard compile-time options to fully meet th

Re: [fossil-users] Problem with compilation under MINGW

2014-01-04 Thread Richie Adler
Joe Mistachkin escribió: > A clean build from Fossil trunk compiles fine here. Can you please run make > clean and try again? That did the trick. I'll make sure to include this in my troubleshooting before reporting a problem again -- sorry for the noise. _

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread James Turner
On Fri, Jan 03, 2014 at 10:04:25PM -0500, Richard Hipp wrote: > On Fri, Jan 3, 2014 at 9:33 PM, James Turner wrote: > > > > > I won't begin to tell you how to develop fossil but I do want to throw > > out there that OpenBSD has been providing fossil with > > --disable-internal-sqlite via it's por

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread Richard Hipp
On Fri, Jan 3, 2014 at 9:33 PM, James Turner wrote: > > I won't begin to tell you how to develop fossil but I do want to throw > out there that OpenBSD has been providing fossil with > --disable-internal-sqlite via it's ports tree and packages fairly > successfully (and with 'fossil sqlite3' supp

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread James Turner
On Fri, Jan 03, 2014 at 09:28:52PM -0500, Richard Hipp wrote: > On Fri, Jan 3, 2014 at 9:14 PM, Richie Adler wrote: > > > After checkin [bd1151126a], compilation under MINGW produces the following > > error: > > > > > Yes, it fails for me too > > OK, so I propose the following fix: > > (1

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread Richard Hipp
On Fri, Jan 3, 2014 at 9:14 PM, Richie Adler wrote: > After checkin [bd1151126a], compilation under MINGW produces the following > error: > Yes, it fails for me too OK, so I propose the following fix: (1) Move [bd1151126a] into a branch. (2) Remove the --disable-internal-sqlite option on

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread Joe Mistachkin
Richie Adler wrote: > > After checkin [bd1151126a], compilation under MINGW produces the following error: > > wbld/sqlite3.o:sqlite3.c:(.text+0xe244): undefined reference to > `_fossil_localtime' > A clean build from Fossil trunk compiles fine here. Can you please run make clean and try again

[fossil-users] Problem with compilation under MINGW

2014-01-03 Thread Richie Adler
After checkin [bd1151126a], compilation under MINGW produces the following error: wbld/sqlite3.o:sqlite3.c:(.text+0xe244): undefined reference to `_fossil_localtime' Previous checkins from trunk work properly. -- o-=< Marcelo >=-o ___ fossil-user