Well,
SOPE compiling went almost through, no obvious errors, just a few
warnings, except on the last one. Here is the list of errors/warnings
encountered:
Compiling file NGMimeFileData.m ...
NGMimeFileData.m: In function â-[NGMimeFileData initWithBytes:length:]â:
NGMimeFileData.m:93: warning: format â%liâ expects type âlong intâ, but
argument 3 has type âNSUIntegerâ
NGMimeFileData.m: In function â-[NGMimeFileData appendDataToFileDesc:]â:
NGMimeFileData.m:174: warning: format â%liâ expects type âlong intâ, but
argument 4 has type âNSIntegerâ
Compiling file NGMimeJoinedData.m ...
NGMimeJoinedData.m: In function â-[NGMimeJoinedData
writeToFile:atomically:]â:
NGMimeJoinedData.m:136: warning: format â%liâ expects type âlong intâ,
but argument 3 has type âNSUIntegerâ
...
WORadioButton.m:80:2: warning: #warning FIXME, radio button from handling
...
Compiling file SoWebDAVRenderer.m ...
SoWebDAVRenderer.m: In function â-[SoWebDAVRenderer
renderObjectBodyResult:inContext:onlyHead:]â:
SoWebDAVRenderer.m:190: warning: format â%ldâ expects type âlong intâ,
but argument 3 has type âNSUIntegerâ
SoWebDAVRenderer.m:207: warning: format â%ldâ expects type âlong intâ,
but argument 3 has type âNSUIntegerâ
...
Compiling file WOResponse.m ...
WOResponse.m: In function â-[WOResponse disableClientCaching]â:
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 4 has type âNSIntegerâ
WOResponse.m:138: warning: format â%04liâ expects type âlong intâ, but
argument 6 has type âNSIntegerâ
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 7 has type âNSIntegerâ
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 8 has type âNSIntegerâ
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 9 has type âNSIntegerâ
...
Compiling file WOStatisticsStore.m ...
WOStatisticsStore.m: In function â-[WOStatisticsStore
formatDescription:forResponse:inContext:]â:
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 3 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%04liâ expects type âlong
intâ, but argument 5 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 6 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 7 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 8 has type âNSIntegerâ
...
Compiling file UnixSignalHandler.m ...
UnixSignalHandler.m: In function â-[UnixSignalHandler init]â:
UnixSignalHandler.m:225: warning: âsigblockâ is deprecated (declared at
/usr/include/signal.h:196)
UnixSignalHandler.m: In function â-[UnixSignalHandler blockAllSignals]â:
UnixSignalHandler.m:319: warning: âsigsetmaskâ is deprecated (declared
at /usr/include/signal.h:199)
UnixSignalHandler.m: In function â-[UnixSignalHandler enableAllSignals]â:
UnixSignalHandler.m:331: warning: âsigsetmaskâ is deprecated (declared
at /usr/include/signal.h:199)
UnixSignalHandler.m: In function â-[UnixSignalHandler blockSignal:]â:
UnixSignalHandler.m:345: warning: âsigsetmaskâ is deprecated (declared
at /usr/include/signal.h:199)
UnixSignalHandler.m: In function â-[UnixSignalHandler enableSignal:]â:
UnixSignalHandler.m:355: warning: âsigsetmaskâ is deprecated (declared
at /usr/include/signal.h:199)
UnixSignalHandler.m: In function â-[UnixSignalHandler waitForSignal:]â:
UnixSignalHandler.m:364: warning: implicit declaration of function
âsigpauseâ
...
Compiling file WOResponse.m ...
WOResponse.m: In function â-[WOResponse disableClientCaching]â:
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 4 has type âNSIntegerâ
WOResponse.m:138: warning: format â%04liâ expects type âlong intâ, but
argument 6 has type âNSIntegerâ
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 7 has type âNSIntegerâ
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 8 has type âNSIntegerâ
WOResponse.m:138: warning: format â%02liâ expects type âlong intâ, but
argument 9 has type âNSIntegerâ
...
Compiling file WOStatisticsStore.m ...
WOStatisticsStore.m: In function â-[WOStatisticsStore
formatDescription:forResponse:inContext:]â:
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 3 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%04liâ expects type âlong
intâ, but argument 5 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 6 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 7 has type âNSIntegerâ
WOStatisticsStore.m:409: warning: format â%02liâ expects type âlong
intâ, but argument 8 has type âNSIntegerâ
...
Compiling file WEPageView.m ...
WEPageView.m: In function â-[WEPageItem appendHead:toResponse:inContext:]â:
WEPageView.m:770: warning: format â%ldâ expects type âlong intâ, but
argument 3 has type âNSUIntegerâ
...
Compiling file WETableMatrix.m ...
WETableMatrix.m: In function â-[WEVSpanTableMatrix
appendSpans:toResponse:inContext:]â:
WETableMatrix.m:445: warning: format â%ldâ expects type âlong intâ, but
argument 3 has type âNSUIntegerâ
...
Making all in WEPrototype ...
Making all for library libWEPrototype...
Compiling file WEPrototypeScriptAction.m ...
cc1obj: warning: unknown escape sequence '\/'
cc1obj: warning: unknown escape sequence '\/'
cc1obj: warning: unknown escape sequence '\S'
Compiling file WEPrototypeScript.m ...
...
Compiling file EOSQLQualifier.m ...
EOSQLQualifier.m: In function â-[EOSQLQualifier
initWithEntity:qualifierFormat:argumentsArray:]â:
EOSQLQualifier.m:341: error: incompatible type for argument 2 of
âstringWithFormat:arguments:â
EOSQLQualifier.m:341: note: expected âva_listâ but argument is of type
âvoid *â
make[5]: *** [obj/libGDLAccess.obj/EOSQLQualifier.m.o] Error 1
make[4]: *** [internal-library-all_] Error 2
make[3]: *** [libGDLAccess.all.library.variables] Error 2
make[2]: *** [internal-all] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
Can it be fixed, and how ?
Oh, and as far as the sope49-gdl1-mysql library is concerned, I suppose
it will be build alongside the rest.
Dominique
On 30/05/2011 17:11, Dominique wrote:
HI,
I've been using SOGo on Ubuntu for a while now and I wanted to try a
build on Debian/ARM.
Since no packages are available, I started to build it from binaries.
So I started collecting the various pieces necessary before install.
Currently compilingthe SOPE part, so it's slow.
In the meantime, there is one piece I cannot find is the
'sope49-gdl1-mysql' library.
Any idea where to find it ?
Thanks,
Dominique
--
[email protected]
https://inverse.ca/sogo/lists