Search found 185 matches

by u3dreal
Tue Dec 03, 2019 7:00 pm
Forum: Development
Topic: Compile on MacOS 10.13
Replies: 62
Views: 27656

Re: Compile on MacOS

Yes i also thought now that something is wrong with lux cmake finding omp but after adding MESSAGE(STATUS "OpenMP found !!!!") right here in the the Config_OSX.cmake it seems to be found correctly cmakegui also reports to have libiomp5.dylib found .. find_library(OPENMP_LIB libiomp5.dylib ...
by u3dreal
Tue Dec 03, 2019 4:58 pm
Forum: Development
Topic: Compile on MacOS 10.13
Replies: 62
Views: 27656

Re: Compile on MacOS

"nm -C lib/libopensubdiv.a | grep 'OpenSubdiv::v3_4_0::Osd::OmpEvaluator::EvalStencils" returns nothing ? opensubdiv not compiled with openmp ? here is the output of make opensubdiv.... drquader$ make clean opensubdiv [ 0%] Building CXX object src/slg/CMakeFiles/opensubdiv.dir/__/__/deps/o...
by u3dreal
Tue Dec 03, 2019 4:43 pm
Forum: Development
Topic: LuxCoreRender Project wants you!
Replies: 91
Views: 188595

Re: LuxCoreRender Project wants you!

Opensubdiv seems to compile fine ... you mean i could miss the opensudiv include and lib ?? they are in Lux_build/lib so maybe ... how can it be the linker misses ./lib for linking ?? so maybe add a -L/Users/drquader/Documents/Github/Lux_build/lib ?? [ 15%] Built target luxrays [ 22%] Built target s...
by u3dreal
Tue Dec 03, 2019 4:26 pm
Forum: Development
Topic: Compile on MacOS 10.13
Replies: 62
Views: 27656

Re: LuxCoreRender Project wants you!

Hi Dade ! thanks for the prompt reply so let's see this is the last command [ 94%] Linking CXX executable ../../luxcoreconsole cd /Users/drquader/Documents/GitHub/Lux_build/samples/luxcoreconsole && /Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/luxcoreconsole.dir...
by u3dreal
Tue Dec 03, 2019 4:02 pm
Forum: Development
Topic: Compile on MacOS 10.13
Replies: 62
Views: 27656

Compile on MacOS 10.13

Hello everyone ... it's been a long time but some of you might remember me ... from back in the days. I'm in the process of compiling luxcore on osx 10.13 and i got quite far so far. EDIT: It actually worked out ! Try it here http://q3de.com/research/luxcorerender-for-osx-10-13/ The deps compile wit...