Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81417 --- shadow/81417 2007-04-21 13:25:47.000000000 -0400 +++ shadow/81417.tmp.24371 2007-04-21 13:25:47.000000000 -0400 @@ -0,0 +1,50 @@ +Bug#: 81417 +Product: Mono: Runtime +Version: 1.2 +OS: +OS Details: OS X v10.4.9 ppc +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono does not build on Mac OS X + +Description of Problem: +Mono no longer builds on Mac OS X "Tiger". + +Steps to reproduce the problem: +1. Update to r75703 or later (here: 76035) +2. ./autogen.sh + +Actual Results: +Running automake --gnu ... +mono/mini/Makefile.am:478: BUILT_SOURCES was already defined in condition TRUE, which +implies condition JIT_SUPPORTED_TRUE + + BUILT_SOURCES (User, where = mono/mini/Makefile.am:478) += + { + TRUE => version.h + } +**Error**: automake failed. + + +Expected Results: +Correct generation of makefiles + +How often does this happen? +Each attempt + +Additional Information: +r75703 has made changes to Makefile.am which seem to break the build process: ++BUILT_SOURCES = ... + if JIT_SUPPORTED +-BUILT_SOURCES = ... ++BUILT_SOURCES += ... + endif _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
