Hello All I am trying to build the latest mono svn on Debian/testing/AMD64, where the Debian-installed /usr/bin/mono is Mono JIT compiler version 2.0.1 (tarball), and /usr/bin/gmcs is Mono C# compiler version 2.0.1.0 and /usr/bin/gcc is x86_64-linux-gnu gcc version 4.3.3 (Debian 4.3.3-3)
The svn info for libgdiplus gives URL: http://anonsvn.mono-project.com/source/trunk/libgdiplus revision 132612. For mcs gives http://anonsvn.mono-project.com/source/trunk/mcs revision 132612. For mono gives http://anonsvn.mono-project.com/source/trunk/mono revision 132612. For xsp gives http://anonsvn.mono-project.com/source/trunk/xsp revision 131454. All the above are svn checkouted in the same parent /usr/src/Mono directory. So I go into the mono subdirectory and run % ./autogen.sh --with-jit --enable-parallel-mark because I want to test the JIT and parallel mark GC features. Then I run make, and I am getting stuck with make[8]: Entering directory `/usr/src/Mono/mcs/class/System.Data.Linq' MCS [net_2_0] System.Data.Linq.dll src/DbLinq/Data/Linq/Sql/SqlStatementBuilder.cs(125,53): error CS1526: A new expression requires () or [] after type src/DbLinq/Util/TextWriterExtension.cs(103,85): error CS1526: A new expression requires () or [] after type src/DbLinq/Util/TextWriterExtension.cs(111,85): error CS1526: A new expression requires () or [] after type etc. The same error happenned with previous svn rev 132609. Do you have any ideas about what I am doing wrong? Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ http://starynkevitch.net/Basile/ email: basile-at-starynkevitch-dot-net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} *** -- View this message in context: http://www.nabble.com/failing-to-build-mono-%28trunk-svn-rev-132609-or-132612%29-SqlStatementBuilder.cs-tp23223470p23223470.html Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
