2007/4/21, Michael Jerris <[EMAIL PROTECTED]>: > The proper fix for this is to actually do an autoconf check that > compiles code for each kind of attribute used, to see if it is supported > by the compiler. Different attributes were introduced in different gcc > versions, and I am sure this is modified in different ports of the same > version of the compiler, so the checks are the only way to know for > sure.
The problem with autoconf approach is that the installed headers contain these __attribute__ declarations. Many systems have different versions of gcc available. The autoconf check go through fine when sofia-sip is compiled with newer gcc but when the library is used with older gcc the installled library breaks. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
