Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Created October 24, 2019 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Smithx10/2b1b09aaf0aa29db4236ec00190132b3 to your computer and use it in GitHub Desktop.
Save Smithx10/2b1b09aaf0aa29db4236ec00190132b3 to your computer and use it in GitHub Desktop.
[root@cituscoordinator-3170c7de ~/postgresql-hll]# make
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -m64 -fPIC -std=c99 -D__EXTENSIONS__ -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/opt/postgresql/11.1/include -I. -I./ -I/opt/postgresql/11.1/include/server -I/opt/postgresql/11.1/include/internal -c -o src/hll.o src/hll.c
src/hll.c:25:22: fatal error: byteswap.h: No such file or directory
#include <byteswap.h>
^
compilation terminated.
<builtin>: recipe for target 'src/hll.o' failed
make: *** [src/hll.o] Error 1
[root@cituscoordinator-3170c7de ~/postgresql-hll]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment