diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-21 15:19:42 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-21 15:19:42 -0500 |
commit | f01fa1a5131c287a4efe2708ffe3c9bc57b79468 (patch) | |
tree | 2a2f732edd59c4f42c1eb3e9a9e95ff135091bab /README-1ST | |
parent | 117dddabd4f883de4f464821f9567d889a6fa449 (diff) | |
parent | acb24d6d22e19d4f6b3883c029dd9fef5c1c9529 (diff) | |
download | fork-ledger-f01fa1a5131c287a4efe2708ffe3c9bc57b79468.tar.gz fork-ledger-f01fa1a5131c287a4efe2708ffe3c9bc57b79468.tar.bz2 fork-ledger-f01fa1a5131c287a4efe2708ffe3c9bc57b79468.zip |
Merge branch 'next'
Diffstat (limited to 'README-1ST')
-rw-r--r-- | README-1ST | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -33,9 +33,21 @@ available for testing and more useful bug reports. =============================================================================== - F.A.Q. + IF YOU HAVE CONFIGURE OR BUILD PROBLEMS - ---------------------------------------------------------------------- +The first order of business if acprep update doesn't work is to find out where +things went wrong. So follow these steps to produce a bug report I can track +down easily: + + $ ./acprep --debug update # shows what acprep was thinking + $ <edit config.log> # shows what configure was thinking + +With the contents of config.log, and the output from acprep --debug update, +it's usually fairly obvious where things have gone astray. + +=============================================================================== + + F.A.Q. - Q: The build fails saying it can't find utf8.h @@ -65,6 +77,14 @@ available for testing and more useful bug reports. ---------------------------------------------------------------------- + - Q: I'm seeing a segfault deep inside the boost_regex code! + + A: Actually, the real segfault is in libstdc++'s facet code. It's being + caused by using a debug Boost with a non-debug build of Ledger, or + vice-versa. + + ---------------------------------------------------------------------- + - Q: Something else fails, or Ledger crashes on startup A: This, I am most interested in hearing about. Please e-mail me a copy of @@ -98,5 +118,3 @@ available for testing and more useful bug reports. A: This can happen for the same reason as above. It can also happen if you have ICU support enabled. This is a bug I'm still trying to track down. - - ---------------------------------------------------------------------- |