rrpaster.blogg.se

Open office mac intel
Open office mac intel












open office mac intel

OPEN OFFICE MAC INTEL CODE

The error might be due to incorrect code or a compiler fault. The DEBUG build turns off optimisation, so this is a hint that compiler optimisation causes the error. Known issues Sometimes a build error, or a runtime error, may be seen in the normal build,īut the error goes away when -enable-debug is used or if the module is compiled with debug=true. To rebuild the module, you just have to modify the option in solenv/inc/unxmacx.mk, replacing -g with -ggdb Note: debug string is tested, and DEBUG is active when debug string is not empty.

open office mac intel

gdb will display the symbols, and make your life easier. To rebuild sal with symbols included, do:Īnd recopy the libs into the bundle. Some modules, like sal and vcl can be rebuilt using debug. Yes, and that's the simplest way to proceed. Is it possible to build some modules with symbols ? Is it possible to build the complete set with symbols included ? To change this malbehavior go to Preferences -> Debugging and make sure that "Load symbols lazily" is unchecked. Xcode seems to have problems with breakpoints in not yet loaded libraries. On menubar, run debugger and enjoy debugging :) Then save the change, and close Property List Editor. Property List Editor will open the file, and you'll be able to modify CFBundleExecutable entry : change soffice.bin for soffice_bin. Next step is modify the ist in the Bundle : right click on the bundle, and select Display package content, click on Contents, and double click on ist Just after, a window should appear : "Executable Info"Įxecutable path should be //Contents/MacOS/soffice_bin (rename soffice.bin to soffice_bin) Now right click on Executables (on left ) and choose Add ->New custom executableĮxecutable Path : / (you will edit this later - in XCode 2.4 it must have a value to enable finish) Vcl directory should appear as subfolder of aquavcl_debug Then right click on aquavcl_debug icon (on top left) and select "add existing files"īe sure to check "Create Folder References for any added folders" To enable this add a line to ~/.lldbinitĬommand script import PATH_TO_AOO_SOURCE/main/solenv/inc/lldb4aoo.pyĪfter having adapted PATH_TO_AOO_SOURCE to the path to the source directory of course. XCode allows you to see OpenOffice types conveniently while you are debugging. Simply soft-linking libraries into its target location doesn't work anymore (it used to work until CWS sb71 got integrated) Supposing the AquaBuild sources are located in ~/DEV300_m0 ( adapt to your tree ), do :Ĭd /OpenOffice\OpenOffice.app/Contents/MacOS/ The effect is to include symbols in the library, for gdb. Rebuild vcl using debug="not_empty_string".

open office mac intel

Note: rename unxmacxi.pro_back or whatever _* will help to preserve the output even after dmake clean. on Intel, the output tree name is unxmacxi.pro (in all modules btw). IMPORTANT: all instructions below do concern vcl, but are usable for other modules (e.g.














Open office mac intel