From: <no...@so...> - 2002-08-24 15:47:12
|
Bugs item #599407, was opened at 2002-08-23 16:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=599407&group_id=5523 Category: Compilation Problem Group: SableVM >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Archie Cobbs (archiecobbs) Assigned to: Etienne M. Gagnon (egagnon) Summary: Need workaround for libffi VERSION def'n Initial Comment: Please include this patch to work around a screwup in the libffi installation: http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/sablevm/files/patch-ae?rev=1.3 ---------------------------------------------------------------------- >Comment By: Etienne M. Gagnon (egagnon) Date: 2002-08-24 11:47 Message: Logged In: YES user_id=15365 Hi Archie! Changing the order of includes, and undefining macros was not ideal. Instead, I defined new configure macros, and refrained from using the PACKAGE and VERSION macros in C source code. Please test that sablevm 1.0.4 does effectively solve the libffi problem on BSD. Thanks, Etienne ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=599407&group_id=5523 |