In file included from src/common/x64/cpu_detect.cpp:16:
/usr/include/machine/cpufunc.h:66:17: error: unknown type name 'u_int'
static __inline u_int
^
/usr/include/machine/cpufunc.h:67:6: error: unknown type name 'u_int'
bsfl(u_int mask)
^
/usr/include/machine/cpufunc.h:69:2: error: unknown type name 'u_int'
u_int result;
^
/usr/include/machine/cpufunc.h:75:17: error: unknown type name 'u_long'; did you mean 'long'?
static __inline u_long
^
/usr/include/machine/cpufunc.h:76:6: error: unknown type name 'u_long'; did you mean 'long'?
bsfq(u_long mask)
^
/usr/include/machine/cpufunc.h:78:2: error: use of undeclared identifier 'u_long'; did you mean
'long'?
u_long result;
^
[...]
|
||
|---|---|---|
| .. | ||
| logging | ||
| x64 | ||
| alignment.h | ||
| assert.h | ||
| bit_field.h | ||
| bit_set.h | ||
| break_points.cpp | ||
| break_points.h | ||
| chunk_file.h | ||
| CMakeLists.txt | ||
| code_block.h | ||
| color.h | ||
| common_funcs.h | ||
| common_paths.h | ||
| common_types.h | ||
| emu_window.cpp | ||
| emu_window.h | ||
| file_util.cpp | ||
| file_util.h | ||
| hash.cpp | ||
| hash.h | ||
| key_map.cpp | ||
| key_map.h | ||
| linear_disk_cache.h | ||
| math_util.h | ||
| memory_util.cpp | ||
| memory_util.h | ||
| microprofile.cpp | ||
| microprofile.h | ||
| microprofileui.h | ||
| misc.cpp | ||
| platform.h | ||
| profiler.cpp | ||
| profiler_reporting.h | ||
| scm_rev.cpp.in | ||
| scm_rev.h | ||
| scope_exit.h | ||
| string_util.cpp | ||
| string_util.h | ||
| swap.h | ||
| symbols.cpp | ||
| symbols.h | ||
| synchronized_wrapper.h | ||
| thread.cpp | ||
| thread.h | ||
| thread_queue_list.h | ||
| timer.cpp | ||
| timer.h | ||
| vector_math.h | ||