Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various fixes for Open Watcom build #8505

Merged
merged 5 commits into from
Feb 27, 2025
Merged

Conversation

jmalak
Copy link
Contributor

@jmalak jmalak commented Feb 25, 2025

Description

  • fix build for OS/2
  • fix build for Open Watcom 1.9

Testing

How did you test?

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

- fix build for OS/2
- fix build for Open Watcom 1.9
@wolfSSL-Bot
Copy link

Can one of the admins verify this patch?

@dgarske
Copy link
Contributor

dgarske commented Feb 25, 2025

Okay to test. Contributor agreement on file.

Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[check-source-text] [2 of 7] [wolfssl]
    autogen.sh wolfssl...   real 0m6.269s  user 0m5.111s  sys 0m0.173s
    configure...   real 0m9.228s  user 0m6.944s  sys 0m1.494s
unrecognized macros used:
__UNIX__
add well-formed but unknown macros to /tmp/workspace/PRB-multi-test-script/wolfssl/.wolfssl_known_macro_extras.
    [skipping "codespell" subtest in check-source-text -- codespell is missing or too old]
overlong lines added:
wolfcrypt/benchmark/benchmark.c:15003     WC_INLINE double current_time(int reset) { (void)reset; return ((double)clock())/CLOCKS_PER_SEC; }
wolfssl/test.h:1499 #endif  /* !defined(USE_WINDOWS_API) && !defined(__WATCOMC__) && !defined(__OS2__) */
wolfssl/wolfcrypt/ecc.h:290 #if !defined(WOLFSSL_ECC_CURVE_STATIC) && defined(USE_WINDOWS_API) && !defined(__WATCOMC__)
wolfssl/wolfcrypt/wc_port.h:130             #undef _WINSOCKAPI_ /* undefine it for MINGW winsock2.h header file */
wolfssl/wolfio.h:898         #if defined(__OS2__) || defined(__NT__) && (NTDDI_VERSION >= NTDDI_VISTA)
wolfssl/wolfio.h:901             #define XINET_NTOP(a,b,c,d) strncpy((c),inet_ntoa(*(unsigned *)(b)),(d))
wolfssl/wolfio.h:911         #if defined(__OS2__) || defined(__NT__) && (NTDDI_VERSION >= NTDDI_VISTA)
    check-source-text fail_K
    failed config: '--srcdir' '.' '--disable-jobserver' '--enable-option-checking=fatal' '--enable-all' '--enable-testcert' '--enable-acert' '--enable-dtls13' '--enable-dtls-mtu' '--enable-dtls-frag-ch' '--enable-quic'

@jmalak jmalak requested a review from dgarske February 26, 2025 15:07
@dgarske
Copy link
Contributor

dgarske commented Feb 26, 2025

Retest this please: "hudson.plugins.git.GitException: Failed to fetch from"

@dgarske
Copy link
Contributor

dgarske commented Feb 26, 2025

Retest this please

@SparkiDev SparkiDev self-assigned this Feb 27, 2025
@SparkiDev SparkiDev merged commit a0d6afb into wolfSSL:master Feb 27, 2025
178 checks passed
@jmalak jmalak deleted the ow-fixes branch February 27, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants