Continued here from a post on the LQ Slackware forum:
Trying to compile your source for PDV.
This is what happens when I attempt to compile the Payload Delivery Vehicle using src2pkg:
/tmp/cce0I8rK.o: In function `cmpspecandwidgets':
util.c
.text+0x574): undefined reference to `g_pdvspec'
util.c
.text+0x579): undefined reference to `cmpspec'
util.c
.text+0x585): undefined reference to `freespecmembers'
/tmp/cce0I8rK.o: In function `statusmsg':
util.c
.text+0x680): undefined reference to `g_statusw'
util.c
.text+0x6a6): undefined reference to `g_statusw'
util.c
.text+0x6b2): undefined reference to `XmTextSetString'
collect2: ld returned 1 exit status
make[2]: *** [util.o] Error 1
make[2]: Leaving directory `/usr/src/panoplyx/tmp/pdv-1.5.1-src-1panoplyx/X11'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/panoplyx/tmp/pdv-1.5.1-src-1panoplyx'
make: *** [all-recursive-am] Error 2
ERROR! Compiling source code has failed.
This usually happens because of missing libraries, or
badly written Makefiles or configure scripts.
No Requires information found in pdv.spec.
src2pkg FAILURE in compile_source
Since it's your source, I figured your the best person to ask about this. I see that the complaint is about "util.o". I don't know if this is supposed to be part of the libxml2 or not. I also found something about "xar" in Google. I must be missing a dependency, I just don't know what it is.
Shhingoshi
__________________