[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cross compile for iphone. but keep compile error, any suggestion?

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 24 Aug 2009 11:04:48 +0200

On Sunday 23 August 2009, Payne Chu wrote:
> buckets/apr_brigade.c: In function 'apr_brigade_cleanup':
> buckets/apr_brigade.c:42: warning: implicit declaration of function
> '_Offsetof'

Two things:
1. This is in APR, which is a library SVN is built on. Though SVN contains a
copy of APR, that project is still a separate project (part of Apache in
fact) so you might get better feedback there. You could also try and see if
there is a newer APR available that fixes this. In any case, tackling this
issue separately would be a good idea.

2. _Offsetof - this looks like the offsetof() macro, which I guess it resolves
to or is related to. This can not be a function (even though the compiler
claims it to be implicitly declared). The macro yields the offset of a member
into a structure, e.g. like this:

  #define offsetof(type, member) ( (size_t) & ((type*)0)->member )

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386672
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-24 11:06:01 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.