Greetings,
I've done the following for gnucash-1.1.27...
lesstif-0.86.0
XmHTML-1.1.5-1.i386.rpm
SWIG1.1p5
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc
--with-swig=/usr/local/bin/swig --with-motif-includes=/usr/local/include
--with-motif-libraries=/usr/local/lib --with-xmhtml-includes=/usr/X11R6/include/XmHTML
--with-xmhtml-libraries=/usr/X11R6/lib
But "make motif" gives the following...
gcc -o ../../gnucash.motif obj/motif/AccWindow.o obj/motif/AccountMenu.o
obj/motif/AdjBWindow.o obj/motif/BuildMenu.o obj/motif/FileBox.o
obj/motif/HelpWindow.o obj/motif/MainWindow.o obj/motif/PriceMenu.o
obj/motif/RecnWindow.o obj/motif/RegWindow.o obj/motif/Reports.o obj/motif/TextBox.o
obj/motif/XferWindow.o obj/motif/top-level.o obj/motif/xtutil.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Actions.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Caption.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Cell.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Clip.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Converters.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Create.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Draw.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Matrix.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Methods.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Public.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/ScrollMgr.o
../../lib/Xbae-4.6.2-linas/src/obj/motif/Shadow.o ../../lib/Xbae-4.6.2-linas/src/!
!
!
obj/motif/Utils.o ../../lib/ComboBox-1.33/obj/motif/ComboBox.o
../../src/obj/motif/Destroy.o ../../src/obj/motif/FileDialog.o
../../src/obj/motif/MultiLedger.o ../../src/obj/motif/SplitLedger.o
../../src/engine/obj/AccInfo.o ../../src/engine/obj/Account.o
../../src/engine/obj/DateUtils.o ../../src/engine/obj/FileIO.o
../../src/engine/obj/Group.o ../../src/engine/obj/LedgerUtils.o
../../src/engine/obj/QIFIO.o ../../src/engine/obj/Query.o ../../src/engine/obj/Queue.o
../../src/engine/obj/Scrub.o ../../src/engine/obj/Session.o
../../src/engine/obj/TransLog.o ../../src/engine/obj/Transaction.o
../../src/engine/obj/date.o ../../src/engine/obj/util.o
../../src/register/obj/motif/QuickFill.o ../../src/register/obj/motif/basiccell.o
../../src/register/obj/motif/cellblock.o
../../src/register/obj/motif/combocell-motif.o ../../src/register/obj/motif/datecell.o
../../src/register/obj/motif/pricecell.o ../../src/register/obj/motif/quickfillcell.o
../../src/register/obj/motif/recncell.o ..!
!
!
/../src/register/obj/motif/splitreg.o ../../src/register/obj/motif/table-allgui.o
../../src/register/obj/motif/table-html.o ../../src/register/obj/motif/table-motif.o
../../src/register/obj/motif/textcell.o ../../src/reports/obj/File.o
../../src/reports/obj/Sheet.o ../../src/guile/obj/gnucash.o
../../src/swig/guile/obj/gnucash-all-guile_wrap.o ../../src/swig/obj/helperfuncs.o
-L/usr/local/lib -lSM -lICE -lXm -lXpm -L/usr/X11R6/lib -L/usr/X11R6/lib -lXext
-lXmu -lXt -lX11 -L/usr/local/lib -lguile -lreadline -lpng -ljpeg -lz -lm
obj/motif/HelpWindow.o: In function `htmlWindow':
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:353: undefined reference to
`_XmHTMLStrings'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:353: undefined reference to
`_XmHTMLStrings'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:353: undefined reference to
`xmHTMLWidgetClass'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:371: undefined reference to
`_XmHTMLStrings'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:372: undefined reference to
`_XmHTMLStrings'
obj/motif/HelpWindow.o: In function `frameCB':
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:487: undefined reference to
`_XmHTMLStrings'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:504: undefined reference to
`_XmHTMLStrings'
obj/motif/HelpWindow.o: In function `htmlAnchorCB':
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:618: undefined reference to
`XmHTMLAnchorScrollToName'
obj/motif/HelpWindow.o: In function `xaccJumpToLabel':
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:678: undefined reference to
`XmHTMLTextSetString'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:680: undefined reference to
`XmHTMLAnchorScrollToName'
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:682: undefined reference to
`XmHTMLTextScrollToLine'
obj/motif/HelpWindow.o: In function `htmlReadImageProc':
/home/zeek/gnucash-1.1.27/src/motif/HelpWindow.c:709: undefined reference to
`XmHTMLImageDefaultProc'
collect2: ld returned 1 exit status
make[3]: *** [../../gnucash.motif] Error 1
make[3]: Leaving directory `/home/zeek/gnucash-1.1.27/src/motif'
--
a l p h a n u m e r i c a
http://www.alphanumerica.com
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body