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
root@myserver:~/tools/Reptile# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-5.3.0-59-generic
E: Couldn't find any package by glob 'linux-headers-5.3.0-59-generic'
E: Couldn't find any package by regex 'linux-headers-5.3.0-59-generic'
root@myserver:~/tools/Reptile# make
make[1]: Entering directory '/root/tools/Reptile/userland'
CC /root/tools/Reptile/output/shell
: In function ‘hide_conn’:
: error: invalid suffix "x" on integer constant
:272:23: note: in expansion of macro ‘AUTH’
: error: invalid suffix "x" on integer constant
:272:29: note: in expansion of macro ‘HTUA’
: error: invalid suffix "x" on integer constant
:273:24: note: in expansion of macro ‘AUTH’
: error: invalid suffix "x" on integer constant
:274:21: note: in expansion of macro ‘AUTH’
: error: invalid suffix "x" on integer constant
:274:27: note: in expansion of macro ‘HTUA’
make[1]: *** [Makefile:23: shell] Error 1
make[1]: Leaving directory '/root/tools/Reptile/userland'
make: *** [Makefile:56: userland_bin] Error 2
The text was updated successfully, but these errors were encountered:
root@myserver:~/tools/Reptile# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-5.3.0-59-generic
E: Couldn't find any package by glob 'linux-headers-5.3.0-59-generic'
E: Couldn't find any package by regex 'linux-headers-5.3.0-59-generic'
root@myserver:~/tools/Reptile# make
make[1]: Entering directory '/root/tools/Reptile/userland'
CC /root/tools/Reptile/output/shell
: In function ‘hide_conn’:
: error: invalid suffix "x" on integer constant
:272:23: note: in expansion of macro ‘AUTH’
: error: invalid suffix "x" on integer constant
:272:29: note: in expansion of macro ‘HTUA’
: error: invalid suffix "x" on integer constant
:273:24: note: in expansion of macro ‘AUTH’
: error: invalid suffix "x" on integer constant
:274:21: note: in expansion of macro ‘AUTH’
: error: invalid suffix "x" on integer constant
:274:27: note: in expansion of macro ‘HTUA’
make[1]: *** [Makefile:23: shell] Error 1
make[1]: Leaving directory '/root/tools/Reptile/userland'
make: *** [Makefile:56: userland_bin] Error 2
The text was updated successfully, but these errors were encountered: