You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After composing most of this issue, I tested on an x86 machine with success, and that would satisfy my use case, but the world is going more towards arm64
Honestly, with my limited level of competence with CMake et all, title is most of what I can provide at this time. But I have done all the googling I can. Please let me know if I can elaborate.
[ 31%] Building CXX object source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/dng_1d_function.cpp.o
In file included from /home/reid/code/gpr/source/lib/dng_sdk/dng_types.h:21,
from /home/reid/code/gpr/source/lib/dng_sdk/dng_1d_function.h:26,
from /home/reid/code/gpr/source/lib/dng_sdk/dng_1d_function.cpp:16:
/home/reid/code/gpr/source/lib/dng_sdk/dng_flags.h:145:2: error: #error Unable to figure out byte order.
#error Unable to figure out byte order.
^~~~~
make[2]: *** [source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/build.make:63: source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/dng_1d_function.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:429: source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/all] Error 2
make: *** [Makefile:84: all] Error 2```
The text was updated successfully, but these errors were encountered:
Scanning dependencies of target dng_sdk
[ 31%] Building CXX object source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/dng_1d_function.cpp.o
In file included from /gpr/source/lib/dng_sdk/dng_types.h:21:0,
from /gpr/source/lib/dng_sdk/dng_1d_function.h:26,
from /gpr/source/lib/dng_sdk/dng_1d_function.cpp:16:
/gpr/source/lib/dng_sdk/dng_flags.h:145:2: error: #error Unable to figure out byte order.
#error Unable to figure out byte order.
^~~~~
make[2]: *** [source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/dng_1d_function.cpp.o] Error 1
make[1]: *** [source/lib/dng_sdk/CMakeFiles/dng_sdk.dir/all] Error 2
make: *** [all] Error 2
After running the
make
command.After composing most of this issue, I tested on an x86 machine with success, and that would satisfy my use case, but the world is going more towards arm64
Honestly, with my limited level of competence with CMake et all, title is most of what I can provide at this time. But I have done all the googling I can. Please let me know if I can elaborate.
The text was updated successfully, but these errors were encountered: