Re: ref id=347922

2007-08-17 Thread Derek Atkins
Yeah, your slib installation is broken.  Fix that.

-derek

Quoting Peter Martin [EMAIL PROTECTED]:

 While attempting to build the latest gnucash 2.2.0 ...

 The current version of Ubuntu:
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# uname -a
 Linux rotor 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686
 GNU/Linux

 Still fails according to the bug report above. I have a slightly
 different response to hand tests of guile:
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# guile -c (use-modules (ice-9 slib))
 (require 'printf)
 ERROR: Unbound variable: slib:features
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# echo $?
 1
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# guile -c (use-modules (ice-9 slib))
 (require 'format)
 ERROR: Unbound variable: slib:features
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# echo $?
 1

 I had download the latest SLIB, 3a4 too.  And tried the patch indicated,
 putting it at the end of the file.

 I've attached the config.log, but I don't see anything significant there.

 I haven't gotten to the end of the list of things to try yet either.

 The crazy thing is I built 2.0.5 on my laptop which is also ubuntu
 (currently the same version) but which version I'm not sure of at the
 time of the build which was 2 Mar 07, and no issues there.




-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


gsoc code license

2007-08-17 Thread ahmad sayed
Hi Josh,

There is request from google to upload our soc code to a specific code 
repository, so I confirm that all my files indicate that it is under Gnu 
General Public License, sorry not sure how important this issue is, but i think 
other gnucash SOC projects should consider this issue also.

Best regards,
Ahmed Sayed




   

Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=listsid=396545433
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Installing gdb

2007-08-17 Thread Stephen Grant Brown
Hi All,

I have compiled and run gnucash under windows, but I have a startup problem.

On 

http://wiki.gnucash.org/wiki/Windows#gdb

I read

---
gdb 
In addition to Stack Trace, here are a few instructions on how to run gnucash 
under gdb on Windows: 

  a.. Install gdb from mingw.org 
  b.. Modify the installed gnucash script to call exec gdb gnucash-bin.exe 
instead of exec gnucash-bin.exe at the end 
  c.. Then start gnucash, which will give you the gdb prompt 
  d.. Type run at the gdb prompt. 
  e.. Then provoke the crash and type backtrace or shorthand bt at the gdb 
prompt to obtain the backtrace, as explained on Stack Trace as well. 
You can provide even better stack traces if you tell gdb where in memory 
dynamically loaded modules got mapped to, because otherwise function calls into 
those are only written as '??'. See here and here for a way to do this. To 
enter [ and ], use set editing off. 

-

Can someone please give me more specific instrucions on how to install gdb 
from mingw.org?

Yours Sincerely Stephen Grant Brown
BEGIN:VCARD
VERSION:2.1
N:Brown;Stephen;Grant;Mr
FN:Stephen Grant Brown
ORG:Sea Sauce Home  Garden Maintainance
TITLE:Owner
TEL;WORK;VOICE:(03) 5862 2669
TEL;HOME;VOICE:(03) 5862 2669
TEL;CELL;VOICE:0400 857 651
ADR;WORK:;;3781 Goulburn Valley Highway;Numurkah;Victoria;3636;Australia
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:3781 Goulburn Valley Highway=0D=0ANumurkah, Victoria 3636=0D=0AAustralia
ADR;HOME:;;3781 Goulburn Valley Highway;Numurkah;Victoria;3636;Australia
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:3781 Goulburn Valley Highway=0D=0ANumurkah, Victoria 3636=0D=0AAustralia
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20070817T220631Z
END:VCARD
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: ref id=347922

2007-08-17 Thread Peter Martin
Thank you Derek! Big question is, how do I do that? I've been searching
the web for properly installing SLIB, but have nothing definitive yet.
I've yet to search the Ubuntu forums.

I have tried re-installing via the synaptic package manager but still
get the error. This is sounding more like a Debian/Ubuntu installation
error. I'll query the forums and see what I can dig up.

pete


Derek Atkins wrote:
 Yeah, your slib installation is broken.  Fix that.
 
 -derek
 
 Quoting Peter Martin [EMAIL PROTECTED]:
 
 While attempting to build the latest gnucash 2.2.0 ...

 The current version of Ubuntu:
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# uname -a
 Linux rotor 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686
 GNU/Linux

 Still fails according to the bug report above. I have a slightly
 different response to hand tests of guile:
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# guile -c (use-modules (ice-9 slib))
 (require 'printf)
 ERROR: Unbound variable: slib:features
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# echo $?
 1
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# guile -c (use-modules (ice-9 slib))
 (require 'format)
 ERROR: Unbound variable: slib:features
 [EMAIL PROTECTED]:/opt/gnucash-2.2.0# echo $?
 1

 I had download the latest SLIB, 3a4 too.  And tried the patch indicated,
 putting it at the end of the file.

 I've attached the config.log, but I don't see anything significant there.

 I haven't gotten to the end of the list of things to try yet either.

 The crazy thing is I built 2.0.5 on my laptop which is also ubuntu
 (currently the same version) but which version I'm not sure of at the
 time of the build which was 2 Mar 07, and no issues there.

 
 
 
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel