Re: Yet another report on building on Mac OS X 10.0.4...


Subject: Re: Yet another report on building on Mac OS X 10.0.4...
From: John Buell (dadaist@mac.com)
Date: Thu Aug 09 2001 - 12:23:16 CDT


With some help from Frank (who also suggested running ranlib on the
libpng.a file, and by the by, I'm using the latest stable source for
libpng, I COULD try the beta for 1.2 I guess :), I also had to do some
fudging with abiword/wv/bintree.h:

/usr/bin/ld: multiple definitions of symbol _DeleteNode
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
DesktopServicesPriv(master.o) definition of _DeleteNode
/Users/jbuell/Documents/abiword/wv/libwv.a(bintree.o) definition of
_DeleteNode in section (__TEXT,__text)

If you want a work-around, add the following line near the top of
abiword/wv/bintree.h

#define DeleteNode wvDeleteNode

Then I did a 'touch abiword/wv/*.c' re-ran configure and make, and got a
Binary! yay!

make install puts it in /usr/local/bin however, which is invisible to
the regular Mac OS X Finder. If make install could be run as the user,
instead of root, how about just putting the binary in the $HOME of that
user?

Anyway, running it where it is, I got this right away (I'm taking the
default of 'y' at each prompt):

**** (1) Assert ****
**** (1) ppm at ev_MacMenu.cpp:382 ****
**** (1) Continue ? (y/n) [y] :

**** (2) Assert ****
**** (2) ose == noErr at ev_MacMenu.cpp:394 ****
**** (2) Continue ? (y/n) [y] :

**** (3) Assert ****
**** (3) UT_NOT_IMPLEMENTED at xap_MacFontManager.cpp:57 ****
**** (3) Continue ? (y/n) [y] :

**** (4) Assert ****
**** (4) list at ap_MacTlbr_FontCombo.cpp:69 ****
**** (4) Continue ? (y/n) [y] :

**** (5) Assert ****
**** (5) status == noErr at xap_MacFontManager.cpp:113 ****
**** (5) Continue ? (y/n) [y] :

**** (6) Assert ****
**** (6) status == noErr at xap_MacFontManager.cpp:113 ****
**** (6) Continue ? (y/n) [y] :

**** (7) Assert ****
**** (7) UT_NOT_IMPLEMENTED at ap_MacFrame.cpp:187 ****
**** (7) Continue ? (y/n) [y] :

**** (8) Assert ****
**** (8) UT_NOT_IMPLEMENTED at ap_MacFrame.cpp:192 ****
**** (8) Continue ? (y/n) [y] :

And here it seems to hang.
I've got a nice little window called 'Untitle' that I can click on, but
otherwise I can do nothing with it. It has 3 rows of buttons and boxes
(all empty), and a vertical and horizontal scrollbar, all using Aqua....

I hope I'm helping out here :)
Thanks again everyone!

-John



This archive was generated by hypermail 2b25 : Thu Aug 09 2001 - 12:26:11 CDT