Building with --disable-database-connectivity

2012-02-21 Thread Riccardo Magliocchetti
Hello, git master (from yesterday) does not compile for me with --disable-database-connectivity, attached a patch that tries to fix the easy stuff. Is it ok to disable the form stuff, is this only base related? Then there is svx faling in tail_build: http://pastebin.com/HbD64M2V Do you

Re: Building with --disable-database-connectivity

2012-02-21 Thread Riccardo Magliocchetti
Hi Tor, Il 21/02/2012 12:38, Tor Lillqvist ha scritto: git master (from yesterday) does not compile for me with --disable-database-connectivity, It's experimental, don't try to use it. (It's mainly for non-desktop OSes where it probably makes less sense to provide such functionality. And

Re: Building with --disable-database-connectivity

2012-02-21 Thread Tor Lillqvist
I share your very same sentiments with my --headless work, no need for db stuff here. So I'd try to find some time to play with this even if it is experimental. OK. But I am just hacking on it so don't try to work on it right now;) --tml ___

Re: Building with --disable-database-connectivity

2012-02-21 Thread Riccardo Magliocchetti
Hi Tor, Il 21/02/2012 12:57, Tor Lillqvist ha scritto: I share your very same sentiments with my --headless work, no need for db stuff here. So I'd try to find some time to play with this even if it is experimental. OK. But I am just hacking on it so don't try to work on it right now;) --tml

Re: [PUSHED] Building with --disable-database-connectivity

2012-02-21 Thread Tor Lillqvist
Hmm, I am not sure. I still think it might be too early to start trying to use --disable-database-connectivity for normal OSes. (Even if building for headless). But what the heck, pushed it anyway, with a slight modification: instead of introducing conditionals in Library_sc.mk to bypass just one

Re: [PUSHED] Building with --disable-database-connectivity

2012-02-21 Thread Riccardo Magliocchetti
Hi Tor, Il 21/02/2012 14:38, Tor Lillqvist ha scritto: Hmm, I am not sure. I still think it might be too early to start trying to use --disable-database-connectivity for normal OSes. (Even if building for headless). But what the heck, pushed it anyway, with a slight modification: instead of