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

MET configure/build error with rpl_malloc in config.h #1171

Closed
dwfncar opened this issue Jul 22, 2019 · 2 comments
Closed

MET configure/build error with rpl_malloc in config.h #1171

dwfncar opened this issue Jul 22, 2019 · 2 comments
Assignees
Labels
type: bug Fix something that is not working

Comments

@dwfncar
Copy link
Contributor

dwfncar commented Jul 22, 2019

In config.h, the lines are causing build issues

#define malloc rpl_malloc
#define realloc rpl_realloc

Commenting these out allows build to proceed.
Is this an issue in the autoconf files?

Problem reported in RT ticket 91161

https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=91161

@dwfncar dwfncar added type: bug Fix something that is not working priority: high labels Jul 22, 2019
@JohnHalleyGotway JohnHalleyGotway added this to the MET 8.1.2 (bugfix) milestone Jul 23, 2019
@dwfncar dwfncar assigned dwfncar and unassigned jprestop Jul 23, 2019
@dwfncar
Copy link
Contributor Author

dwfncar commented Aug 13, 2019

On Ubuntu comment out AC_FUNC_MALLOC and AC_FUNC_REALLOC lines in configure.ac.
Dakota build still OK. Need to test on other systems ...

dwfncar pushed a commit that referenced this issue Aug 13, 2019
@dwfncar
Copy link
Contributor Author

dwfncar commented Aug 13, 2019

configure.ac change committed to master v8.1 branch. Need to test on other systems other than ubuntu and dakota.

@dwfncar dwfncar closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Fix something that is not working
Projects
None yet
Development

No branches or pull requests

3 participants