Giter Site home page Giter Site logo

Comments (10)

funnelweb avatar funnelweb commented on July 20, 2024

I think this is some kind of problem with the core F# 3.0 installation where the FSharp.Core.dll is not part of any package known to MonoDevelop, but it is in the lib/mono/4.0 directory.

I tried fiddling around adding an lib/pkgconfig/fscore.pc (just editing it directly in) but didn't see any results.

@migueldeicaza, do you know if/how this DLL should be registered as part of a package?

from zarchive-fsharpbinding.

7sharp9 avatar 7sharp9 commented on July 20, 2024

It would be good to know how to resolve this as I have a similar issue with another reference.

from zarchive-fsharpbinding.

tpetricek avatar tpetricek commented on July 20, 2024

I had the same issue. My pull request "sort of" fixes this by generating the fsproj file in the configure.sh script and by adding <HintPath> tag which makes MonoDevelop happy. Does that work for you @7sharp9 ?

from zarchive-fsharpbinding.

7sharp9 avatar 7sharp9 commented on July 20, 2024

@funnelweb I dont suppose you know where about in the script that everything is copied to the:

/Library/Frameworks/Mono.framework/Versions/3.0.0/lib/ ... directory?

Im having trouble following the install script. Im referring to the fsharp compiler code not the fsharpbinding

from zarchive-fsharpbinding.

funnelweb avatar funnelweb commented on July 20, 2024

src/fsharp/targets.make. what's the root problem, i can help get the scripts right

from zarchive-fsharpbinding.

7sharp9 avatar 7sharp9 commented on July 20, 2024

The root problem is the FSharp.Core is not registered as a package, a .pc file needs to be created and placed i the following folder:

/Library/Frameworks/Mono.framework/Versions/3.0.0/lib/pkgconfig

The standard lib/pkgconfig/ location is not checked for packages by monodevelop, I guess it makes sense in this instance as the packages are the mono ones.

Im not much of a script wizard so Im stumbling in the dark to be honest...

from zarchive-fsharpbinding.

7sharp9 avatar 7sharp9 commented on July 20, 2024

Can we do anything with this issue after @migueldeicaza commented on the other issue we have with package locations?

from zarchive-fsharpbinding.

funnelweb avatar funnelweb commented on July 20, 2024

it would be so good to fix this!

from zarchive-fsharpbinding.

mhutch avatar mhutch commented on July 20, 2024

FWIW you can install pc files into /Library/Frameworks/Mono.framework/External/pkgconfig so they aren't removed when Mono is updated.

from zarchive-fsharpbinding.

7sharp9 avatar 7sharp9 commented on July 20, 2024

Resolved upstream in MonoDevelop See #317

from zarchive-fsharpbinding.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.