Menu

#4 Fails to compile on Darwin.

v1.0 (example)
wont-fix
nobody
None
5
2023-10-17
2002-02-20
Anonymous
No

When trying to compile tn5250-0.16.3 error message that
follow occure and the compile fials:

tn5250-private.h:49: header file 'malloc.h' not found
stream.h:42: header file 'openssl/ssl.h' not found
stream.h:95: undefined type, found `SSL'
stream.h:96: undefined type, found `SSL_CTX'
/usr/include/curses.h:107: illegal external
declaration, missing `;' after `*'
cpp-precomp: warning: errors during smart
preprocessing, retrying in basic mode
make[2]: *** [buffer.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Will try older version then look into the error.

Discussion

  • Peter Moore

    Peter Moore - 2002-05-12

    Logged In: YES
    user_id=291405

    on Mac OS X 10.1.4, make gives error :-
    cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -c buffer.c -Wp,-MD,.deps/buffer.TPlo -fno-common -DPIC -o .libs/buffer.lo
    stream.h:30: header file 'openssl/ssl.h' not found
    stream.h:83: undefined type, found `SSL'
    stream.h:84: undefined type, found `SSL_CTX'
    /usr/include/curses.h:107: illegal external declaration, missing `;' after `*'
    cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
    make[2]: *** [buffer.lo] Error 1
    make[1]: *** [all] Error 2
    make: *** [all-recursive] Error 1

     
  • Kevin Adler

    Kevin Adler - 2023-10-17
    • status: open --> wont-fix
    • Group: --> v1.0 (example)
     
  • Kevin Adler

    Kevin Adler - 2023-10-17

    Hi, if you are still experiencing this problem, please open an issue at https://github.com/tn5250/tn5250/issues

     

Log in to post a comment.