Quote:
Originally Posted by josecanuc
I've been having problems compiling XmBlackBerry on Ubuntu 7.04 and SuSE 9.3 (only ones I've tried)
Problem appears to possibly be a bug/quirk in gcc4 or the linker such that even though the appropriate arguments are passed to the linker, it can't seem to find the Motif function calls:
Code:
sync.o: In function `_conflict_handler':
/home/lcotton/src/XmBlackBerry/sync.c:469: undefined reference to `XmVaCreateScrolledWindow'
sync.o: In function `sync_init':
/home/lcotton/src/XmBlackBerry/sync.c:194: undefined reference to `XmVaCreatePushButton'
/home/lcotton/src/XmBlackBerry/sync.c:199: undefined reference to `XmVaCreateRowColumn'
/home/lcotton/src/XmBlackBerry/sync.c:205: undefined reference to `XmVaCreateLabel'
/home/lcotton/src/XmBlackBerry/sync.c:222: undefined reference to `XmVaCreateLabel'
/home/lcotton/src/XmBlackBerry/sync.c:240: undefined reference to `XmVaCreatePushButton'
/home/lcotton/src/XmBlackBerry/sync.c:248: undefined reference to `XmVaCreatePushButton'
/home/lcotton/src/XmBlackBerry/sync.c:261: undefined reference to `XmVaCreateRowColumn'
/home/lcotton/src/XmBlackBerry/sync.c:265: undefined reference to `XmVaCreateLabel'
/home/lcotton/src/XmBlackBerry/sync.c:269: undefined reference to `XmVaCreateTextField'
/home/lcotton/src/XmBlackBerry/sync.c:273: undefined reference to `XmVaCreatePushButton'
/home/lcotton/src/XmBlackBerry/sync.c:278: undefined reference to `XmVaCreatePushButton'
conflict.o: In function `show_doc':
/home/lcotton/src/XmBlackBerry/conflict.c:51: undefined reference to `XmVaCreateToggleButton'
conflict.o: In function `show_conflict':
/home/lcotton/src/XmBlackBerry/conflict.c:138: undefined reference to `XmVaCreateMessageBox'
/home/lcotton/src/XmBlackBerry/conflict.c:161: undefined reference to `XmVaCreateMessageBox'
Anyone have:
1) Advice on fixing?
2) Debian pkg or other binary for i386 of XmBlackBerry?
Thanks.
|
I had the above problem using openmotif-2.2. I upgraded to version 2.3 and that fixed the compile problem. (I'm using gentoo on amd64.)
When I run the app it sees the BB and tries to login, but it doesn't accept my password.