tracyma
(tracyma)
November 13, 2023, 1:06am
1
try to build openNURBS v8 myself with cmake, after running cmake --build ./out/build/msvc-Release --config Release --target install
lib generated and headers copied, but there’re two headers missing which included by other headers:
opennurbs_windows_targetver.h
opennurbs_cpp_base.h
by the way , why creating issues on the opennubrs github repo is prohibited?
dale
(Dale Fugier)
November 13, 2023, 7:05pm
2
Hi @tracyma ,
Both the headers you mention are up on GitHub.
If you have issues with openNURBS, please report them here.
Thanks,
– Dale
tracyma
(tracyma)
November 14, 2023, 2:45am
3
sorry for the ambiguous, i mean
opennurbs_windows_targetver.h
opennurbs_cpp_base.h
are not included in root cmake OPENNURBS_PUBLIC_HEADERS
on Win32 platform
stevebaer
(Steve Baer)
November 14, 2023, 6:05pm
4
If you add these headers to the CMakeLists.txt file, do you get a successful compile?