Just pushed the fix for this, sorry.
John
On Nov 5, 2009, at 9:45 AM, ed <[email protected]> wrote:
Oh sorry, have a different problem now, did a acprep update and can't
even build
acprep: INFO: autogen.sh must be run because acprep is newer than
configure
acprep: INFO: Executing phase: version
acprep: ERROR: Caught exception
Traceback (most recent call last):
File "./acprep", line 147, in run
exit_code = self.main(*main_args)
File "./acprep", line 301, in main
PrepareBuild.__dict__['phase_' + cmd](self, *args)
File "./acprep", line 1206, in phase_update
self.phase_make(*args)
File "./acprep", line 1192, in phase_make
self.phase_config(*config_args)
File "./acprep", line 1164, in phase_config
self.phase_autoconf()
File "./acprep", line 512, in phase_autoconf
self.phase_version()
File "./acprep", line 482, in phase_version
self.current_version())
File "./acprep", line 390, in current_version
when = datetime.datetime.strptime(date, "%Y-%m-%d %H:%M:%S")
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/_strptime.py", line 334, in strptime
data_string[found.end():])
ValueError: unconverted data remains: -0500
On Nov 2, 10:26 pm, John Wiegley <[email protected]> wrote:
On Nov 2, 2009, at 4:11 PM, ed wrote:
The command nm ./.libs/libledger_data.a | grep basic_path
returns 689 lines of output, is that what you meant?
I meant nm ./.libs/libledger_data.a | grep should_load
John