Coder Social home page Coder Social logo

Comments (3)

merlinND avatar merlinND commented on August 21, 2024

Hello @fluffyfunnypants,

I believe these messages from ranlib are simply warnings, and could be ignored.
Has the nori executable been created, or is there another compilation / linker error happening?

from nori.

suteerthv avatar suteerthv commented on August 21, 2024

there is no nori executable.
I do get a

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThreadMutex.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThreadSemaphore.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThreadSemaphorePosix.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThread.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThreadMutex.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThreadSemaphore.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libIlmThread.a(IlmThreadSemaphorePosix.cpp.o) has no symbols
[ 48%] Built target IlmThread
Scanning dependencies of target CopyIlmBaseLibs
Error copying directory from "/Users/vishnu/nori/build/ext_build/openexr/IlmBase/Half/Release" to "/Users/vishnu/nori/build/ext_build/openexr/OpenEXR/IlmImf/Release".
make[2]: *** [ext_build/openexr/CMakeFiles/CopyIlmBaseLibs] Error 1
make[1]: *** [ext_build/openexr/CMakeFiles/CopyIlmBaseLibs.dir/all] Error 2
make: *** [all] Error 2

It used to give me ld warnings earlier but it still produced the excutable and I could still run my code.
But ever since my laptop updated I haven't been able to run it.
There are also some warning messages that I have been ignoring that say:

      (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBindTexture(GL_TEXTURE_2D, mImageID);

from nori.

wjakob avatar wjakob commented on August 21, 2024

This sounds vaguely familiar. IIRC there is some incompatibility with newer versions of CMake and OpenEXR.

I've pushed a commit to this repository which updates the referenced commit for OpenEXR. I've taken the opportunity to update a number of other dependencies at the same time.

To update, enter the following command:

git submodule update --init --recursive

from nori.

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.