| This happens after make:
htscore.c: In function `structcheck_init':
htscore.c:3146: warning: excess elements in struct initializer after `cKey'
htscore.c:3146: warning: implicit declaration of function `PTHREAD_KEY_GET'
htscore.c:3146: structure has no member named `localKey'
htscore.c:3146: syntax error before `char'
htscore.c:3146: warning: implicit declaration of function
`PTHREAD_KEY_CREATE'
htscore.c:3146: structure has no member named `localKey'
htscore.c:3146: warning: implicit declaration of function `PTHREAD_KEY_SET'
htscore.c:3146: structure has no member named `localKey'
htscore.c:3146: syntax error before `char'
htscore.c:3146: structure has no member named `localKey'
htscore.c:3146: syntax error before `char'
htscore.c:3146: structure has no member named `localKey'
htscore.c:3146: syntax error before `char'
htscore.c: In function `filenote':
htscore.c:3317: warning: excess elements in struct initializer after `cKey'
htscore.c:3317: structure has no member named `localKey'
htscore.c:3317: syntax error before `filenote_strc'
htscore.c:3317: structure has no member named `localKey'
htscore.c:3317: structure has no member named `localKey'
htscore.c:3317: syntax error before `filenote_strc'
htscore.c:3317: structure has no member named `localKey'
htscore.c:3317: syntax error before `filenote_strc'
htscore.c:3317: structure has no member named `localKey'
htscore.c:3317: syntax error before `filenote_strc'
htscore.c: In function `usercommand':
htscore.c:3347: warning: excess elements in struct initializer after `cKey'
htscore.c:3347: structure has no member named `localKey'
htscore.c:3347: syntax error before `usercommand_strc'
htscore.c:3347: structure has no member named `localKey'
htscore.c:3347: structure has no member named `localKey'
htscore.c:3347: syntax error before `usercommand_strc'
htscore.c:3347: structure has no member named `localKey'
htscore.c:3347: syntax error before `usercommand_strc'
htscore.c:3347: structure has no member named `localKey'
htscore.c:3347: syntax error before `usercommand_strc'
htscore.c: In function `fspc':
htscore.c:3397: warning: excess elements in struct initializer after `cKey'
htscore.c:3397: structure has no member named `localKey'
htscore.c:3397: syntax error before `fspc_strc'
htscore.c:3397: structure has no member named `localKey'
htscore.c:3397: structure has no member named `localKey'
htscore.c:3397: syntax error before `fspc_strc'
htscore.c:3397: structure has no member named `localKey'
htscore.c:3397: syntax error before `fspc_strc'
htscore.c:3397: structure has no member named `localKey'
htscore.c:3397: syntax error before `fspc_strc'
htscore.c: In function `hts_add_file':
htscore.c:3832: warning: excess elements in struct initializer after `cKey'
htscore.c:3832: structure has no member named `localKey'
htscore.c:3832: syntax error before `addfile_chain_ptr'
htscore.c:3832: structure has no member named `localKey'
htscore.c:3832: structure has no member named `localKey'
htscore.c:3832: syntax error before `addfile_chain_ptr'
htscore.c:3832: structure has no member named `localKey'
htscore.c:3832: syntax error before `addfile_chain_ptr'
htscore.c:3832: structure has no member named `localKey'
htscore.c:3832: syntax error before `addfile_chain_ptr'
*** Error code 1
Stop.
*** Error code 1
Stop.
[1] Exit 1 make
If I try to make netbsd, this happens:
Building all, please wait
In case of problems, type in:
make help
OS TYPE:
Make mode:
gcc -fPIC -O3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -c htscore.c
In file included from htslib.h:46,
from htscore.h:64,
from htscore.c:45:
htsbasenet.h:73: openssl/ssl.h: No such file or directory
htsbasenet.h:74: openssl/crypto.h: No such file or directory
htsbasenet.h:75: openssl/err.h: No such file or directory
In file included from htsftp.h:43,
from htscore.h:187,
from htscore.c:45:
htsthread.h:42: pthread.h: No such file or directory
*** Error code 1
Stop.
| |