Closed GoogleCodeExporter closed 9 years ago
I have the same issue:
# mono -V
Mono JIT compiler version 1.2.6 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
And in the make:
gmcs -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+ -debug -define:DEBUG
"-define:TRACE" -out:bin/Release/PaintDotNet.SystemLayer.dll -target:library
'./AssemblyInfo.cs' './FileSystem.cs' './Fonts.cs' './FontSmoothing.cs'
'./FormEx.cs'
'./SingleInstaceManager.cs' './ISimpleCollection.cs' './IInkHooks.cs' './Ink.cs'
'./Memory.cs' './MenuStripEx.cs' './NativeConstants.cs' './NativeDelegates.cs'
'./NativeMethods.cs' './NativeStructs.cs' './Network.cs' './NullGraphics.cs'
'./OS.cs' './OSType.cs' './PdnGraphics.cs' './ProcessorArchitecture.cs'
'./Processor.cs' './PropertyItem2.cs' './RealParentWndProcDelegate.cs'
'./SafeNativeMethods.cs' './ScanningAndPrinting.cs' './ScanResult.cs'
'./ScrollPanel.cs' './Security.cs' './SerializationFallbackBinder.cs'
'./Settings.cs'
'./Shell.cs' './ThreadBackground.cs' './ThreadBackgroundFlags.cs' './Timing.cs'
'./ToolStripEx.cs' './Tracing.cs' './UI.cs' './UserSessions.cs'
'./WaitHandleArray.cs'
'-resource:./PropertyItem.png,PaintDotNet.SystemLayer.PropertyItem.png'
-r:System
-r:System.Data -r:System.Drawing -r:System.Windows.Forms -r:System.Xml
-r:Mono.Posix -r:System.Xml.Linq
-r:../StylusReader/bin/Release/PaintDotNet.StylusReader.dll
error CS0006: cannot find metadata file `System.Xml.Linq'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [bin/Release/PaintDotNet.SystemLayer.dll] Error 1
make[1]: Leaving directory `/root/paint-mono/SystemLayer'
make: *** [all-recursive] Error 1
Original comment by elbe...@gmail.com
on 23 Dec 2007 at 1:42
Same problem here, on a Gentoo Linux box.
gmcs -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+ -debug -define:DEBUG
"-define:TRACE" -out:bin/Release/PaintDotNet.SystemLayer.dll -target:library
'./AssemblyInfo.cs' './FileSystem.cs' './Fonts.cs' './FontSmoothing.cs'
'./FormEx.cs'
'./SingleInstaceManager.cs' './ISimpleCollection.cs' './IInkHooks.cs' './Ink.cs'
'./Memory.cs' './MenuStripEx.cs' './NativeConstants.cs' './NativeDelegates.cs'
'./NativeMethods.cs' './NativeStructs.cs' './Network.cs' './NullGraphics.cs'
'./OS.cs' './OSType.cs' './PdnGraphics.cs' './ProcessorArchitecture.cs'
'./Processor.cs' './PropertyItem2.cs' './RealParentWndProcDelegate.cs'
'./SafeNativeMethods.cs' './ScanningAndPrinting.cs' './ScanResult.cs'
'./ScrollPanel.cs' './Security.cs' './SerializationFallbackBinder.cs'
'./Settings.cs'
'./Shell.cs' './ThreadBackground.cs' './ThreadBackgroundFlags.cs' './Timing.cs'
'./ToolStripEx.cs' './Tracing.cs' './UI.cs' './UserSessions.cs'
'./WaitHandleArray.cs'
'-resource:./PropertyItem.png,PaintDotNet.SystemLayer.PropertyItem.png'
-r:System
-r:System.Data -r:System.Drawing -r:System.Windows.Forms -r:System.Xml
-r:Mono.Posix -r:System.Xml.Linq
-r:../StylusReader/bin/Release/PaintDotNet.StylusReader.dll
error CS0006: cannot find metadata file `System.Xml.Linq'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [bin/Release/PaintDotNet.SystemLayer.dll] Error 1
make[1]: Leaving directory `/home/rod/build/paint-mono/SystemLayer'
make: *** [all-recursive] Error 1
rod@smoking ~/build/paint-mono $ mono --version
Mono JIT compiler version 1.2.6 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Original comment by rodbeg...@gmail.com
on 23 Dec 2007 at 6:06
Me too:
evan@pandora:~/Desktop/paint-mono$ make
make[1]: Entering directory `/home/evan/Desktop/paint-mono'
make[1]: Leaving directory `/home/evan/Desktop/paint-mono'
make[1]: Entering directory `/home/evan/Desktop/paint-mono/Resources.mui'
sed -e "s,@prefix@,/usr/local," -e "s,@PACKAGE@,paintdotnet," <
resources.mui.in >
resources.mui
mkdir -p bin/Release/
cp 'resources.mui' 'bin/Release//resources.mui'
chmod u+x 'bin/Release//resources.mui'
make[1]: Leaving directory `/home/evan/Desktop/paint-mono/Resources.mui'
make[1]: Entering directory `/home/evan/Desktop/paint-mono/PdnRepair'
sed -e "s,@prefix@,/usr/local," -e "s,@PACKAGE@,paintdotnet," < pdnrepair.in >
pdnrepair
mkdir -p bin/Release/
cp 'pdnrepair' 'bin/Release//pdnrepair'
chmod u+x 'bin/Release//pdnrepair'
make[1]: Leaving directory `/home/evan/Desktop/paint-mono/PdnRepair'
make[1]: Entering directory `/home/evan/Desktop/paint-mono/StylusReader'
sed -e "s,@prefix@,/usr/local," -e "s,@PACKAGE@,paintdotnet," <
stylusreader.pc.in >
stylusreader.pc
mkdir -p bin/Release/
cp 'stylusreader.pc' 'bin/Release//stylusreader.pc'
make[1]: Leaving directory `/home/evan/Desktop/paint-mono/StylusReader'
make[1]: Entering directory `/home/evan/Desktop/paint-mono/SystemLayer'
make pre-all-local-hook prefix=/usr/local
make[2]: Entering directory `/home/evan/Desktop/paint-mono/SystemLayer'
make[2]: Leaving directory `/home/evan/Desktop/paint-mono/SystemLayer'
mkdir -p bin/Release/
make RELEASE_AND_PACKAGE_ANY_CPU_BeforeBuild
make[2]: Entering directory `/home/evan/Desktop/paint-mono/SystemLayer'
make[2]: Leaving directory `/home/evan/Desktop/paint-mono/SystemLayer'
gmcs -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+ -debug -define:DEBUG
"-define:TRACE" -out:bin/Release/PaintDotNet.SystemLayer.dll -target:library
'./AssemblyInfo.cs' './FileSystem.cs' './Fonts.cs' './FontSmoothing.cs'
'./FormEx.cs'
'./SingleInstaceManager.cs' './ISimpleCollection.cs' './IInkHooks.cs' './Ink.cs'
'./Memory.cs' './MenuStripEx.cs' './NativeConstants.cs' './NativeDelegates.cs'
'./NativeMethods.cs' './NativeStructs.cs' './Network.cs' './NullGraphics.cs'
'./OS.cs' './OSType.cs' './PdnGraphics.cs' './ProcessorArchitecture.cs'
'./Processor.cs' './PropertyItem2.cs' './RealParentWndProcDelegate.cs'
'./SafeNativeMethods.cs' './ScanningAndPrinting.cs' './ScanResult.cs'
'./ScrollPanel.cs' './Security.cs' './SerializationFallbackBinder.cs'
'./Settings.cs'
'./Shell.cs' './ThreadBackground.cs' './ThreadBackgroundFlags.cs' './Timing.cs'
'./ToolStripEx.cs' './Tracing.cs' './UI.cs' './UserSessions.cs'
'./WaitHandleArray.cs'
'-resource:./PropertyItem.png,PaintDotNet.SystemLayer.PropertyItem.png'
-r:System
-r:System.Data -r:System.Drawing -r:System.Windows.Forms -r:System.Xml
-r:Mono.Posix -r:System.Xml.Linq
-r:../StylusReader/bin/Release/PaintDotNet.StylusReader.dll
error CS0006: cannot find metadata file `System.Xml.Linq'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [bin/Release/PaintDotNet.SystemLayer.dll] Error 1
make[1]: Leaving directory `/home/evan/Desktop/paint-mono/SystemLayer'
make: *** [all-recursive] Error 1
evan@pandora:~/Desktop$ mono -V
Mono JIT compiler version 1.2.4 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Architecture: x86
Disabled: none
Original comment by nothingc...@gmail.com
on 23 Dec 2007 at 6:34
Same error
error CS0006: cannot find metadata file `System.Xml.Linq'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [bin/Release/PaintDotNet.SystemLayer.dll] Error 1
make[1]: Leaving directory `/tmp/del/paint-mono/SystemLayer'
make: *** [all-recursive] Error 1
Mono JIT compiler version 1.2.5.1 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Architecture: amd64
Disabled: none
Original comment by derekpan...@gmail.com
on 23 Dec 2007 at 7:08
I was having this problem with SVN revision 52, but after pulling revision 54,
this
is no longer an issue.
Original comment by jpsut...@gmail.com
on 1 Jan 2008 at 9:58
This is fixed in svn.
Original comment by radi...@gmail.com
on 18 Jan 2008 at 7:26
Original issue reported on code.google.com by
byron....@gmail.com
on 23 Dec 2007 at 6:14