[Mono-dev] Compile Mono Solaris

Andreas Färber andreas.faerber at web.de
Sat Dec 8 09:54:05 EST 2007


Am 06.12.2007 um 21:52 schrieb Steven Jeffs:

> Steven Jeffs wrote:
>> But these stand out as maybe something to be concerned with?  There  
>> were lots of them:
>> System.Net.Sockets/Socket.cs(736,25): warning CS0162: Unreachable  
>> code detected
>> and
>> ./build-csproj: gawk: command not found
>> I could install gawk and recompile, but is it necessary?
>>
> I installed gawk and recompiled mono.  So the gawk error was no more.

I have been seeing this warning on OSX and Solaris, too. It's nothing  
to worry about: The mcs/ tree does not respect the ./configure results  
and uses a hardcoded "gawk"; but the failing build-csproj tool only  
generates Visual Studio project files for Windows users so does not  
influence the build process on Unices.

Andreas



More information about the Mono-devel-list mailing list