[Gtk-sharp-list] Gtk# and XFS filesystem

mono@kirkner.com.ar mono@kirkner.com.ar
Fri, 30 Aug 2002 12:35:27 -0300


Hello, I think there may be a problem compiling Gtk# in a machine with a XFS filesystem. I have tried to compile gtk# in two machines with xfs filesystem, and one with ext3.
In the machine with ext3, there were no problems compiling, but in both machines where XFS was used, i got the same problem (output below)


make[1]: Leaving directory `/home/ricardo/temp/gtk-sharp-0.4/glib'
make[1]: Entering directory `/home/ricardo/temp/gtk-sharp-0.4/pango'
mcs --unsafe --target library -L ../glib -r glib-sharp.dll -o pango-sharp.dll --recurse '*.cs'
syntax error, expecting AS IS CLOSE_BRACE OPEN_BRACKET CLOSE_BRACKET OPEN_PARENS CLOSE_PARENS DOT COMMA COLON SEMICOLON PLUS MINUS ASSIGN OP_LT OP_GT BITWISE_AND BITWISE_OR STAR PERCENT DIV CARRET INTERR OP_INC OP_DEC OP_SHIFT_LEFT OP_SHIFT_RIGHT OP_LE OP_GE OP_EQ OP_NE OP_AND OP_OR OP_MULT_ASSIGN OP_DIV_ASSIGN OP_MOD_ASSIGN OP_ADD_ASSIGN OP_SUB_ASSIGN OP_SHIFT_LEFT_ASSIGN OP_SHIFT_RIGHT_ASSIGN OP_AND_ASSIGN OP_XOR_ASSIGN OP_OR_ASSIGN OP_PTR IDENTIFIER
./generated/Analysis.cs(42) error CS1526: new expression requires () or [] after type
make[1]: *** [pango-sharp.dll] Interrupt
make: *** [binding] Interrupt


here comes the output of the pango/generated directory

-rw-r--r--    379 Aug 30 10:39 Alignment.cs
-rw-r--r--    4398046512658 Aug 30 10:39 Analysis.cs
-rw-r--r--    772 Aug 30 10:39 AttrClass.cs
-rw-r--r--    801 Aug 30 10:39 AttrColor.cs
-rw-r--r--    796 Aug 30 10:39 AttrFloat.cs
-rw-r--r--    4398046512495 Aug 30 10:39 AttrFontDesc.cs
-rw-r--r--    4398046512960 Aug 30 10:39 Attribute.cs
-rw-r--r--    781 Aug 30 10:39 AttrInt.cs
-rw-r--r--    4398046513475 Aug 30 10:39 AttrIterator.cs
-rw-r--r--    4398046512475 Aug 30 10:39 AttrLanguage.cs
-rw-r--r--    4398046514381 Aug 30 10:39 AttrList.cs
-rw-r--r--    4398046512355 Aug 30 10:39 AttrShape.cs
-rw-r--r--    802 Aug 30 10:39 AttrString.cs
-rw-r--r--    4398046512295 Aug 30 10:39 AttrType.cs
-rw-r--r--    4398046513037 Aug 30 10:39 Color.cs
-rw-r--r--    4398046515687 Aug 30 10:39 Context.cs
-rw-r--r--    4398046514506 Aug 30 10:39 Coverage.cs
-rw-r--r--    455 Aug 30 10:39 CoverageLevel.cs
-rw-r--r--    437 Aug 30 10:39 Direction.cs
-rw-r--r--    787 Aug 30 10:39 Engine.cs
-rw-r--r--    966 Aug 30 10:39 EngineInfo.cs
-rw-r--r--    778 Aug 30 10:39 EngineLang.cs
-rw-r--r--    817 Aug 30 10:39 EngineRange.cs
-rw-r--r--    784 Aug 30 10:39 EngineShape.cs
-rw-r--r--    4398046514491 Aug 30 10:39 Font.cs
-rw-r--r--    4398046520198 Aug 30 10:39 FontDescription.cs
-rw-r--r--    4398046512528 Aug 30 10:39 FontFace.cs
-rw-r--r--    4398046512481 Aug 30 10:39 FontFamily.cs
-rw-r--r--    4398046513160 Aug 30 10:39 FontMap.cs
-rw-r--r--    641 Aug 30 10:39 FontMask.cs
-rw-r--r--    4398046514630 Aug 30 10:39 FontMetrics.cs
-rw-r--r--    4398046512537 Aug 30 10:39 Fontset.cs
-rw-r--r--    4398046512718 Aug 30 10:39 FontsetSimple.cs
-rw-r--r--    124 Aug 30 10:39 FreeGCFunc.cs
-rw-r--r--    832 Aug 30 10:39 GlyphGeometry.cs
-rw-r--r--    836 Aug 30 10:39 GlyphInfo.cs
-rw-r--r--    4398046515964 Aug 30 10:39 GlyphString.cs
-rw-r--r--    786 Aug 30 10:39 GlyphVisAttr.cs
-rw-r--r--    772 Aug 30 10:39 IncludedModule.cs
-rw-r--r--    776 Aug 30 10:39 IndicScript.cs
-rw-r--r--    4398046513271 Aug 30 10:39 IntSet.cs
-rw-r--r--    4398046513096 Aug 30 10:39 Item.cs
-rw-r--r--    4398046512850 Aug 30 10:39 Language.cs
-rw-r--r--    4398046524063 Aug 30 10:39 Layout.cs
-rw-r--r--    4398046516958 Aug 30 10:39 LayoutIter.cs
-rw-r--r--    4398046514736 Aug 30 10:39 LayoutLine.cs
-rw-r--r--    956 Aug 30 10:39 LayoutRun.cs
-rw-r--r--    756 Aug 30 10:39 LogAttr.cs
-rw-r--r--    4398046512158 Aug 30 10:39 Map.cs
-rw-r--r--    869 Aug 30 10:39 MapEntry.cs
-rw-r--r--    4398046514481 Aug 30 10:39 OTInfo.cs
-rw-r--r--    4398046512524 Aug 30 10:39 OTRuleset.cs
-rw-r--r--    321 Aug 30 10:39 OTTableType.cs
-rw-r--r--    815 Aug 30 10:39 Rectangle.cs
-rw-r--r--    792 Aug 30 10:39 Stretch.cs
-rw-r--r--    375 Aug 30 10:39 Style.cs
-rw-r--r--    256 Aug 30 10:39 TabAlign.cs
-rw-r--r--    4398046514700 Aug 30 10:39 TabArray.cs
-rw-r--r--    438 Aug 30 10:39 Underline.cs
-rw-r--r--    320 Aug 30 10:39 Variant.cs
-rw-r--r--    598 Aug 30 10:39 Weight.cs
-rw-r--r--    851 Aug 30 10:39 Win32FontCache.cs
-rw-r--r--    315 Aug 30 10:39 WrapMode.cs
-rw-r--r--    616 Aug 30 10:39 XFontCache.cs

as you can see, those files are too big for having the size correctly stated (4TB!!! and i surely don't have such a big disk!!). BTW, my disk does not notice this oversized files (i.e. i dont get out of space because of compiling)

I have already posted another message earlier on this subject, but never got an answer. Now, because this is the second time i get the same error (on different machines), i thought i should insist on this issue.

I hope this can be helpful for anyone out there (since i have already changed me fs back to ext3 :-) )

with regards, 

Ricardo Kirkner