[Mono-bugs] [Bug 58194][Wis] Changed - Wsdl segfaults translating AmazonSearchService.wsdl from muine-0.6.0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 11:17:16 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mpol@gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=58194

--- shadow/58194	2004-05-07 10:56:45.000000000 -0400
+++ shadow/58194.tmp.31503	2004-05-07 11:17:16.000000000 -0400
@@ -107,6 +107,30 @@
 noticed in your last comment that you compile using the full path to
 mcs: '/usr/bin/mcs ...' . Does it work if you simply use 'mcs ...'?
 
 In any case, that's something that must be fixed, since we can't rely
 on mcs being in the PATH.
 
+
+------- Additional Comments From mpol@gmx.net  2004-05-07 11:17 -------
+
+It makes no difference if I override the MCS variable in the makefile
+it runs mcs fine then, but it still only works with the discussed
+variable set to "no".
+
+make MCS=mcs MONO_XMLSERIALIZER_THS=no
+
+I haven't been experimenting with the serializer, I don't even know
+what it is :-)
+
+
+About mcs and the complete path that's being set, it gets set that way
+by the configure script I suppose. From config.log:
+[...]
+configure:21168: checking for mcs
+configure:21186: found /usr/bin/mcs
+configure:21198: result: /usr/bin/mcs
+configure:21207: checking for mono
+configure:21225: found /usr/bin/mono
+configure:21237: result: /usr/bin/mono
+[...]
+