ID: 8591 Updated by: [EMAIL PROTECTED] Reported By: alex at linuxhacker dot org -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: ARM/Linux (Titan VI) PHP Version: snapshot 4-200106111635
Previous Comments: ------------------------------------------------------------------------ [2001-07-03 04:51:48] [EMAIL PROTECTED] No feedback ------------------------------------------------------------------------ [2001-06-12 17:13:23] [EMAIL PROTECTED] Could you please try the latest CVS snapshot from http://snaps.php.net/ to see if this is fixed or not? --Jani ------------------------------------------------------------------------ [2001-01-08 05:41:49] alex at linuxhacker dot org I believe the problem is that __arm is defined but LINUX is not, so main/php.h #defines XtOffset(p_type,field) to _Offsetof(p_type,field), and _Offsetof() is not defined on Linux, which causes lots of parse errors and a build failure. Simply commenting out the offending part of php.h allows the build to succeed, but this probably isn't the correct fix. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=8591&edit=1