http://bugzilla.novell.com/show_bug.cgi?id=572882
http://bugzilla.novell.com/show_bug.cgi?id=572882#c0 Summary: trunk compilation fails with gmcs version 2.0.1.0 Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Configuration AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6 if test -w ../../mcs; then :; else chmod -R +w ../../mcs; fi cd ../../mcs && make NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_2_1_raw ' CC='gcc' all-profiles make[3]: se ingresa al directorio `/home/knocte/Documents/mono/mcs' make profile-do--net_2_0--all profile-do--net_3_5--all profile-do--net_2_1_raw--all make[4]: se ingresa al directorio `/home/knocte/Documents/mono/mcs' make PROFILE=basic all make[5]: se ingresa al directorio `/home/knocte/Documents/mono/mcs' make[6]: se ingresa al directorio `/home/knocte/Documents/mono/mcs' build/common/basic-profile-check.cs(9,67): error CS0234: The type or namespace name `AllowReversePInvokeCallsAttribute' does not exist in the namespace `System.Runtime.InteropServices'. Are you missing an assembly reference? Compilation failed: 1 error(s), 0 warnings make[6]: *** [build/deps/basic-profile-check.exe] Error 1 make[6]: se sale del directorio `/home/knocte/Documents/mono/mcs' *** The compiler 'gmcs' doesn't appear to be usable. *** You need a C# compiler version 2.0 or better installed to build MCS *** Read INSTALL.txt for information on how to bootstrap a Mono installation. make[5]: *** [do-profile-check] Error 1 make[5]: se sale del directorio `/home/knocte/Documents/mono/mcs' make[4]: *** [profile-do--basic--all] Error 2 make[4]: se sale del directorio `/home/knocte/Documents/mono/mcs' make[3]: *** [profiles-do--all] Error 2 make[3]: se sale del directorio `/home/knocte/Documents/mono/mcs' make[2]: *** [all-local] Error 2 make[2]: se sale del directorio `/home/knocte/Documents/mono/mono/runtime' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/knocte/Documents/mono/mono' make: *** [all] Error 2 Reproducible: Always -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
