wording is that these accounts are not meant for
manual, interactive usage. They are used by the business features, and
any additions to these accounts should only be made through the use of
the business features. Users should not manually enter transactions
into these accounts.
-derek
--
mp;app; internally.
> + The Accounts Payable and Accounts Receivable types are
> + used internally by &app;’s business features. Users should
> + not manually modify or enter transactions in these account
> + types.
>
>
>
ich source are you starting, and where are guile-1.8 and guile-2.0
> installed on your system ?
More importantly, what does guile-config --version say to you?
> Geert
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information
Hi,
Ted Creedon writes:
> guile-config --version
> guile-config - Guile version 2.0.2
This implies you are still building against Guile-2, not 1.8.
-derek
> On Wed, Nov 9, 2011 at 6:58 AM, Derek Atkins wrote:
>
>> Geert Janssens writes:
>>
>> > On dinsdag 8
>>>> module
>>>> > > (gnucash app-utils) overrides core binding `N_'
>>>> > > WARNING: (gnucash report standard-reports category-barchart):
>>>> imported
>>>> > > module (gnucash app-utils) overrides core binding `N_'
&
esponsible can help debug this.
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer and Internet Security Consultant
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
{ Git::command("update-ref", ("refs/remotes/$_",
> "refs/remotes/origin/$_")); } @branches;
This script means absolutely nothing to me, and you didn't answer my
question:
Are you sure you're using the most recent trunk (of GnuCash)?
-derek
> On Thu, N
aborations.
I agree wholeheartedly. Are you willing to help document the APIs that
exist?
> -- hendrik
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.m
; Welcome to the team.
-derek
--
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
warl...@mit.edu
primary docs
are probably in the "pythondoc" sources, which means they are in SVN.
For now the best way would be to work with the active devs and supply
documentation patches against svn trunk (or git's trunk, if that's how
you roll).
> -- hendrik
-derek
--
so what I would suggest to use.
Yes:gnucash-env guile -l file.scm
> Best Regards,
>
> Christian Stimming
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/
x27;s get the
changes into the sources themselves so we could use sometihng like
doxygen to generate the docs.
> David
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.m
Hi,
On Tue, November 15, 2011 10:16 pm, Yawar Amin wrote:
> Hi Derek,
>
> On 2011-11-15, at 20:43, Derek Atkins wrote:
>
>>> [
]
>>
>> My preference would be to move it out of Yawar's user page onto a real
>> page and then we could link from there.
Hi,
On Tue, November 15, 2011 11:17 pm, John Ralls wrote:
>
> On Nov 15, 2011, at 7:24 PM, Derek Atkins wrote:
>
>> Hi,
>>
>> This depends on your definition of 'wrapped.' In general, C structures
>> are mapped to Scheme as opaque pointer objects, w
On Wed, November 16, 2011 12:40 am, John Ralls wrote:
>
> On Nov 15, 2011, at 9:16 PM, Derek Atkins wrote:
>
>> Hi,
>>
>> On Tue, November 15, 2011 11:17 pm, John Ralls wrote:
>>>
>>> On Nov 15, 2011, at 7:24 PM, Derek Atkins wrote:
>>>
> simple).
Um, I don't see a *HUGE* difference between:
if (x > 5)
{
if-clause ...
}
else
{
else-clause ...
}
vs:
(if (> x 5)
(if-clause)
(else-clause)
)
To *my* eyes they look very close (modulo the x > 5 vs. > x 5)
> /Don
-derek
--
Derek Atkins, SB
ocal: target which calls rm
> -r on the gnucash subdirectory.
BE VERY CAREFUL with this. On SOME platforms (ie linux) the gnucash
"subdirectory" is just a symlink to '.' -- so run -r will potentially
recursively remove the current directory!
-derek
--
Derek Atkins, S
On Mon, November 21, 2011 11:27 am, Derek Atkins wrote:
> John Ralls writes:
>
>> Several subdirectories have a subdirectory "gnucash", which clean
>> tried to remove by including in the CLEANFILES variable in
>> Makefile.am. This doesn't work, because
1570)
> @@ -1,3 +1,5 @@
> +if WITH_DBI
> +DBI_DIR=dbi
> +endif
> +SUBDIRS = xml sql ${DBI_DIR}
>
> -SUBDIRS = xml sql ${DBI_DIR}
> -DIST_SUBDIRS = xml sql dbi
Have you tested the 'dbi' is included in the results of "make dist" even
if you do not --enabl
#x27;ve been burned by it multiple times in the past.
The Makefiles are the way they are specifically because auto-tools did
NOT work right before.
I'm glad to hear it works now.
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Info
riable substitution was done? E.g., if you did:
DIST_SUBDIRS = $(SUBDIRS) python
This would be wrong.
> Regards,
> John Ralls
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: ht
re_stuff
DIST_SUBDIRS = stuff python more_stuff
Although that depends on the contents of "stuff" and "more_stuff", and is
arguably "Right". :)
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer a
Mike Evans writes:
> Regarding policy on backporting new features into 2.4. I've just
> committed a new report, [Re: Bug 664862], I guess it's safe to commit it
> to the 2.4 branch as well?
I think historically this has been considered "okay"...
> Mike E
-de
ONMENT is not set correctly to point to the
correct build directories?
> Regards,
> John Ralls
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/
nnerate it?
>
> Anything else that might be useful?
The API docs are generated via doxygen. You can generate them yourself
using "make docs". The sourcesof the API docs are spread out through the
source tree.
> -- hendrik
-derek
--
Derek Atkins 6
Hendrik Boom writes:
> On Thu, 01 Dec 2011 15:16:05 +, Hendrik Boom wrote:
>
>> On Wed, 30 Nov 2011 15:12:31 -0500, Derek Atkins wrote:
>>
>>> Hi,
>>>
>>>
>>
>>> The API docs are generated via doxygen. You can generate them you
Hendrik Boom writes:
> On Thu, 01 Dec 2011 11:22:34 -0500, Derek Atkins wrote:
>
>
>>
>> This would imply you do not have doxygen installed.
>
> I didn't. I do now. It still doesn't work, failing in the same way.
> No time to investigate now. I
e is loaded by default when
> gncmod_engine is loaded (see gncmod- engine.c). And yet the tests
> complain about duplicate symbols, while the main program doesn't.
It might be order-of-include.. Or export v. re-export?
> Geert
-derek
--
Derek Atkins, SB '93 MIT EE, SM
;? This sounds like it's being
wrapped differently, such that it's a procedure instead of a constant?
> Regards,
> John Ralls
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer and Internet Security Consultan
e feature should wait for 2.6 -- so we branch 2.5 soon and
> the one or two users who are loud about wanting the feature can use
> test versions.
I agree, but we want to make the change so that you can still use 2.6
w/o using the new feature and still load the data file into 2.4.
> Regards,
ctually save/load the KVP data.
> all users (the ones who have no interest in credit notes) of the XML
> backend to still be able to move from one version to another without
> problems.
This is the goal, IMHO.
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Lab
"feature" flags suggestion from before. You flag
(new) features as they are used, and refuse to load the database if
there are used features that you don't understand.
> Mike
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media
I'm fine with 2.4 gracefully failing to load in the presence of credit
notes. I don't think 2.4 needs to understand them, just recognize they
exist and tell the user.
> ... Did I forget something ?
>
> This is not the optimal solution, but the best I can come up with
in without breaking <=2.4.8; but yes, only
versions >= 2.4.9 would know to check it, so it wouldn't necessarily
help older versions.
> Regards,
> John Ralls
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information
Linas saw a huge uptick in GnuCash website access today and we tracked
it down to Kim Komando:
http://www.komando.com/downloads/category.aspx?id=6107&utm_medium=nl&utm_source=dotd&utm_content=2011-12-07-article&utm_campaign=end
Anyone know about this?
-derek
--
Derek At
Ted Creedon writes:
> She left out Linux.
Yes, I noticed that.
I just couldn't find a place to send her feedback.
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://w
WEVER, I don't think this particular change is required to support the
credit notes feature, because credit notes is not a semantic change to
the XML, it's a self-contained syntactic change. In this case the
feature-table is sufficient to signal the use/non-use.
-derek
--
Derek
robust, and not just in the face of changing schema: SQL
> doesn't actually guarantee that fields will be returned in any
> particular order from a SELECT * , it just usually works out that they
> are.
I thought we already did that?
> I don't think that we can get this ready
e, so we can still look (in 2.4) for the existence of the
'features' subtree to decide whether to error out. And the named
features' value would be the printable description which can be used for
the error message. So in this case:
/features/credit-notes = "Business Credit
In the future can you try to keep white-space changes separate from
syntax changes?
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/
tted separately.
Agreed. No objection to the white space changes. They should just be
committed separately in the future.
FYI, I always run an "svn diff" prior to commit to make sure I know
exactly what is going to get sent up to the server. :)
> Geert
>
>> Mike Evans
-derek
much easier.
> 3. rerun autogen.sh, configure, make, ...
>
> I'm sure the same effect can be had by more subtle changes, but I don't know
> that magic mantra.
make maintainer-clean?
> Geert
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Labo
m report that can be used to generate account
> register for all the accounts/slected accounts at a time.
Have you tried the Transaction Report?
>
> Thanks
> Rajesh
PS: This is a user question and should have been sent to the gnucash-user
mailing list.
-derek
--
Derek Atkin
re/test-stuff.c:52
8: undefined reference to `qof_event_unregister_handler
'
collect2: ld returned 1 exit status
make[3]: *** [libtest-core.la] Error 1
make[3]: Leaving directory `/c/soft/gnucash/build/src/test-core'
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media La
validates whether the ticket exists before emitting a valid URL.
Since the ticket does not exist, it doesn't emit a URL so I cannot
redirect it. I don't know how to tell Trac to revert to the old method.
> Regards,
> John Ralls
-derek
--
Derek Atkins, SB '93 MIT E
- even older than the mantis plugin.
:(
> Robert
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer and Internet Security Consultant
___
gnucash-devel mailing list
gnucash-devel@g
he "svn update" up higher in the
process, so that the 'svn update' gets run every day even if the build
only runs weekly?
> Geert
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board
Let me know what you think.
I tested this by manually adding data to my slots table. If you
(manually) add this to your book slots table it will cause an error to
get printed and the file doesn't load:
features
test
Test Feature
I adde
e compared against.
>
> Am Dienstag, 20. Dezember 2011, 16:12:22 schrieb Derek Atkins:
>> The feature description is printed to the user: it should be stored in
>> the slots table in English but it should be defined as a translatable
>> string.
>
> Here I don't fully agr
in June). I restarted the management interface so now it should
connect.
I've run reset.sh from /c/soft-2,4/packaging. Is there somewhere else it
needs to be run?
> Geert
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.iht
Done.
-derek
On Wed, December 28, 2011 9:30 am, Geert Janssens wrote:
> Op woensdag 28 december 2011 09:09:05 schreef Derek Atkins:
>> Hi,
>>
>> On Wed, December 28, 2011 8:36 am, Geert Janssens wrote:
>> > Op dinsdag 27 december 2011 22:09:51 schreef John Ra
What about backporting the feature table patch?
-derek
Sent from my HTC on the Now Network from Sprint!
- Reply message -
From: "John Ralls"
Date: Fri, Dec 30, 2011 6:30 pm
Subject: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to
compile gtk-2.24.
To:
Cc:
On Dec 29
This should be a simple fix where we just need to build the catalog file.
It can be done once, possibly during the build. It just requires someone
to run:
guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
Maybe we just need to do this in our install.sh script?
-
ve to go code-diving in the Guile-2 sources to figure this
> out, but not right now.
>
IMHO this is not high priority for 2.4.x, but we should get guile-2
working for 2.6. So, this should not hold up the 2.4.9 release.
> Regards,
> John Ralls
-derek
--
Derek Atkins
On Sat, December 31, 2011 2:45 pm, John Ralls wrote:
>
> On Dec 31, 2011, at 10:47 AM, Derek Atkins wrote:
>
>> guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
>>
>> Maybe we just need to do this in our install.sh script?
>>
>
>
ng over to it? I would think that it would be better to write a
report infrastructure in a language that would seem more "popular"
(python), build in the infrastructure, and then send out a call for report
writers to convert the existing scheme reports over to the new language.
>
t;
> As an aside the user says that he doesn't see the problem on 2.4.7, but I
> can't see any commits between 2.4.7 and 2.4.8 that would have anything to
> do with this. Does anyone else?
>
> Regards,
> John Ralls
>
>
> ______
On Mon, January 2, 2012 8:31 pm, John Ralls wrote:
>
> On Jan 2, 2012, at 4:53 PM, Derek Atkins wrote:
>
>> Um,
>>
>> Why is the autosave even kicking in with a SQL backend? There's no need
>> for it. If we're using SQL, autosave should not even run.
&
Regards,
> John Ralls
>
>
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
--
Derek Atkins 617-623-3745
de...@ihtfp.com
rds,
> John Ralls
>
>
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
John Ralls writes:
> On Jan 3, 2012, at 2:50 PM, Derek Atkins wrote:
>
>> Hey,
>>
>> The 2.4 build completed.
>
>
> Thanks.
>
> And the windows install *finally* works with Gtk-2.24. Yay!
YAY! Ship it! :-D
> Regards,
> John Ralls
-derek
-
at this point would be a way for the user to specify which report would
be their "default" report. This way the 'print' button would call into
their chosen report instead of always calling into the "printable
invoice" report.
> Regards,
>
> Christian
-d
gt; The business -> invoice bill importer doesn't use python, it is
>> an optional module and needs to be enabled in
>> $HOME/.gnucash/config.user (In linux, I'm not sure about OSX), by
>> adding the line:
>>
>> (gnc:module-load "gnucash/plugins/b
e, or I could attempt to use Google Translate to make myself somewhat
understood. But I was hoping someone on this list might be able to
help?
Thanks,
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (S
Just a test of the mailing list. Please ignore.
-derek
--
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
warl.
s
>
> I see that John Ralls has recently updated this section.
The exception is for translation updates, which only occur on the stable
branch.
> Mike Evans
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processi
tand the question. It's there to test equality of two
Account objects. The API is used in a dozen places throughout the code.
> -- hendrik
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer
Christian Stimming writes:
> Am Samstag, 19. November 2011, 06:04:34 schrieb Derek Atkins:
>> > IMHO one report should have been sufficient. But removing one of them
>> > will for sure make some percentage of the users unhappy
>> > (temporarily). I don't se
could have overridden the '=='
operator to do a deep-inspection compare if the pointers are different.
But because this is C we had to write our own API and ask users to use
it.
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student In
.
> Regards,
> John Ralls
-derek
--
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
warl..
On Tue, January 10, 2012 11:32 pm, John Ralls wrote:
>
> * I asked Derek to look into it on IRC around 1700 (0300 UTC).
I just rebooted the VM. Hopefully it'll build tonight. I'll check in the
morning.
-derek
--
Derek Atkins 617-623-3745
"Derek Atkins" writes:
> On Tue, January 10, 2012 11:32 pm, John Ralls wrote:
>>
>> * I asked Derek to look into it on IRC around 1700 (0300 UTC).
>
> I just rebooted the VM. Hopefully it'll build tonight. I'll check in the
> morning.
Alas, no.
Christian,
On Wed, January 11, 2012 4:47 pm, Christian Stimming wrote:
> Am Mittwoch, 11. Januar 2012, 14:29:34 schrieb Derek Atkins:
>> "Derek Atkins" writes:
[snip]
>> sed.exe has encountered a problem and needs to close.
>> We are sorry for the inconvenience.
&
John,
On Wed, January 11, 2012 2:29 pm, Derek Atkins wrote:
[snip]
> I clicked on "Do Not Send" and now it's running build_tags.sh -- I'll
> keep an eye on it and see what happens later. Right now it's sitting at
> "At revision 21846." and hasn'
ash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer and Internet S
"Derek Atkins" writes:
> Christian,
>
[snip]
>> Hm... I wonder whether my recent addition of git might have triggered this
>> one? Maybe the git package comes with some DLL in its bin directory which
>> cause sed.exe to crash. I'll remove git from the bu
ork.
> Regards,
> John Ralls
-derek
--
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
warl...@mit
> John Ralls
-derek
--
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
warl...@mit.edu
On Thu, January 12, 2012 2:09 pm, John Ralls wrote:
>
> On Jan 12, 2012, at 9:56 AM, Derek Atkins wrote:
>
>> John Ralls writes:
>>
>>> I'll do the release in the morning. Everything is ready. (I'm
>>> downloading the release from code now, befo
ransparently have different sets of settings (global, per-file, per-user,
> per-user-per-file) with a common API.
>
> It was introduced in 2.26. Is that too new for all of our supported
> platforms?
Fedora 15 only has gtk-2.24
-derek
--
Derek Atkins 617-62
uld
remain in all the other archives all over the world. I'm sorry, but
it's just not possible.
Even worse, you will now find *TWO* instances where it matches, because
it will match this new message that you just sent as well.
Sorry.
-derek
--
Derek Atkins, SB '93 MIT
t is it, may require restarting TRAC and Apache.
>
> Regards,
>
> Bob
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
--
Derek Atkins 617-623-37
__
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer and Internet Security Consu
trac/changeset/21255 it doesn't show a link in the
bug #.
Care to come onto IRC so we can talk in real time about this?
Thanks,
> Bob
-derek
--
Derek Atkins 617-623-3745
de...@ihtfp.com www.ihtfp.com
Computer and Intern
o make an announcement about this on the homepage and/or
> make a correction to the shipped version.
>
> Thanks for the great program,
> Christian
>
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://li
c
>>list are just that -- public. Moreso, they don't control all the
>>archives of the list, so even if they COULD remove it from one it would
>>remain in all the other archives all over the world. I'm sorry, but
>>it's just not possible.
>>
>&g
Geert Janssens writes:
> Modified:
>gnucash/branches/2.4/src/bin/gnucash-bin.c
> Log:
> Update stable gnucash version reported in Development warning
>
> Modified: gnucash/branches/2.4/src/bin/gnucash-bin.c
This should probably also be updated in trunk.
-derek
--
other one, and run.
I wonder if we should copy the dependent source tarballs onto our SF
download page so we can stabilize our dependencies and not depend on the
upstream keeping them for us?
> Regards,
> John Ralls
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Medi
Geert Janssens writes:
> Op maandag 23 januari 2012 12:35:48 schreef Derek Atkins:
>> Geert Janssens writes:
>> > Modified:
>> >gnucash/branches/2.4/src/bin/gnucash-bin.c
>> >
>> > Log:
>> > Update stable gnucash version reported in Dev
This is why we have .gitignore files in the tree, so you don't
have to do that yourself.
> Mike E
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/
h. The code seems
> to assume this to mean you're doing development.
>
> I don't know if it's worth fine tuning this more.
Or just changing it to use the VERSION macro.
> Geert
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
se /usr/local/lib is probably not in your default ld.so.conf
anymore.
> Colin
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/P
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.
nd so.conf is pretty much
> the same) where it runs ok.
Also check /etc/ld.so.conf.d/*
> Colin
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/P
ult on
e.g. Windows is still an open question. Also open is whether it gets
loaded by default.
> Mike Evan
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB
inux as well, and are still valid for the versions of Gtk supported
in 2.4? Wouldn't we want these changes in trunk as well? Or is this a
backport of some trunk changes?
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Infor
register-rewrite branch?
> Regards,
> John Ralls
-derek
--
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
John Ralls writes:
> No, that won't work, because it will still need $PATH to find its dlls.
Not if all the dependent DLLs are in the same directory as the .exe
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Informatio
>
> Yes, that would be the best option.
You should file a bug with Ubuntu.
> Geert
-derek
--
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
e.
What about Fancy Invoice? Easy Invoice? Any chance to bisect?
> Mike Evans
-derek
--
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
701 - 800 of 5534 matches
Mail list logo