Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Mike Alexander
I haven't been following the Windows port much (I get enough grief with Windows development in my day job), but it sounds like the idea is to treat everything like a shared library on Windows and not have any loadable modules. Is that more or less correct? And the main difference (from gnucas

Re: gcc-4.1 ?

2006-03-15 Thread Bill Nottingham
Derek Atkins ([EMAIL PROTECTED]) said: > I thought that David had tested gnucash on FC5t2 which uses 4.1... It builds fine for me, although I haven't tried in a week or so. Bill ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnu

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Derek Atkins
Yeah, I figured it would have moved the problem. Unfortunately this is where the windows linker and the mac linker are incompatible. This is particularly an issue in that a "loadable module" != "shared library", but gnucash treats them the same. -derek Quoting Mike Alexander <[EMAIL PROTE

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Mike Alexander
The change in r13642 moved the problem from libgncmod-business-core to libgncmod-business-backend-file, but I still get the same build errors there. Removing the reference to ${top_builddir}/src/backend/file/libgnc-backend-file.la from business-core/file/Makefile.am solved the build problem (b

Re: gcc-4.1 ?

2006-03-15 Thread Michael D. Wise
On Wed, 2006-03-15 at 19:15 -0500, Derek Atkins wrote: > I thought that David had tested gnucash on FC5t2 which uses 4.1... > > -derek > I update my test box daily from Fedora development with gcc 4.1 as well as compile gnucash daily. It has compiled regularly for me. The only problem I've ha

Re: gcc-4.1 ?

2006-03-15 Thread Derek Atkins
I thought that David had tested gnucash on FC5t2 which uses 4.1... -derek Quoting Neil Williams <[EMAIL PROTECTED]>: I've just had a failure to build bug report for pilot-qof related to the upcoming change in Debian from gcc-4.0 to gcc-4.1 - the code affected is not present in libqof1 or gnuca

gcc-4.1 ?

2006-03-15 Thread Neil Williams
I've just had a failure to build bug report for pilot-qof related to the upcoming change in Debian from gcc-4.0 to gcc-4.1 - the code affected is not present in libqof1 or gnucash. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357113 Has anyone yet tested svn with gcc 4.1? David (FC5/Rawhide?

Re: Compilation error with SVN 13637

2006-03-15 Thread Derek Atkins
Quoting Neil Williams <[EMAIL PROTECTED]>: On Wednesday 15 March 2006 4:50 pm, Phil Longstaff wrote: qsf-backend.c:1252: warning: implicit declaration of function `setlocale' qsf-backend.c:1252: error: `LC_ALL' undeclared (first use in this function) qsf-backend.c:1252: error: (Each undeclared

Re: [Gnucash-changes] r13639 - gnucash/trunk - * lib/libqof/backend/file/qsf-backend.c: add

2006-03-15 Thread Neil Williams
On Wednesday 15 March 2006 5:08 pm, Derek Atkins wrote: > Author: warlord > Date: 2006-03-15 12:08:08 -0500 (Wed, 15 Mar 2006) > New Revision: 13639 > Trac: http://svn.gnucash.org/trac/changeset/13639 > > Modified: >gnucash/trunk/ChangeLog >gnucash/trunk/lib/libqof/backend/file/qsf-backend.

Re: Compilation error with SVN 13637

2006-03-15 Thread Neil Williams
On Wednesday 15 March 2006 4:50 pm, Phil Longstaff wrote: Ignore that, I've seen the other email from Derek. -- Neil Williams = http://www.data-freedom.org/ http://www.nosoftwarepatents.com/ http://www.linux.codehelp.co.uk/ pgp7E7lygmWJL.pgp Description: PGP signature ___

Re: Compilation error with SVN 13637

2006-03-15 Thread Neil Williams
On Wednesday 15 March 2006 4:50 pm, Phil Longstaff wrote: > qsf-backend.c:1252: warning: implicit declaration of function `setlocale' > qsf-backend.c:1252: error: `LC_ALL' undeclared (first use in this function) > qsf-backend.c:1252: error: (Each undeclared identifier is reported only > once qsf-ba

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Derek Atkins
Yeah, there's a MAJOR disconnect between "shared library" and "shared module" in the gnucash sources. Unfortunately it's really confusing and we're kinda violating a few of the rules. It's worked historically, but now with Christian's Win32 "everything linking" it's becoming more prominent. Bu

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Mike Alexander
I think a different approach may be required. I'm getting these build errors with this change: *** Warning: Linking the shared library libgncmod-business-core.la against the loadable module *** libgnc-backend-file.dylib is not portable! ** Warning, lib libgnc-backend-file.dylib is a module, n

again windows trial update

2006-03-15 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, To quote http://wiki.gnucash.org/wiki/Windows#Status : The windows port successfully compiled all C files in the standard configuration, which were 540 C files in r13637. All modules up to and including libgncmod-gnome.la have been built and l

Re: r13621 - Synchronise with QOF 0.6.3

2006-03-15 Thread Derek Atkins
No, I think I need this, too. Otherwise I get a build error: qsf-backend.c: In function `qsf_provider_init': qsf-backend.c:1252: warning: implicit declaration of function `setlocale' qsf-backend.c:1252: error: `LC_ALL' undeclared (first use in this function) qsf-backend.c:1252: error: (Each undec

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Derek Atkins
FYI, I /think/ that a better approach here would be to move the gncBusGuile.[ch] from libgncmod_business_core to libgw_business_core That should remove the libgw-engine requirement. I'll test that change here first just to be sure. -derek Christian Stimming <[EMAIL PROTECTED]> writes: > --- g

Compilation error with SVN 13637

2006-03-15 Thread Phil Longstaff
make[7]: Entering directory `/home/phil/gnucash2/svn/gnucash/lib/libqof/backend/file' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../.. -I../../../..-I.. -I../.. -DLOCALE_DIR=\""/opt/gnucash2/share/locale"\" -I../../.

Re: r13621 - Synchronise with QOF 0.6.3

2006-03-15 Thread Andreas Köhler
Hi, maybe it is my fault, but I needed to add #include to libqof/backend/file/qsf-backend.c, because gcc complained about implicit declarations of setlocale, LC_ALL, etc. Thanks in advance! -- andi5 ___ gnucash-devel mailing list gnucash-devel@gnucash