mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
migrate over from main branch
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/xacc-12-patch@1985 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -5,4 +5,21 @@ If the Makefile won't work, try the following:
|
||||
That is:
|
||||
make motif SHELL=/bin/bash
|
||||
|
||||
Alan Orndorff writes:
|
||||
|
||||
in /src/motif/makefile
|
||||
|
||||
If you want to get further before we have a chance to fix this, you
|
||||
could just change those $(wildcard foo) statements to $(shell find
|
||||
"foo") statements
|
||||
|
||||
This will leave two unresolved dependancies.
|
||||
|
||||
/usr/local/lib/libiberty.a contains asprintf, so
|
||||
vi /src/motif/Makefile and added -liberty to it
|
||||
|
||||
In gnucash.c changed setenv to putenv and changed
|
||||
the parms from (variable, variable,1)
|
||||
to (variable) on both lines
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user