Elvis Dowson
Elvis Dowson
I've created a pull request for a fix for this issue here: https://github.com/NVIDIA/DIGITS/pull/2228
Install `llvm-8`. ```bash # retrieve the signature wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - # install all key packages # llvm sudo apt install libllvm-8-ocaml-dev libllvm8 llvm-8 llvm-8-dev llvm-8-doc llvm-8-runtime...
Hi Pat, I came across the following link that describes a way to specifically configure vtk to build against libstdc++, instead of libc++ (which is default for MacPorts when using...
It looks like no matter what I do to configure the vtk5 build, MacPorts ignores it. I've used vtk before, so I'll just build it from sources and set the...
The errors with vtk on the pcl forums appeared to be because of not using libstdc++. But you're right, mixing this will definitely cause more issues. I'll try to build...
Hi Pat, Would you happen to know how to get past this cmake error? I'm getting it while attempting to configure vtk-5.10.1 sources. I have cmake-3.3.2 installed using macports. CMake...
I've temporarily forced TestBigEndian.cmake to return 0, taken from a patch here: https://raw.githubusercontent.com/thewtex/emscripten/11630fb428db410ab93f6df2a1ff056485295667/cmake/Modules/TestBigEndian.cmake I've replaced the contents of the file located in /opt/local/share/cmake-3.3/Modules/TestBigEndian.cmake with the above file. It allowed the...
> 1) Could you post the output of: > otool -L /project/robotics/library/drake-distro/install/lib/libctkPythonConsole.dylib ``` $ otool -L /project/robotics/library/drake-distro/install/lib/libctkPythonConsole.dylib /project/robotics/library/drake-distro/install/lib/libctkPythonConsole.dylib: /project/robotics/library/drake-distro/install/lib/libctkPythonConsole.1.0.dylib (compatibility version 1.0.0, current version 1.0.0) /opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current...
Based on feedback from pierluigi, the following patch for install_prereqs.sh ought to fix the build issue. It brings in the required MacPorts package dependencies for building Director using VTK5. ```...
I've submitted the following patches to director, iris-bistro and signal-scope to update the install_prereqs.sh scripts for MacPorts: edowson/iris-distro@6babfc0b09b1795ed7dd79726e585640303b7458 edowson/director@264683252ee7129f30f1322e1d90949f375e8544 edowson/signal-scope@4c2cdb02b137d8c0305f4cb55613712105c1e387