In file included from main.cpp:3: vec3.hpp:5:18: warning: inline function ‘vec3 vec3::random_in_unit_sphere()’ used but never defined 5 | inline vec3 random_in_unit_sphere(); | ^~~~~~~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/cceorNNS.o: in function `main': main.cpp:(.text+0x23): undefined reference to `vec3::random_in_unit_sphere()' collect2: error: ld returned 1 exit status
错误2
1 2 3
/usr/bin/ld: /tmp/cceorNNS.o: in function `main': main.cpp:(.text+0x23): undefined reference to `vec3::random_in_unit_sphere()' collect2: error: ld returned 1 exit status