hcp6897

Results 6 issues of hcp6897

ubuntu@ubuntu:~/Desktop/GLTools/build$ make [ 8%] Building CXX object CMakeFiles/gltools-static.dir/src/GLTools.cpp.o /home/ubuntu/Desktop/GLTools/src/GLTools.cpp: In function ‘GLbyte* gltReadBMPBits(const char*, int*, int*)’: /home/ubuntu/Desktop/GLTools/src/GLTools.cpp:1060:10: error: cannot convert ‘bool’ to ‘GLbyte* {aka signed char*}’ in return return false;...

When execute the compile command: cmake -B build, I encounter with the following errors. CMake Error at /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY) Call Stack (most recent...

ubuntu 22.04 + NVIDIA 2080Ti. I encountered this error when execute this script "bash scripts/render_batch.sh debug all". ``` thuman2 START---------- Debug renderer Rendering thuman2 0001 /home/hcp/anaconda3/envs/metaverse/lib/python3.8/site-packages/scipy/__init__.py:146: UserWarning: A NumPy version...

In ubuntu 22.04, gcc-10, cuda-11.3, compile errors when run 'make -j12' command. I have installed the libc6-dev, and locate the 'libc6-dev:amd64: /usr/lib/x86_64-linux-gnu/librt.a'.

I encounter with this error **Don't find the file `from config import CLASS_NAMES`.** , when execute this program. I don't find the python file in entire project. I guss the...

execute this shell: ./bin/pc_generator data/models/bull.mpu data/pcs/bull/bull 5 0 48 It showed the errors: unknown option: 5 unknown option: 0 unknown option: 48 need to specify some number of scans! I...