dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]pnetlib converted to use csant


From: Rhys Weatherley
Subject: [DotGNU]pnetlib converted to use csant
Date: Fri, 22 Mar 2002 17:08:17 +1000

The build system for pnetlib has been modified to use csant
to do the heavy lifting on the runtime and System directories.

You will need to rebuild pnet from the CVS sources, and then
check out a clean copy of pnetlib from CVS.  Then run
"./auto_gen.sh" in pnetlib to reconstruct the correct Makefiles,
type "./configure", and then "make".

The "System" assembly has been integrated into the make
now, and syntax checking appears to be working after a few
minor changes here and there.

However, semantically the "System" code needs some
help.  I've appended the errors that Microsoft's compiler
produces to help people track down problems.

The "pnet/samples/mscorlib.dll" has also been updated,
which should bring the "runtime" status pages up to date,
but not the "System" pages (because System.dll doesn't
build yet).

I'm hoping to get cscc to the "metadata only" compile
stage in the next week or so, which should help bring
the status pages in line with the actual code on a daily
basis.

Cheers,

Rhys.

"/home/rhys weatherley/work/pnetlib/../pnet/csant/csant" --compiler csc 
-Dcsc="/cygdrive/c/WINNT/Microsoft.NET/Framework/v1.0.2914//csc" -f 
System.build all
Building project `pnetlib System'
Building target `all' for project `pnetlib System'
/cygdrive/c/WINNT/Microsoft.NET/Framework/v1.0.2914//csc /nologo 
/target:library /out:.\System.dll /unsafe /nostdlib /optimize+ 
/resource:..\resources\en_US\System\System.resources 
/reference:..\runtime\mscorlib.dll /nowarn:626 /nowarn:649 /nowarn:168 
/nowarn:67 /nowarn:169 .\TODOAttribute.cs .\UriBuilder.cs 
.\UriFormatException.cs .\Net\HttpStatusCode.cs .\Net\HttpVersion.cs 
.\Net\HttpWebRequest.cs .\Net\IAuthenticationModule.cs .\Net\ICredentials.cs 
.\Net\IPAddress.cs .\Net\IWebProxy.cs .\Net\IWebRequestCreate.cs 
.\Net\NetworkAccess.cs .\Net\TransportType.cs .\Net\WebException.cs 
.\Net\WebExceptionStatus.cs .\Net\WebRequest.cs .\Net\Sockets\AddressFamily.cs 
.\Net\Sockets\LingerOption.cs .\Net\Sockets\MulticastOption.cs 
.\Net\Sockets\NetworkStream.cs .\Net\Sockets\ProtocolType.cs 
.\Net\Sockets\SelectMode.cs .\Net\Sockets\Socket.cs 
.\Net\Sockets\SocketException.cs .\Net\Sockets\SocketFlags.cs 
.\Net\Sockets\SocketOptionLevel.cs .\Net\Sockets\SocketOptionName.cs 
.\Net\Sockets\SocketShutdown.cs .\Net\Sockets\SocketType.cs
Net\HttpWebRequest.cs(29,31): warning CS1595: 'System.Net.WebRequest' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\Sockets\NetworkStream.cs(26,30): error CS0246: The type or namespace name 
'Stream' could not be found (are you missing a using directive or an assembly 
reference?)
Net\Sockets\Socket.cs(32,10): warning CS1595: 
'System.Net.Sockets.AddressFamily' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\AddressFamily.cs'
Net\Sockets\Socket.cs(33,10): warning CS1595: 'System.Net.Sockets.ProtocolType' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\ProtocolType.cs'
Net\Sockets\Socket.cs(34,10): warning CS1595: 'System.Net.Sockets.SocketType' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketType.cs'
Net\Sockets\Socket.cs(45,16): warning CS1595: 
'System.Net.Sockets.AddressFamily' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\AddressFamily.cs'
Net\Sockets\Socket.cs(45,45): warning CS1595: 'System.Net.Sockets.SocketType' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketType.cs'
Net\Sockets\Socket.cs(45,68): warning CS1595: 'System.Net.Sockets.ProtocolType' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\ProtocolType.cs'
Net\Sockets\Socket.cs(71,9): warning CS1595: 'System.Net.Sockets.Socket' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\Socket.cs'
Net\Sockets\Socket.cs(121,72): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(127,76): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(133,69): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(139,71): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(193,9): warning CS1595: 'System.Net.Sockets.Socket' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\Socket.cs'
Net\Sockets\Socket.cs(241,32): warning CS1595: 
'System.Net.Sockets.SocketOptionLevel' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionLevel.cs'
Net\Sockets\Socket.cs(241,63): warning CS1595: 
'System.Net.Sockets.SocketOptionName' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionName.cs'
Net\Sockets\Socket.cs(247,30): warning CS1595: 
'System.Net.Sockets.SocketOptionLevel' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionLevel.cs'
Net\Sockets\Socket.cs(247,61): warning CS1595: 
'System.Net.Sockets.SocketOptionName' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionName.cs'
Net\Sockets\Socket.cs(253,32): warning CS1595: 
'System.Net.Sockets.SocketOptionLevel' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionLevel.cs'
Net\Sockets\Socket.cs(253,63): warning CS1595: 
'System.Net.Sockets.SocketOptionName' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionName.cs'
Net\Sockets\Socket.cs(271,37): warning CS1595: 'System.Net.Sockets.SelectMode' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SelectMode.cs'
Net\Sockets\Socket.cs(277,46): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(288,58): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(294,62): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(299,50): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(304,40): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(315,28): error CS0246: The type or namespace name 'IList' 
could not be found (are you missing a using directive or an assembly reference?)
Net\Sockets\Socket.cs(320,43): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(325,33): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(336,55): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(342,57): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(348,45): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(353,35): warning CS1595: 'System.Net.Sockets.SocketFlags' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketFlags.cs'
Net\Sockets\Socket.cs(364,30): warning CS1595: 
'System.Net.Sockets.SocketOptionLevel' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionLevel.cs'
Net\Sockets\Socket.cs(364,61): warning CS1595: 
'System.Net.Sockets.SocketOptionName' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionName.cs'
Net\Sockets\Socket.cs(370,30): warning CS1595: 
'System.Net.Sockets.SocketOptionLevel' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionLevel.cs'
Net\Sockets\Socket.cs(370,61): warning CS1595: 
'System.Net.Sockets.SocketOptionName' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionName.cs'
Net\Sockets\Socket.cs(376,30): warning CS1595: 
'System.Net.Sockets.SocketOptionLevel' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionLevel.cs'
Net\Sockets\Socket.cs(376,61): warning CS1595: 
'System.Net.Sockets.SocketOptionName' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketOptionName.cs'
Net\Sockets\Socket.cs(382,23): warning CS1595: 
'System.Net.Sockets.SocketShutdown' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketShutdown.cs'
Net\Sockets\Socket.cs(392,9): warning CS1595: 
'System.Net.Sockets.AddressFamily' is defined in multiple places; using 
definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\AddressFamily.cs'
Net\Sockets\Socket.cs(421,9): warning CS1595: 'System.Net.Sockets.ProtocolType' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\ProtocolType.cs'
Net\Sockets\Socket.cs(432,9): warning CS1595: 'System.Net.Sockets.SocketType' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\SocketType.cs'
Net\Sockets\NetworkStream.cs(28,10): error CS0246: The type or namespace name 
'Socket' could not be found (are you missing a using directive or an assembly 
reference?)
Net\Sockets\NetworkStream.cs(33,23): error CS0246: The type or namespace name 
'Socket' could not be found (are you missing a using directive or an assembly 
reference?)
Net\Sockets\NetworkStream.cs(38,23): error CS0246: The type or namespace name 
'Socket' could not be found (are you missing a using directive or an assembly 
reference?)
Net\Sockets\NetworkStream.cs(43,23): error CS0246: The type or namespace name 
'Socket' could not be found (are you missing a using directive or an assembly 
reference?)
Net\Sockets\NetworkStream.cs(48,23): error CS0246: The type or namespace name 
'Socket' could not be found (are you missing a using directive or an assembly 
reference?)
Net\Sockets\NetworkStream.cs(133,41): error CS0246: The type or namespace name 
'SeekOrigin' could not be found (are you missing a using directive or an 
assembly reference?)
Net\Sockets\MulticastOption.cs(29,10): warning CS1595: 'System.Net.IPAddress' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\Sockets\MulticastOption.cs(30,10): warning CS1595: 'System.Net.IPAddress' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\Sockets\MulticastOption.cs(32,25): warning CS1595: 'System.Net.IPAddress' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\Sockets\MulticastOption.cs(32,42): warning CS1595: 'System.Net.IPAddress' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\Sockets\MulticastOption.cs(42,25): warning CS1595: 'System.Net.IPAddress' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\Sockets\MulticastOption.cs(51,9): warning CS1595: 'System.Net.IPAddress' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\Sockets\MulticastOption.cs(62,9): warning CS1595: 'System.Net.IPAddress' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\WebRequest.cs(32,10): warning CS1595: 'System.Net.ICredentials' is defined 
in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\ICredentials.cs'
Net\WebRequest.cs(36,10): warning CS1595: 'System.Net.IWebProxy' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IWebProxy.cs'
Net\WebRequest.cs(39,17): error CS0246: The type or namespace name 'Hashtable' 
could not be found (are you missing a using directive or an assembly reference?)
Net\WebRequest.cs(65,30): error CS0111: Class 'System.Net.WebRequest' already 
defines a member called 'BeginGetRequestStream' with the same parameter types
Net\WebRequest.cs(60,30): (Location of symbol related to previous error)
Net\WebRequest.cs(76,16): warning CS1595: 'System.Net.WebRequest' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\WebRequest.cs(89,16): warning CS1595: 'System.Net.WebRequest' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\WebRequest.cs(104,16): warning CS1595: 'System.Net.WebRequest' is defined 
in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\WebRequest.cs(119,17): error CS0246: The type or namespace name 'Stream' 
could not be found (are you missing a using directive or an assembly reference?)
Net\WebRequest.cs(129,17): error CS0246: The type or namespace name 'Stream' 
could not be found (are you missing a using directive or an assembly reference?)
Net\WebRequest.cs(140,51): warning CS1595: 'System.Net.IWebRequestCreate' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IWebRequestCreate.cs'
Net\WebRequest.cs(155,24): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'ConnectionGroupName'
Net\WebRequest.cs(29,30): (Location of symbol related to previous error)
Net\WebRequest.cs(168,22): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'ContentLength'
Net\WebRequest.cs(30,30): (Location of symbol related to previous error)
Net\WebRequest.cs(181,24): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'ContentType'
Net\WebRequest.cs(31,30): (Location of symbol related to previous error)
Net\WebRequest.cs(194,30): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'Credentials'
Net\WebRequest.cs(32,30): (Location of symbol related to previous error)
Net\WebRequest.cs(207,37): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'Headers'
Net\WebRequest.cs(33,30): (Location of symbol related to previous error)
Net\WebRequest.cs(220,24): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'Method'
Net\WebRequest.cs(34,30): (Location of symbol related to previous error)
Net\WebRequest.cs(233,22): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'PreAuthenticate'
Net\WebRequest.cs(35,30): (Location of symbol related to previous error)
Net\WebRequest.cs(246,27): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'Proxy'
Net\WebRequest.cs(36,30): (Location of symbol related to previous error)
Net\WebRequest.cs(259,21): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'RequestUri'
Net\WebRequest.cs(37,30): (Location of symbol related to previous error)
Net\WebRequest.cs(272,21): error CS0102: The class 'System.Net.WebRequest' 
already contains a definition for 'Timeout'
Net\WebRequest.cs(38,30): (Location of symbol related to previous error)
Net\IWebRequestCreate.cs(28,2): warning CS1595: 'System.Net.WebRequest' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\IWebProxy.cs(30,2): warning CS1595: 'System.Net.ICredentials' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\ICredentials.cs'
Net\IPAddress.cs(80,32): warning CS1595: 'System.Net.IPAddress' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\IPAddress.cs(103,16): warning CS1595: 'System.Net.IPAddress' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\IPAddress.cs(167,25): warning CS1595: 'System.Net.IPAddress' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\IPAddress.cs(168,25): warning CS1595: 'System.Net.IPAddress' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\IPAddress.cs(169,25): warning CS1595: 'System.Net.IPAddress' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\IPAddress.cs(170,25): warning CS1595: 'System.Net.IPAddress' is defined in 
multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IPAddress.cs'
Net\IPAddress.cs(186,9): error CS0246: The type or namespace name 
'AddressFamily' could not be found (are you missing a using directive or an 
assembly reference?)
Net\IAuthenticationModule.cs(28,47): warning CS1595: 'System.Net.WebRequest' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\IAuthenticationModule.cs(28,67): warning CS1595: 'System.Net.ICredentials' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\ICredentials.cs'
Net\IAuthenticationModule.cs(29,32): warning CS1595: 'System.Net.WebRequest' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\WebRequest.cs'
Net\IAuthenticationModule.cs(29,52): warning CS1595: 'System.Net.ICredentials' 
is defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\ICredentials.cs'
Net\HttpWebRequest.cs(77,53): error CS0246: The type or namespace name 
'AsyncCallBack' could not be found (are you missing a using directive or an 
assembly reference?)
Net\HttpWebRequest.cs(91,18): error CS0246: The type or namespace name 'Stream' 
could not be found (are you missing a using directive or an assembly reference?)
Net\HttpWebRequest.cs(108,18): error CS0246: The type or namespace name 
'Stream' could not be found (are you missing a using directive or an assembly 
reference?)
Net\HttpWebRequest.cs(140,18): warning CS1595: 'System.Net.ICredentials' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\ICredentials.cs'
Net\HttpWebRequest.cs(164,18): warning CS1595: 'System.Net.IWebProxy' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\IWebProxy.cs'
Net\HttpWebRequest.cs(180,10): warning CS1595: 'System.Net.Sockets.Socket' is 
defined in multiple places; using definition from 'C:\cygwin\home\rhys 
weatherley\work\pnetlib\System\Net\Sockets\Socket.cs'
UriBuilder.cs(137,41): error CS0246: The type or namespace name 'boolean' could 
not be found (are you missing a using directive or an assembly reference?)
UriBuilder.cs(255,54): error CS0246: The type or namespace name 'boolean' could 
not be found (are you missing a using directive or an assembly reference?)
*** Target `all' for project `pnetlib System' failed ***
*** Project `pnetlib System' build failed ***

reply via email to

[Prev in Thread] Current Thread [Next in Thread]