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

OS400 fails to build 7.54.0 #1504

Closed
jonrumsey opened this issue May 22, 2017 · 1 comment
Closed

OS400 fails to build 7.54.0 #1504

jonrumsey opened this issue May 22, 2017 · 1 comment
Labels

Comments

@jonrumsey
Copy link
Contributor

I did this

Build 7.54.0 source on OS/400 V7R2M0

I expected the following

Clean build, fails in link due to use of assert macro in rand.c

curl/libcurl version

7.54.0

operating system

OS/400 V7R2M0

@bagder bagder added the build label May 22, 2017
@bagder bagder closed this as completed in 8589e1f May 22, 2017
@bagder
Copy link
Member

bagder commented May 22, 2017

Thanks for reporting, the fix in commit 8589e1f makes sure we use DEBUGASSERT instead, which has more preprocessor magic protection to make sure it works.

kdudka added a commit that referenced this issue May 22, 2017
.... caused by a typo in the last commit (fixing issue #1504):

memdebug.c: In function ‘curl_fclose’:
memdebug.c:444:3: error: implicit declaration of function
‘DEBUGDEBUGASSERT’ [-Werror=implicit-function-declaration]
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants