Last active
August 18, 2016 00:53
-
-
Save desnudopenguino/1cc9e953e24a97baaf16222e9f9ccf77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/postgresql -Wall -g -MT m_openbsd.o -MD -MP -MF .deps/m_openbsd.Tpo -c -o m_openbsd.o `test -f 'machine/m_openbsd.c' || echo './'`machine/m_openbsd.c | |
machine/m_openbsd.c: In function 'get_system_info': | |
machine/m_openbsd.c:226: error: storage size of 'vmtotal' isn't known | |
machine/m_openbsd.c:239: warning: suggest explicit braces to avoid ambiguous 'else' | |
machine/m_openbsd.c:226: warning: unused variable 'vmtotal' | |
*** Error 1 in . (Makefile:617 'm_openbsd.o') | |
*** Error 1 in /home/bucky/pg_top-3.7.0 (Makefile:270 'all') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment