Discussion:
librra compilation error
Gustavo -
2015-08-05 21:00:11 UTC
Permalink
Hi all,
I downloaded libsynce, librapi2, librra and vdccm source, and tried to
compile according to the howto at http://archive.is/www.synce.org

"Building SynCE with Windows Mobile 2005 support from Subversion" at
http://archive.is/nAqJ8
"SynceInstallation/Source" at http://archive.is/AeBc5

However, ** librra ** is failing to make with some strange error for me.

$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
$ ./configure
$ make
...
make[2]: Leaving directory `/var/tmp/synce/librra-0.11/src'
Making all in man
make[2]: Entering directory `/var/tmp/synce/librra-0.11/man'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/var/tmp/synce/librra-0.11/man'
Making all in python
make[2]: Entering directory `/var/tmp/synce/librra-0.11/python'
pyrexc ./pyrra.pyx -I../lib -o ./pyrra.c
/var/tmp/synce/librra-0.11/python/./pyrra.pyx:51:2: Syntax error in C
variable declaration
make[2]: *** [pyrra.c] Error 1
make[2]: Leaving directory `/var/tmp/synce/librra-0.11/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/synce/librra-0.11'
make: *** [all] Error 2

Code section:
----------------------------------------------------------------------------
ctypedef enum RRA_SyncMgrTypeEvent:
SYNCMGR_TYPE_EVENT_UNCHANGED
SYNCMGR_TYPE_EVENT_CHANGED
SYNCMGR_TYPE_EVENT_DELETED

ctypedef struct _RRA_Uint32Vector:
pass ## line 51 ##


RRA_SyncMgr * rra_syncmgr_new()
----------------------------------------------------------------------------

File pyrra.pyx is attached.
I've already searched a lot on Google and no response so far
Someone knows how to fix this? Any help would be greatly appreciated!
Gustavo -
2015-08-06 12:50:42 UTC
Permalink
Hi all,

I downloaded libsynce, librapi2, librra and vdccm source, and tried to
compile according to the howto at http://archive.is/www.synce.org

"Building SynCE with Windows Mobile 2005 support from Subversion" at
http://archive.is/nAqJ8
"SynceInstallation/Source" at http://archive.is/AeBc5

However, ** librra ** is failing to make with some strange error for me.

$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
$ ./configure
$ make
...
make[2]: Leaving directory `/var/tmp/synce/librra-0.11/src'
Making all in man
make[2]: Entering directory `/var/tmp/synce/librra-0.11/man'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/var/tmp/synce/librra-0.11/man'
Making all in python
make[2]: Entering directory `/var/tmp/synce/librra-0.11/python'
pyrexc ./pyrra.pyx -I../lib -o ./pyrra.c
/var/tmp/synce/librra-0.11/python/./pyrra.pyx:51:2: Syntax error in C
variable declaration
make[2]: *** [pyrra.c] Error 1
make[2]: Leaving directory `/var/tmp/synce/librra-0.11/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/synce/librra-0.11'
make: *** [all] Error 2

Code section:
----------------------------------------------------------------------------
ctypedef enum RRA_SyncMgrTypeEvent:
SYNCMGR_TYPE_EVENT_UNCHANGED
SYNCMGR_TYPE_EVENT_CHANGED
SYNCMGR_TYPE_EVENT_DELETED

ctypedef struct _RRA_Uint32Vector:
pass ## line 51 ##


RRA_SyncMgr * rra_syncmgr_new()
----------------------------------------------------------------------------

File pyrra.pyx is attached.
I've already searched a lot on Google and no response so far
Someone knows how to fix this? Any help would be greatly appreciated!
Christian Schmitz
2015-08-06 13:02:51 UTC
Permalink
unsuscribe

------------------------------------------------------------------------------
Loading...