On 30 January 2012 17:47, Derek Atkins wrote:
> Geert Janssens writes:
>
>> Well, I'm not sure about that. On fedora the libgnome library is also
>> in the subdirectory of libglade, just as on Ubuntu. I don't think the
>> libraries in that directory are loaded via the normal LD_LIBRARY_PATH
>> se
Geert Janssens writes:
> Well, I'm not sure about that. On fedora the libgnome library is also
> in the subdirectory of libglade, just as on Ubuntu. I don't think the
> libraries in that directory are loaded via the normal LD_LIBRARY_PATH
> settings, but using a manual call to ldopen or something
Op zondag 29 januari 2012 21:48:08 schreef Colin Law:
> On 29 January 2012 20:24, Geert Janssens wrote:
> > Op vrijdag 27 januari 2012 11:05:38 schreef Colin Law:
> >> ...
> >> I had a look at the packaged version of gnucash in the Ubuntu 12.04
> >> repository and realised that this suffers from t
On 29 January 2012 20:24, Geert Janssens wrote:
> Op vrijdag 27 januari 2012 11:05:38 schreef Colin Law:
>> ...
>> I had a look at the packaged version of gnucash in the Ubuntu 12.04
>> repository and realised that this suffers from the same problem
>> (though the symptom is not exactly the same h
Op vrijdag 27 januari 2012 11:05:38 schreef Colin Law:
> On 27 January 2012 08:33, Colin Law wrote:
> > On 27 January 2012 06:07, John Ralls wrote:
> >> On Jan 26, 2012, at 2:04 PM, Colin Law wrote:
> >>> ...
> >>> Unless anyone has any good ideas I am going to leave it at that for
> >>> the mome
On 27 January 2012 08:33, Colin Law wrote:
> On 27 January 2012 06:07, John Ralls wrote:
>>
>> On Jan 26, 2012, at 2:04 PM, Colin Law wrote:
>>> ...
>>> Unless anyone has any good ideas I am going to leave it at that for
>>> the moment, I will add the notes for building on 12.04 to
>>> http://wik
On 27 January 2012 06:07, John Ralls wrote:
>
> On Jan 26, 2012, at 2:04 PM, Colin Law wrote:
>> ...
>> Unless anyone has any good ideas I am going to leave it at that for
>> the moment, I will add the notes for building on 12.04 to
>> http://wiki.gnucash.org/wiki/Building including the requiremen
On Jan 26, 2012, at 2:04 PM, Colin Law wrote:
> On 26 January 2012 17:11, Colin Law wrote:
>> On 26 January 2012 16:58, Geert Janssens wrote:
>>> Op donderdag 26 januari 2012 15:34:32 schreef Colin Law:
On 25 January 2012 16:54, Colin Law wrote:
> It seems I have been barking up the w
On 26 January 2012 17:11, Colin Law wrote:
> On 26 January 2012 16:58, Geert Janssens wrote:
>> Op donderdag 26 januari 2012 15:34:32 schreef Colin Law:
>>> On 25 January 2012 16:54, Colin Law wrote:
>>> > It seems I have been barking up the wrong tree here. I have built the
>>> > trunk from gi
On 26 January 2012 16:58, Geert Janssens wrote:
> Op donderdag 26 januari 2012 15:34:32 schreef Colin Law:
>> On 25 January 2012 16:54, Colin Law wrote:
>> > It seems I have been barking up the wrong tree here. I have built the
>> > trunk from git and it runs fine, without setting LD_LIBRARY_PAT
Op donderdag 26 januari 2012 15:34:32 schreef Colin Law:
> On 25 January 2012 16:54, Colin Law wrote:
> > It seems I have been barking up the wrong tree here. I have built the
> > trunk from git and it runs fine, without setting LD_LIBRARY_PATH.
> > Moreover if I remove libgnome.so it still runs
Op donderdag 26 januari 2012 15:34:32 schreef Colin Law:
> On 25 January 2012 16:54, Colin Law wrote:
> > It seems I have been barking up the wrong tree here. I have built the
> > trunk from git and it runs fine, without setting LD_LIBRARY_PATH.
> > Moreover if I remove libgnome.so it still runs
On 25 January 2012 16:54, Colin Law wrote:
> It seems I have been barking up the wrong tree here. I have built the
> trunk from git and it runs fine, without setting LD_LIBRARY_PATH.
> Moreover if I remove libgnome.so it still runs fine. I have checked
> that the only instance of libgnome.so on
It seems I have been barking up the wrong tree here. I have built the
trunk from git and it runs fine, without setting LD_LIBRARY_PATH.
Moreover if I remove libgnome.so it still runs fine. I have checked
that the only instance of libgnome.so on the system is the one in
/usr/lib/libglade/2.0. So
Colin Law writes:
>> So it's in /usr/bin/gnucash2.4/bin/gnucash? Weird..
>>
>>> The file is in /usr/lib/libglade/2.0 not /usr/local/lib.
>>
>> HUH. Why is it there instead of /usr/lib? Is this location in your
>> ld.so.conf?
>
> It seems that that is where it is installed from the package lib
On 24 January 2012 16:30, Derek Atkins wrote:
> Colin Law writes:
>
>> On 24 January 2012 15:58, Derek Atkins wrote:
>>> Colin Law writes:
>>>
I was wrong, a reboot has not fixed it, I was confused, a not uncommon
occurrence. The only way I can get it to run is by setting
LD_LIB
Colin Law writes:
> On 24 January 2012 15:58, Derek Atkins wrote:
>> Colin Law writes:
>>
>>> I was wrong, a reboot has not fixed it, I was confused, a not uncommon
>>> occurrence. The only way I can get it to run is by setting
>>> LD_LIBRARY_PATH.
>>> On my working machine, which is Ubuntu 11
On 24 January 2012 15:58, Derek Atkins wrote:
> Colin Law writes:
>
>> I was wrong, a reboot has not fixed it, I was confused, a not uncommon
>> occurrence. The only way I can get it to run is by setting
>> LD_LIBRARY_PATH.
>> On my working machine, which is Ubuntu 11.10 and has had gnucash
>> i
Colin Law writes:
> I was wrong, a reboot has not fixed it, I was confused, a not uncommon
> occurrence. The only way I can get it to run is by setting
> LD_LIBRARY_PATH.
> On my working machine, which is Ubuntu 11.10 and has had gnucash
> installed from the Ubuntu repository as well as manual b
On 24 January 2012 08:18, Colin Law wrote:
> On 23 January 2012 02:44, John Ralls wrote:
>> ...
>> Yes, that's normally what that message means. Try setting
>> LD_LIBRARY_PATH=/usr/lib/libglade/2.0
>> and see if it at least gives you a different error.
>
> I tried setting LD_LIBRARY_PATH in the
Op dinsdag 24 januari 2012 08:18:10 schreef Colin Law:
> On 23 January 2012 02:44, John Ralls wrote:
> > ...
> > Yes, that's normally what that message means. Try setting
> > LD_LIBRARY_PATH=/usr/lib/libglade/2.0 and see if it at least gives you
> > a different error.
>
> I tried setting LD_LIBRA
On 23 January 2012 02:44, John Ralls wrote:
> ...
> Yes, that's normally what that message means. Try setting
> LD_LIBRARY_PATH=/usr/lib/libglade/2.0
> and see if it at least gives you a different error.
I tried setting LD_LIBRARY_PATH in the command line for the call of
gnucash and the error di
On Jan 22, 2012, at 2:05 PM, Colin Law wrote:
> On 22 January 2012 21:32, John Ralls wrote:
>>
>> On Jan 22, 2012, at 12:26 PM, Colin Law wrote:
>>
>>>
>>> Yes, of course, sorry. I have never had to look there before. It contains:
>>> * 16:03:44 WARN Unable to locate theme engine in modul
On 22 January 2012 21:32, John Ralls wrote:
>
> On Jan 22, 2012, at 12:26 PM, Colin Law wrote:
>
>>
>> Yes, of course, sorry. I have never had to look there before. It contains:
>> * 16:03:44 WARN Unable to locate theme engine in module_path:
>> "pixmap",
>> * 16:03:44 WARN Unable to locate
Op zondag 22 januari 2012 20:26:43 schreef Colin Law:
> > The stable version warning is really written for trunk, and 2.4.4 was
> > the last release made from trunk before we branched 2.4 so we could
> > work on other stuff in trunk. Not that anyone has bothered to update
> > the message in trunk,
On 22 January 2012 20:26, Colin Law wrote:
> On 22 January 2012 18:06, John Ralls wrote:
> ...
>> You could also try running gconftool-2; it might give you some clues about
>> what's gone wrong.
I forgot to say that gconftool-2 runs ok.
Colin
___
gnu
On Jan 22, 2012, at 12:26 PM, Colin Law wrote:
>
> Yes, of course, sorry. I have never had to look there before. It contains:
> * 16:03:44 WARN Unable to locate theme engine in module_path: "pixmap",
> * 16:03:44 WARN Unable to locate theme engine in module_path: "pixmap",
> * 16:03:44 WA
On 22 January 2012 18:06, John Ralls wrote:
>
> On Jan 22, 2012, at 9:36 AM, Colin Law wrote:
>
>> On 22 January 2012 17:04, John Ralls wrote:
>>>
>>> On Jan 22, 2012, at 7:48 AM, Colin Law wrote:
>>>
I have built GC 2.4 (git branch tip) on ubuntu 12.04 alpha. When I
run it it says tha
On Jan 22, 2012, at 9:36 AM, Colin Law wrote:
> On 22 January 2012 17:04, John Ralls wrote:
>>
>> On Jan 22, 2012, at 7:48 AM, Colin Law wrote:
>>
>>> I have built GC 2.4 (git branch tip) on ubuntu 12.04 alpha. When I
>>> run it it says that the configuration data used to specify default
>>>
On 22 January 2012 17:04, John Ralls wrote:
>
> On Jan 22, 2012, at 7:48 AM, Colin Law wrote:
>
>> I have built GC 2.4 (git branch tip) on ubuntu 12.04 alpha. When I
>> run it it says that the configuration data used to specify default
>> settings has not been setup and asks if I want to do that,
On Jan 22, 2012, at 7:48 AM, Colin Law wrote:
> I have built GC 2.4 (git branch tip) on ubuntu 12.04 alpha. When I
> run it it says that the configuration data used to specify default
> settings has not been setup and asks if I want to do that, but if I
> say I do it brings up a small window wit
I have built GC 2.4 (git branch tip) on ubuntu 12.04 alpha. When I
run it it says that the configuration data used to specify default
settings has not been setup and asks if I want to do that, but if I
say I do it brings up a small window with title Update gconf but
nothing in it other than the te
On Jan 6, 2012, at 7:28 AM, John Ralls wrote:
>
> On Jan 6, 2012, at 2:18 AM, Colin Law wrote:
>
>> On 10 December 2011 20:42, Colin Law wrote:
>>> On 10 December 2011 17:08, John Ralls wrote:
On Dec 10, 2011, at 8:58 AM, Colin Law wrote:
> On 10 December 2011 16:51, John
On Jan 6, 2012, at 2:18 AM, Colin Law wrote:
> On 10 December 2011 20:42, Colin Law wrote:
>> On 10 December 2011 17:08, John Ralls wrote:
>>>
>>> On Dec 10, 2011, at 8:58 AM, Colin Law wrote:
>>>
On 10 December 2011 16:51, John Ralls wrote:
>
> On Dec 10, 2011, at 8:29 AM, Col
2012.01.06 12:18, Colin Law rašė:
On 10 December 2011 20:42, Colin Law wrote:
On 10 December 2011 17:08, John Ralls wrote:
Reported bug
https://bugzilla.gnome.org/show_bug.cgi?id=665923
Are there plans to look at this at some point? I still cannot build
on Ubuntu 12.04 alpha (due for re
On 10 December 2011 20:42, Colin Law wrote:
> On 10 December 2011 17:08, John Ralls wrote:
>>
>> On Dec 10, 2011, at 8:58 AM, Colin Law wrote:
>>
>>> On 10 December 2011 16:51, John Ralls wrote:
On Dec 10, 2011, at 8:29 AM, Colin Law wrote:
> On 10 December 2011 14:32, Colin L
On Dec 10, 2011, at 12:42 PM, Colin Law wrote:
> On 10 December 2011 17:08, John Ralls wrote:
>>
>> On Dec 10, 2011, at 8:58 AM, Colin Law wrote:
>>
>>> On 10 December 2011 16:51, John Ralls wrote:
On Dec 10, 2011, at 8:29 AM, Colin Law wrote:
> On 10 December 2011 14:32,
On 10 December 2011 17:08, John Ralls wrote:
>
> On Dec 10, 2011, at 8:58 AM, Colin Law wrote:
>
>> On 10 December 2011 16:51, John Ralls wrote:
>>>
>>> On Dec 10, 2011, at 8:29 AM, Colin Law wrote:
>>>
On 10 December 2011 14:32, Colin Law wrote:
> I am testing the build of gnucash on u
On Dec 10, 2011, at 8:58 AM, Colin Law wrote:
> On 10 December 2011 16:51, John Ralls wrote:
>>
>> On Dec 10, 2011, at 8:29 AM, Colin Law wrote:
>>
>>> On 10 December 2011 14:32, Colin Law wrote:
I am testing the build of gnucash on ubuntu 12.04 alpha. I have
checkout out the 2.4 b
On 10 December 2011 16:51, John Ralls wrote:
>
> On Dec 10, 2011, at 8:29 AM, Colin Law wrote:
>
>> On 10 December 2011 14:32, Colin Law wrote:
>>> I am testing the build of gnucash on ubuntu 12.04 alpha. I have
>>> checkout out the 2.4 branch from git and run
>>> ./autogen.sh
>>> ./configure --
On Dec 10, 2011, at 8:29 AM, Colin Law wrote:
> On 10 December 2011 14:32, Colin Law wrote:
>> I am testing the build of gnucash on ubuntu 12.04 alpha. I have
>> checkout out the 2.4 branch from git and run
>> ./autogen.sh
>> ./configure --prefix=/usr/bin/gnucash2.4 --enable-compile-warnings
>>
On 10 December 2011 14:32, Colin Law wrote:
> I am testing the build of gnucash on ubuntu 12.04 alpha. I have
> checkout out the 2.4 branch from git and run
> ./autogen.sh
> ./configure --prefix=/usr/bin/gnucash2.4 --enable-compile-warnings
> --with-html-engine=webkit
> make
>
> I get the error:
I am testing the build of gnucash on ubuntu 12.04 alpha. I have
checkout out the 2.4 branch from git and run
./autogen.sh
./configure --prefix=/usr/bin/gnucash2.4 --enable-compile-warnings
--with-html-engine=webkit
make
I get the error:
/bin/bash ../../../libtool --tag=CC --mode=compile gcc
-DH
43 matches
Mail list logo