I got this warning while compiling SmalltalkSupport on FreeBSD:

In file included from BigInt.h:2,
                 from BigInt.m:1:
/usr/local/include/gmp.h:1606: warning: C99 inline functions are not
supported; using GNU89
/usr/local/include/gmp.h:1606: warning: to disable this warning use
-fgnu89-inline or the gnu_inline function attribute
/usr/local/include/gmp.h:1632: warning: C99 inline functions are not
supported; using GNU89
/usr/local/include/gmp.h:1643: warning: C99 inline functions are not
supported; using GNU89

Does it sound safe to use -fgnu89-inline to suppress this warning? I
tried it and it worked fine.

Other than this, the CoreObject libpq-fe.h path adjustment, and the
WorkspaceCommKit patch Quentin submitted for code review, I was able
to compile the stable branch on FreeBSD :)

Eric

_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to