jiao jianhua wrote: > I compiled the bit6402 with 680 source. When I build to canvas/tools. > It compiled successfully but can not link. > > the attachment jjj the output. > > en, builded component have remove ULONG type from the source.
Jiao: It appears that canvas cannot find the libaries that the agg project built and was to deliver. Can you try to build the agg project by itself by doing the following: cd <the OpenOffice.org source and build directory> . MacosxEnv.Set.sh cd agg build >& log_of_agg_build Check this log to see that agg was built without error or warnings. If not, please post the log file back here with a .log extension. If the agg project builds without error then do the following: deliver > log_of_agg_deliver Again, check this log for errors. If no errors occur then do the following: cd ../canvas build >& log_of_canvas_build Look through this file for any errors. They should now be gone. If they are not please file an issue at the OpenOffice.org IssueZilla (registration is required but very simple.) Thank you. James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
