Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created April 4, 2014 11:59
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 ncopa/9973091 to your computer and use it in GitHub Desktop.
Save ncopa/9973091 to your computer and use it in GitHub Desktop.
In file included from /usr/lib/gcc/x86_64-alpine-linux-musl/4.8.2/include/xmmint
rin.h:38:0,
from /usr/lib/gcc/x86_64-alpine-linux-musl/4.8.2/include/x86int
rin.h:34,
from /usr/include/c++/4.8.2/x86_64-alpine-linux-musl/bits/opt_r
andom.h:33,
from /usr/include/c++/4.8.2/random:51,
from /usr/include/c++/4.8.2/bits/stl_algo.h:65,
from /usr/include/c++/4.8.2/algorithm:62,
from filter/pdftopdf/intervalset.cc:5:
/usr/lib/gcc/x86_64-alpine-linux-musl/4.8.2/include/mm_malloc.h:34:64: error: de
claration of 'int posix_memalign(void**, size_t, size_t) throw ()' has a differe
nt exception specifier
extern "C" int posix_memalign (void **, size_t, size_t) throw ();
^
In file included from /usr/include/c++/4.8.2/cstdlib:72:0,
from /usr/include/c++/4.8.2/bits/stl_algo.h:59,
from /usr/include/c++/4.8.2/algorithm:62,
from filter/pdftopdf/intervalset.cc:5:
/usr/include/stdlib.h:98:5: error: from previous declaration 'int posix_memalign(void**, size_t, size_t)'
int posix_memalign (void **, size_t, size_t);
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment