[Mono-bugs] [Bug 51065][Blo] New - mcs --recurse '*.cs' isn't working on linux/ppc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Nov 2003 05:29:31 -0500 (EST)


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 jeroen@xs4all.nl.

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

--- shadow/51065	2003-11-17 05:29:31.000000000 -0500
+++ shadow/51065.tmp.6213	2003-11-17 05:29:31.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 51065
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: YDL 3.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Jeroen@xs4all.nl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs --recurse '*.cs' isn't working on linux/ppc
+
+For some reason, --recurse '*.cs' isn't working on linux/ppc:
+
+make[1]: Entering directory `/home/jeroen/cvs/gnome26/gtk-sharp/atk'
+mcs --unsafe -nowarn:0660,0661 --target library         \
+-r ../glib/glib-sharp.dll -r ../pango/pango-sharp.dll   \
+-o atk-sharp.dll --recurse *.cs
+ 
+** (/gnome26/bin/mcs.exe:29307): WARNING **: Using non-atomic functions!
+error CS2001: Source file `./?/*.cs' could not be found
+error CS2001: Source file `./??/*.cs' could not be found
+error CS2001: Source file `./???/*.cs' could not be found
+error CS2001: Source file `./?????????/*.cs' could not be found
+error CS2008: No files to compile were specified
+
+This is from gtk-sharp CVS HEAD. The atk directory doesn't contain any .cs
+files itself, but it _does_ contain a "generated" directory which is full
+os .cs files.
+
+There are also issues with other directories & Makefile.in, but since they
+do not actually contain any subdirectories with sources, i managed to get
+around that by removing the single quotes around *.cs in the Makefile.in files.