Hi All,
is there anybody that managed to build the toolkit with Cygwin on a Windows XP machine?
It shouldn't be a big deals, since they are all GNU-like stuff, but I am facing probems. Now I get this error:
xptcomm.o(.text+0x24): In function `staticallyLinkedTransports':
/home/stefano_fornari/SyncML/rtk4.1/syncml/src/bld/win/../../xpt/manager/all/xpt
comm.c: undefined reference to `_HTTP_initializeTransport'
xptcomm.o(.text+0x2c):/home/stefano_fornari/SyncML/rtk4.1/syncml/src/bld/win/../
../xpt/manager/all/xptcomm.c: undefined reference to `_obexInitializeTransport'
xptcomm.o(.text+0x34):/home/stefano_fornari/SyncML/rtk4.1/syncml/src/bld/win/../
../xpt/manager/all/xptcomm.c: undefined reference to `_wspInitializeTransport'
And... actually it is right: there is no _HTTP_initializeTransport_ defined anywhere.....
Any thought? Any help si really appreciated. Thanks in advance.
Stefano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think that most people just used the toolkit with Visual Studio, or else with CodeWarrier for the Palm, etc.
Personally, I never used the xpt stuff (used apache for all my HTTP comm), so I can't help. One thing to watch for is the irda header, as that was needed, but could not legally be included.
I suppose you could try the yahoo sync group, as I don't think this group is followed that much.
dgc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
is there anybody that managed to build the toolkit with Cygwin on a Windows XP machine?
It shouldn't be a big deals, since they are all GNU-like stuff, but I am facing probems. Now I get this error:
xptcomm.o(.text+0x24): In function `staticallyLinkedTransports':
/home/stefano_fornari/SyncML/rtk4.1/syncml/src/bld/win/../../xpt/manager/all/xpt
comm.c: undefined reference to `_HTTP_initializeTransport'
xptcomm.o(.text+0x2c):/home/stefano_fornari/SyncML/rtk4.1/syncml/src/bld/win/../
../xpt/manager/all/xptcomm.c: undefined reference to `_obexInitializeTransport'
xptcomm.o(.text+0x34):/home/stefano_fornari/SyncML/rtk4.1/syncml/src/bld/win/../
../xpt/manager/all/xptcomm.c: undefined reference to `_wspInitializeTransport'
And... actually it is right: there is no _HTTP_initializeTransport_ defined anywhere.....
Any thought? Any help si really appreciated. Thanks in advance.
Stefano
I think that most people just used the toolkit with Visual Studio, or else with CodeWarrier for the Palm, etc.
Personally, I never used the xpt stuff (used apache for all my HTTP comm), so I can't help. One thing to watch for is the irda header, as that was needed, but could not legally be included.
I suppose you could try the yahoo sync group, as I don't think this group is followed that much.
dgc