DavidEGrayson / minimu9-ahrs

Program for reading data from the Pololu MinIMU-9 over I²C. Works on the Raspberry Pi and other embedded ARM Linux boards.
Other
167 stars 68 forks source link

png_texture.cpp:121:41: error: 'malloc' was not declared in this scope #41

Closed PieterHeri closed 3 years ago

PieterHeri commented 4 years ago

Hi,

While running the 'sudo make install' I get this error message stated in the title. I installed all the libraries, can you help me out what the problem is?

Thanks in advance

DavidEGrayson commented 4 years ago

You shouldn't be getting that kind of error when you run sudo make install. That kind of error should happen at the earlier step when you simply run make. Can you please run make and then paste the full, entire output from your shell, including the command prompt where you typed make?