[OGo-Developer] OGo-1.0 Installation error
Adam Tauno Williams
developer@opengroupware.org
Thu, 20 Mar 2008 08:58:01 -0400
On Thu, 2008-03-20 at 14:22 +0200, Kit wrote:
> I've got:
>
> PPSyncContext.m: In function '-[PPSyncContext
> fetchRecordByID:fromDatabase:attributes:category:]':
> PPSyncContext.m:974: warning: passing argument 4 of 'dlp_ReadRecordById' from incompatible pointer type
> PPSyncContext.m:974: error: too many arguments to function 'dlp_ReadRecordById'
> make[3]: *** [shared_debug_obj/PPSyncContext.o] Error 1
> make[2]: *** [libPPSync.all.library.variables] Error 2
> make[2]: Leaving directory `/usr/install/OpenGroupware/OGo-1.0/PDA/PPSync'
> make[1]: *** [internal-all] Error 2
> make[1]: Leaving directory `/usr/install/OpenGroupware/OGo-1.0/PDA'
> make: *** [internal-all] Error 2
> Anyone can help me ?
You have an incompatible pilot-link version. Unfortunately the
pilot-link API changed, and PalmOS 4 vs 5 databases are not compatible,
etc...
I strongly suggest to build with "--without-pisock" which disables the
PDA (Palm OS) module. See -
<http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1638>
<http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1811>
- if you are interesting in digging into the issue.
The "--without-pisock" option is mentioned in the installation section
of WMOGAG <http://www.whitemiceconsulting.com/node/67> or
<http://docs.opengroupware.org/Members/whitemice/wmogag/file_view>
My build from source procedure is at
<http://www.whitemiceconsulting.com/node/144>