Giter Site home page Giter Site logo

Comments (5)

rneatherway avatar rneatherway commented on July 19, 2024

I check the system-type against windows-nt to guess which fsi/fsc might be present on your system. According to http://www.gnu.org/software/emacs/manual/html_node/elisp/System-Environment.html, Windows 7 should have system-type set to windows-nt.

Could you please do help on system-type to find what it is set to: C-h v system-type and paste back the information. Also what version of emacs are you running?

from zarchive-fsharpbinding.

bjourne avatar bjourne commented on July 19, 2024

GNU Emacs 24.2.1, system-type is set to "windows-nt". I managed to solve it by deleting the *.elc files in fsharp-modes install directory. So maybe there's something wrong with the bytecode compilation? This is what it warns about (among other things):

In end of data:
fsharp-mode-completion.el:165:1:Warning: the following functions are not known to be defined: case,
    windows-nt, otherwise, fetch-in-progress

from zarchive-fsharpbinding.

rneatherway avatar rneatherway commented on July 19, 2024

The conditional case and symbol otherwise otherwise are from the cl library. The byte-compiler doesn't seem to recognise them and as a result thinks windows-nt and fetch-in-progress must be functions when they are in fact symbols. Hopefully a (require 'cl) at the top will fix this. I'm trying to debug the package building, but the melpa makefile isn't working for me. I have raised an issue.

from zarchive-fsharpbinding.

rneatherway avatar rneatherway commented on July 19, 2024

I've fixed the error with a (require 'cl). I assume that you installed from melpa. Once melpa refreshes and the new version is compiled you should be able to reinstall without this problem. Thanks for raising the issue. I will leave it open for now until we're sure it has been resolved.

from zarchive-fsharpbinding.

rneatherway avatar rneatherway commented on July 19, 2024

Hi @bjourne, this should be fixed now if you update your package. Let me know if you have any more problems.

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.