David Hampton schrieb: > On Thu, 2006-03-09 at 00:59 -0500, David Reiser wrote: >> One message on launch that I don't remember getting before is: >> ** (process:12436): WARNING **: gnc-module failed to set LD_LIBRARY_PATH > > I'm seeing this too. No idea what's causing it.
That one was probably caused by myself, http://svn.gnucash.org/trac/changeset/13542 . I'd suspect that it used to fail for a long time, and g_setenv in contrast to setenv starts to print an error message on failure. My reason is that setenv() doesn't exist on windows, but g_setenv() does. This seemed to be an easy solution to this issue. If it's no good, simply revert r13542. Christian _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
