fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Does not build on mono #42

Closed vasily-kirichenko closed 9 years ago

vasily-kirichenko commented 9 years ago

It does not build on mono (Travis). Any ideas?

vasily-kirichenko commented 9 years ago

I'm trying to build it myself locally:

/home/kot/src/FSharp.Configuration/build.fsx(14,1): error FS0079: Could not load file '/home/kot/src/FSharp.Configuration/packages/SourceLink.Fake/Tools/Fake.fsx' because it does not exist or is inaccessible

//cc @forki

vasily-kirichenko commented 9 years ago

It searches in dir Tools but in fact that dir is named tools and it fails:

~/src/FSharp.Configuration/packages/SourceLink.Fake$ ls
[Content_Types].xml  _rels                        SourceLink.Fake.nuspec
package              SourceLink.Fake.0.4.0.nupkg  tools
vasily-kirichenko commented 9 years ago

Fix the dir name, will see what'll happen.

vasily-kirichenko commented 9 years ago
/Users/travis/build/fsprojects/FSharp.Configuration/FSharp.Configuration.Tests.sln (Rebuild) ->

(Rebuild target) ->

/Users/travis/build/fsprojects/FSharp.Configuration/tests/FSharp.Configuration.Tests/FSharp.Configuration.Tests.fsproj (Rebuild) ->

/Library/Frameworks/Mono.framework/Versions/3.8.0/lib/mono/4.5/Microsoft.Common.targets (GenerateResources target) ->

/Library/Frameworks/Mono.framework/Versions/3.8.0/lib/mono/4.5/Microsoft.Common.targets: error : Tool exited with code: 1. Output: Error: Invalid ResX input.

Position: Line 2867, Column 5.

Inner exception: An exception was thrown by the type initializer for System.Drawing.GDIPlus

No idea what it means :(

vasily-kirichenko commented 9 years ago

It's built OK on my Ubuntu.

forki commented 9 years ago

Yes that's what we get on TravisCI. I have no idea. On Nov 1, 2014 8:19 PM, "Vasily Kirichenko" notifications@github.com wrote:

It's built OK on my Ubuntu.

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/FSharp.Configuration/issues/42#issuecomment-61379722 .