Comment 1 for bug 693214

Revision history for this message
Alexander Sack (asac) wrote :

a few things seem to be more picky in hardy ... first of all the

  "track-gmarshal.h:97: warning: ISO C forbids conversion of object pointer to function pointer type"

error is something that we disabled by setting "-pedantic" to warnings using gcc macros. However, in hardy it seems that that error is not part of -pedantic; furthermore i couldn't find a proper gcc macro on first look that works with old gcc 4.2 in hardy. Most likely will have to disable -Werror for now. Lets see.

also I noticed that on hardy you cannot even run autogen.sh ... filed and fixed bug for that.