What if you had a bug tracking system (like Request Tracker) that keeps
a log of a bug-ticket, as well as a set of meta-data concerning the
report. I'm thinking of a client/server architecture, where the BTS
answers HTTP and/or SOAP or REST requests (perhaps via
Apache/mod_perl)... Or maybe it us
Hi Derek,
On Mon, 2006-01-23 at 20:20 -0500, Derek Atkins wrote:
> This function is defined in src/core-utils/gnc-main.h and implemented in
> src/core-utils/gnc-main.c. The "problem" is that src/engine/test
> (which is where I'm assuming this is failing for you, but you don't provide
> enough inf
I don't consider this a high-priority item, but it might be nice to
resolve before the next release. [Certainly the very-subset of things
about the Features and Screenshots pages will at least need to be
revisited before the next release indepdent of all this...]
I'm always annoyed at the complex
I'mnotafan.
:)
Can we simply have left-justified text?
--
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]
justified.png
Description: PNG image
___
On Mon, 2006-01-23 at 18:50 +, Neil Williams wrote:
> It's still useful, even though our content isn't as dynamic as a
> database-driven site. e.g. the News items would be a royal PITA to handle via
> SHTML or "baking" because the resulting index page would be a nightmare to
> edit.
Why wou
This function is defined in src/core-utils/gnc-main.h and implemented in
src/core-utils/gnc-main.c. The "problem" is that src/engine/test
(which is where I'm assuming this is failing for you, but you don't provide
enough information to tell for sure) is not linking against the core-utils
library,
Hello All,
Make is failing with:
gcc -I../../.. -I../../../src -I../../../src/gnc-module
-I../../../src/test-core -I../../../src/engine
-I../../../src/engine/test-core -I../../../lib/libqof/qof -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall
-Wunused -Wmissing-pro
Chris Shoemaker <[EMAIL PROTECTED]> writes:
> BTW, the fact that you can just depend on all your
> libraries being loaded by guile so that you can just say
> scm_c_eval_string("blah") anytime and anywhere, even if it ends up
> using a symbol in some library that's not in your LIBADD, is _bad_.
>
Aarrg!
The shutdown() function in gnucash-bin.c clearly doesn't belong
there. It's a C-implementation of the function that was getting
called from gnome-utils/gnc-gnome-utils.c:gnc_shutdown(). So, the
most obvious thing to do is replace gnc_shutdown() with it's
C-implementation.
But, of cou
Neil Williams <[EMAIL PROTECTED]> writes:
> To protect the .svn directories below www/, this snippet should be added to
> the virtual host config:
>
> Order Deny,Allow
> deny from all
>
Why not just use a .htaccess for this?
-derek
--
De
Chris Shoemaker <[EMAIL PROTECTED]> writes:
> Ok, that explains it. It was working for me because it was actually
> finding the 1.8.12 version of gnucash-run-script in the path! Oops.
Yea, that would explain it..
>> I'll also note that this test will fail if "guile" isn't in your path,
>> so w
On Mon, Jan 23, 2006 at 01:49:32PM -0500, David Hampton wrote:
> On Mon, 2006-01-23 at 12:38 -0500, Chris Shoemaker wrote:
>
> > Caveat: We have multiple mechanisms for handling the filename
> > argument string -- some in guile and some in C. The C-side mechanisms
> > (in engine/gnc-filepat
Josh Sled wrote:
On Mon, 2006-01-23 at 20:09 +0100, Tor Harald Thorland wrote:
I guess that this is a problem in the Ubuntu development version...
Below is the text from the package descriptions..
libgsf-1: (Version 1.12.3)
Structured File Library - runtime version
This is the basic runtime
On Mon, 2006-01-23 at 20:09 +0100, Tor Harald Thorland wrote:
> I guess that this is a problem in the Ubuntu development version...
> Below is the text from the package descriptions..
>
> libgsf-1: (Version 1.12.3)
> Structured File Library - runtime version
> This is the basic runtime version of
Josh Sled wrote:
On Mon, 2006-01-23 at 18:48 +0100, Tor Harald Thorland wrote:
Josh Sled wrote:
On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote:
Josh Sled wrote:
Hmm. Which version of libgsf is installed on your system?
libgsf-1 vers
On Monday 23 January 2006 6:16 pm, Josh Sled wrote:
> On Mon, 2006-01-23 at 17:45 +, Neil Williams wrote:
> > Umm, no. If anything, PHP becomes a little more important as although the
> > TRANSLATIONS are handled via PO, the CONTENT strings now need to be
> > wrapped in php functions.
>
> Oh, t
On Mon, 2006-01-23 at 18:48 +0100, Tor Harald Thorland wrote:
> Josh Sled wrote:
> > On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote:
> >> Josh Sled wrote:
> >>> Hmm. Which version of libgsf is installed on your system?
> >>>
> >>>
> >> libgsf-1 version 1.12.3-3ubuntu3
> >>
On Mon, 2006-01-23 at 12:38 -0500, Chris Shoemaker wrote:
> Caveat: We have multiple mechanisms for handling the filename
> argument string -- some in guile and some in C. The C-side mechanisms
> (in engine/gnc-filepath-utils.c) seem a little nicer than the guile
> ones (in main.scm). Th
On Monday 23 January 2006 5:45 pm, Neil Williams wrote:
> On Monday 23 January 2006 5:04 pm, Josh Sled wrote:
> > On Mon, 2006-01-23 at 16:33 +, Neil Williams wrote:
> > > OK. I've got gettext working with PHP to translate a single website
> > > using as many PO files as we can create.
> >
> >
On Mon, 2006-01-23 at 17:45 +, Neil Williams wrote:
> Umm, no. If anything, PHP becomes a little more important as although the
> TRANSLATIONS are handled via PO, the CONTENT strings now need to be wrapped
> in php functions.
Oh, that's too bad. I'd rather we were less coupled to PHP. I do
On Monday 23 January 2006 5:04 pm, Josh Sled wrote:
> On Mon, 2006-01-23 at 16:33 +, Neil Williams wrote:
> > OK. I've got gettext working with PHP to translate a single website using
> > as many PO files as we can create.
>
> Awesome.
:-) It's not ready to commit as a demo yet, but it does w
Josh Sled wrote:
On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote:
Josh Sled wrote:
On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote:
[EMAIL PROTECTED]:~/source/gnucash$ grep "Native" config.log
Native libgsf..: yes
Native goffice.:
On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote:
> Josh Sled wrote:
> > On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote:
> >
> >> [EMAIL PROTECTED]:~/source/gnucash$ grep "Native" config.log
> >> Native libgsf..: yes
> >> Native goffice.: no
> >>
Josh Sled wrote:
On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote:
[EMAIL PROTECTED]:~/source/gnucash$ grep "Native" config.log
Native libgsf..: yes
Native goffice.: no
Hmm. Which version of libgsf is installed on your system?
libgsf-1 version 1.12.
On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote:
> [EMAIL PROTECTED]:~/source/gnucash$ grep "Native" config.log
> Native libgsf..: yes
> Native goffice.: no
Hmm. Which version of libgsf is installed on your system?
> > Also, what's the full compilation line, ther
On Mon, 2006-01-23 at 17:52 +0100, Tor Harald Thorland wrote:
> Anyone who can help me with this error?
> I have upgraded to the development version of Ubuntu.
> This is svn R12953
>
> claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo
> -MD -MP -M F .deps/gnc-html-graph-gog.Tp
Josh Sled wrote:
On Mon, 2006-01-23 at 17:52 +0100, Tor Harald Thorland wrote:
Anyone who can help me with this error?
I have upgraded to the development version of Ubuntu.
This is svn R12953
claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo
-MD -MP -M F .deps/gnc-html-g
On Mon, 2006-01-23 at 16:33 +, Neil Williams wrote:
> OK. I've got gettext working with PHP to translate a single website using as
> many PO files as we can create.
Awesome.
> It means yet more restructuring of the htdocs and running some scripts to
> create and update the PO files, much as
Hello,
Anyone who can help me with this error?
I have upgraded to the development version of Ubuntu.
This is svn R12953
claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo
-MD -MP -M F .deps/gnc-html-graph-gog.Tpo -c gnc-html-graph-gog.c -fPIC
-DPIC -o .libs/gnc -html-graph-
OK. I've got gettext working with PHP to translate a single website using as
many PO files as we can create.
It means yet more restructuring of the htdocs and running some scripts to
create and update the PO files, much as we do with 'make pot' in trunk.
I think svn should simply be a copy of t
On Mon, 2006-01-23 at 14:47 +, Neil Williams wrote:
> I've run ./glade-fixup, ready to commit my modified merge.glade file but two
> other files have also been modified:
>
> src/gnome-utils/glade/commodity.glade
> src/gnome-utils/glade/exchange-dialog.glade
Interesting. I just ran a 'svn up
Neil Williams schrieb:
On Sunday 22 January 2006 11:34 pm, David Hampton wrote:
The version of glade-2 that ships with FC3 is our standard. I've
written and committed a script (called glade-fixup) to remove newer
properties since I do all my work on an FC4 system. This script should
be run by
It sounds like your glade file has errors in it. Glade will not load it
correctly if there are mistakes from hand editing. Been there, done
that. :( It can be a real pain to find and fix them all. You are
probably better to scrap that file and start over with a fresh copy.
On Mon, 2006-23-01
On Sunday 22 January 2006 11:34 pm, David Hampton wrote:
> The version of glade-2 that ships with FC3 is our standard. I've
> written and committed a script (called glade-fixup) to remove newer
> properties since I do all my work on an FC4 system. This script should
> be run by everyone before co
On Sunday 22 January 2006 11:34 pm, David Hampton wrote:
> The version of glade-2 that ships with FC3 is our standard. I've
> written and committed a script (called glade-fixup) to remove newer
> properties since I do all my work on an FC4 system. This script should
> be run by everyone before co
On Sunday 22 January 2006 10:05 pm, David Hampton wrote:
> On Sun, 2006-01-22 at 21:27 +, Neil Williams wrote:
> > Is there a usable tool for editing src/gnome/glade/merge.glade ?
>
> glade-2.
I'm running glade-2: 2.12.1.
> > Glade itself only reads the first window and ignores the rest,
>
>
36 matches
Mail list logo