coder2000 / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Nant fails on mono, dll generated from Makefile does not work #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type nant to compile
2. Type make to compile
3.

What is the expected output? What do you see instead?
Nant compile fails, make compile does not work

What version of the product are you using? On what operating system?
2.1.0.710

Please provide any additional information below.
I compiled in VS2005 and that worked fine, could not compile on Linux
Debian 5 Lenny, mono 1.9.1

Original issue reported on code.google.com by ptony82 on 10 Aug 2009 at 9:31

GoogleCodeExporter commented 8 years ago
Can you try the Makefile, please?

Original comment by hil...@gmail.com on 10 Aug 2009 at 9:38

GoogleCodeExporter commented 8 years ago
I tried with the make file, it could be caused by the Interop stuff in 
netlib.DNS.
The make file was able to create jabber-net.dll, but it did not work when i 
tried on
Windows. Is the netlib.Dns compatible with Linux?

Original comment by ptony82 on 10 Aug 2009 at 10:35

GoogleCodeExporter commented 8 years ago
My mistake, I did not see that you provided Mono binaries seperately. I think 
make
also works because I was not grabbing zlib.net.dll. 

Original comment by ptony82 on 10 Aug 2009 at 11:25

GoogleCodeExporter commented 8 years ago
netlib.Dns uses p/invoke to get at a Win32 API.  Something could be written 
that has the same interface for 
Linux.

Original comment by hil...@gmail.com on 11 Aug 2009 at 3:02

GoogleCodeExporter commented 8 years ago

Original comment by hil...@gmail.com on 11 Aug 2009 at 4:30