Git Product home page Git Product logo

o.om's People

Contributors

j-bresson avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

o.om's Issues

Requires libo.so, which can't be obtained

I installed the extension, but when I load it in OM#, it gives:
Error while loading the library odot: "Unable to load foreign library (o.). Could not register handle for external module :o. (file-name libo.so): libo.so: cannot open shared object file: No such file or directory."

I compiled libo: https://github.com/CNMAT/libo, but that doesn't generate a libo.so object. Going through the libo makefile, libo.so only appears as _libo.so. I tried replacing any mention of _libo.so with libo.so and compiling again, and it still doesn't work.

o.OM Windows dll compiled

Hi Jean, With the possibility to compile the DLL for Windows I was finally able to do o.OM work in Windows. But for some weird reason you need to put libgcc_s_sjlj-1.dll inside the OM-Sharp folder (I do not understand why, but it works).

I updated the code of Sources/load.lisp:

(defun load-o-lib ()
  (setf odot::libo
        (om-fi::om-load-foreign-library 
         "libo"
         `(
            (:macosx ,(merge-pathnames 
                      "lib/mac/libo.dylib" 
                      (om::mypathname (om::find-library "odot"))))
            (:windows ,(merge-pathnames 
                      "lib/win/libo.dll" 
                      (om::mypathname (om::find-library "odot"))))
           (t (:default "libo"))))))

Here is libo.dll and libgcc_s_sjlj-1.dll.

libo and libgcc_s_sjlj-1.zip

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.