http://bugzilla.novell.com/show_bug.cgi?id=325022
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=325022#c9 --- Comment #9 from Kenny Clement <[email protected]> 2009-10-07 02:12:19 MDT --- Ran into this issue in Mono 2.4.2.3 (latest stable version). Because of this, web requests do not work. So, I recompiled mono with these 2 patches. But it fails to compile. using this: CFLAGS="-m32" CXXFLAGS="-m32" ./configure --prefix=/Library/Frameworks/Mono.framework/Versions/2.4.2.3 sudo make sudo make install On OS X leopard (10.5) the errors I get: make install-local /bin/sh ./../mkinstalldirs /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/monodoc /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/monodoc/sources /usr/bin/install -c -c -m 644 cs-errors.tree cs-errors.zip ecma334.tree ecma334.zip Mono.tree Mono.zip netdocs.tree netdocs.zip Novell.tree Novell.zip lang-csharp.source Mono.source netdocs.source Novell.source /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/monodoc/sources install: cs-errors.tree: No such file or directory make[6]: *** [install-local] Error 71 make[5]: *** [do-install] Error 2 make[4]: *** [install-recursive] Error 1 make[3]: *** [profile-do--net_1_1--install] Error 2 make[2]: *** [profiles-do--install] Error 2 make[1]: *** [install-exec] Error 2 make: *** [install-recursive] Error 1 any ideas? If I remove the patches, it compiles as expected. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
