Russell, Am Sat, 26 Jan 2008 20:41:34 -0600 schrieb Russell McGaha: > Eric, et al; > [EMAIL PROTECTED], ALMOST finished. After I fixed my error with fink's > gperf; the build got to the postprocess module and died with > > mkout -- version: 1.7 > ------------- > /usr/bin/perl checkdeliver.pl > Error: module 'sane' not found.
looks like the module sane isn't found. Since I don't have access to my external hdd which has the sources on it at the moment I cannot say if 'sane' is a module or part of another module. Either way I would do a simple dmake in the root directory of your sources. Another solution would be to do "deliver --force" by hand in each module that was already build. This solution is more time consuming but may help if the simple "dmake" fails to deliver the missed libs. Or you write a short shell script that automaticly goes into each modules directory and does the "deliver --force". Eric -- ## de.OpenOffice.org - Office für MacOS X, Linux, Solaris & Windows ## Openoffice.org - ich steck mit drin! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
