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
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
/home/bruno/src/vsxu/plugins/src/mesh.importers/cal3d/cal3d/src/cal3d/mixer.h:245:3: warning: "/*" within comment [-Wcomment] /** add a custom animation action return id given by the mixer ** / ^ /home/bruno/src/vsxu/plugins/src/mesh.importers/cal3d/cal3d/src/cal3d/mixer.h:251:3: warning: "/*" within comment [-Wcomment] /** add a custom animation action ** / ^ In file included from /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler_manager.h:46:0, from /home/bruno/src/vsxu/plugins/src/mesh.importers/module_mesh_cal3d_loader_threaded.h:8, from /home/bruno/src/vsxu/plugins/src/mesh.importers/main_mesh.importers.cpp:31: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::sub_begin(const char*)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:174:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::sub_end()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:188:28: error: ‘vsx_rdtsc’ was not declared in this scope uint64_t t = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::maj_begin()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:216:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::maj_end()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:232:28: error: ‘vsx_rdtsc’ was not declared in this scope uint64_t t = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_1(uint64_t, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:281:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_2(uint64_t, double, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:299:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_3(uint64_t, double, double, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:318:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_4(uint64_t, double, double, double, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:339:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ In file included from /home/bruno/src/vsxu/plugins/src/mesh.importers/module_mesh_cal3d_loader_threaded.h:8:0, from /home/bruno/src/vsxu/plugins/src/mesh.importers/main_mesh.importers.cpp:31: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler_manager.h: In static member function ‘static void* vsx_profiler_manager::io_worker()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler_manager.h:208:26: error: ‘vsx_rdtsc’ was not declared in this scope c.cycles = vsx_rdtsc(); ^ plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/build.make:62 : la recette pour la cible « plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/main_mesh.importers.cpp.o » a échouée make[2]: *** [plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/main_mesh.importers.cpp.o] Erreur 1 CMakeFiles/Makefile2:670 : la recette pour la cible « plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/all » a échouée make[1]: *** [plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/all] Erreur 2 Makefile:160 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2
Help gratefully appreciated :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Compilation fail on my Nvidia Jetson-TX2:
/home/bruno/src/vsxu/plugins/src/mesh.importers/cal3d/cal3d/src/cal3d/mixer.h:245:3: warning: "/*" within comment [-Wcomment] /** add a custom animation action return id given by the mixer ** / ^ /home/bruno/src/vsxu/plugins/src/mesh.importers/cal3d/cal3d/src/cal3d/mixer.h:251:3: warning: "/*" within comment [-Wcomment] /** add a custom animation action ** / ^ In file included from /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler_manager.h:46:0, from /home/bruno/src/vsxu/plugins/src/mesh.importers/module_mesh_cal3d_loader_threaded.h:8, from /home/bruno/src/vsxu/plugins/src/mesh.importers/main_mesh.importers.cpp:31: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::sub_begin(const char*)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:174:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::sub_end()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:188:28: error: ‘vsx_rdtsc’ was not declared in this scope uint64_t t = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::maj_begin()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:216:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::maj_end()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:232:28: error: ‘vsx_rdtsc’ was not declared in this scope uint64_t t = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_1(uint64_t, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:281:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_2(uint64_t, double, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:299:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_3(uint64_t, double, double, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:318:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h: In member function ‘void vsx_profiler::plot_4(uint64_t, double, double, double, double)’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler.h:339:30: error: ‘vsx_rdtsc’ was not declared in this scope chunk.cycles = vsx_rdtsc(); ^ In file included from /home/bruno/src/vsxu/plugins/src/mesh.importers/module_mesh_cal3d_loader_threaded.h:8:0, from /home/bruno/src/vsxu/plugins/src/mesh.importers/main_mesh.importers.cpp:31: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler_manager.h: In static member function ‘static void* vsx_profiler_manager::io_worker()’: /home/bruno/src/vsxu/lib/common/include/profiler/vsx_profiler_manager.h:208:26: error: ‘vsx_rdtsc’ was not declared in this scope c.cycles = vsx_rdtsc(); ^ plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/build.make:62 : la recette pour la cible « plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/main_mesh.importers.cpp.o » a échouée make[2]: *** [plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/main_mesh.importers.cpp.o] Erreur 1 CMakeFiles/Makefile2:670 : la recette pour la cible « plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/all » a échouée make[1]: *** [plugins/src/mesh.importers/CMakeFiles/mesh.importers.dir/all] Erreur 2 Makefile:160 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2
Help gratefully appreciated :)
The text was updated successfully, but these errors were encountered: