Another problem in trunk (SVN revision: 1093):
entity@lethargy:~/personal/project/mojoPortal/mojoportal/trunk$ make
mkdir -p ./Web/bin
mcs -debug -r:System.dll -r:System.Data.dll -r:System.Xml.dll -r:./Web/bin/Npgsql.dll -r:./Web/bin/log4net.dll -target:library -out:./Web/bin/mojoPortal.Data.dll PostgreSQLData/AssemblyInfo.cs PostgreSQLData/dbPortal.cs PostgreSQLData/NpgsqlHelper.cs
PostgreSQLData/NpgsqlHelper.cs(1418,5): warning CS0162: Unreachable code detected
PostgreSQLData/NpgsqlHelper.cs(1418,15): warning CS0162: Unreachable code detected
PostgreSQLData/NpgsqlHelper.cs(1515,4): warning CS0162: Unreachable code detected
PostgreSQLData/NpgsqlHelper.cs(1515,14): warning CS0162: Unreachable code detected
Compilation succeeded - 4 warning(s)
make: *** No rule to make target `FCKeditor.Net_2.1/AssemblyInfo.cs', needed by `Web/bin/FredCK.FCKeditorV2.dll'. Stop.
entity@lethargy:~/personal/project/mojoPortal/mojoportal/trunk$
Either AssemblyInfo.cs is missing in in der repository tree
OR
the Makefile reference is deprecated.
I've tried to built mp with the "make" command on the console because Monodevelop/GTK# really sucks and is unstable like nitroglycerin.