Git Product home page Git Product logo

isse-plus's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

isse-plus's Issues

package script update

script src/post-build-osx.sh does not run (and package the app) on OSX 10.10.

A successful build will be stored in extras/build/MacOSX/build/Debug

macOS additional steps

NOTE: If Save isn't ungrayed after Process, try toggling it some more

I got it working on 10.12.6 by following the README and doing these things:

eigen git submodule URL

Problem:

$ git submodule update
[...]
Failed to clone 'sdks/eigen' a second time, aborting

Run this (copy/paste while in project root):

<<! ed .gitmodules
/eigen.git/s,RLovelett/eigen,eigenteam/eigen-git-mirror,
w
!
git submodule sync

Works:

$ git submodule update
[...]
Submodule path 'sdks/eigen': checked out 'a46d2e7337c4656f00abe54a8115f6d76153a048'
[...]

(source: #2 (comment))

clang with openmp support

Building in Xcode gives:

Unsupported option '-fopenmp'

To fix:

  1. Install clang with OpenMP support (example via brew).
    brew install llvm
  2. Tell Xcode to compile with that clang.
    With Build Settings open: Menu Add User-Defined Setting CC /usr/local/opt/llvm/bin/clang
  3. Make sure Xcode knows that clang's library directory.
    Build setting Library Search Paths /usr/local/opt/llvm/lib
  4. Link to the OpenMP dynamic library.
    App target Build Phases Link Binary With Libraries /usr/local/opt/llvm/lib/libomp.dylib

(source: Clang + OpenMP Setup in Xcode)

architecture library mismatch

Building in Xcode gives:

ld: in '/usr/local/opt/llvm/lib/libunwind.dylib', file was built for x86_64 which is not the architecture being linked (i386): /usr/local/opt/llvm/lib/libunwind.dylib for architecture i386
clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
Command /usr/local/opt/llvm/bin/clang++ failed with exit code 1

To fix, change the App target build setting Architectures to Standard Architectures (64-bit Intel) (x86_64) [...].

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.