Hi,
I think I need an advice from a C++ expert. I'm looking to package the orthanc-stl plugin
https://build.opensuse.org/package/show/home:DocB:Orthanc/orthanc-stl
The build process stops at
[ 25s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/OrthancSTL-1.2/build'
[ 25s] make[2]: Nothing to be done for 'CMakeFiles/VTK.dir/build'.
[ 25s] /usr/bin/make -f CMakeFiles/AutogeneratedTarget.dir/build.make CMakeFiles/AutogeneratedTarget.dir/build
[ 25s] make[2]: *** No rule to make target '/home/abuild/rpmbuild/BUILD/OrthancSTL-1.2/JavaScriptLibraries/dist-o3dv', needed by 'AUTOGENERATED/StaticAssets.cpp'. Stop.
[ 25s] make[2]: *** Waiting for unfinished jobs....
AUTOGENERATED/StaticAssets.cpp is obviously not created, but /home/abuild/rpmbuild/BUILD/OrthancSTL-1.2/JavaScriptLibraries/dist-o3dv does not exist as well.
Any idea what's missing?
Thanks
Axel