FS#20496 - netpbm wrong includes
Attached to Project:
Arch Linux
Opened by Lukas Jirkovsky (6xx) - Tuesday, 17 August 2010, 09:57 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 19 August 2010, 02:47 GMT
Opened by Lukas Jirkovsky (6xx) - Tuesday, 17 August 2010, 09:57 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 19 August 2010, 02:47 GMT
|
Details
Description:
when trying to compile package using netpbm's ppm.h build fails with: /usr/include/ppm.h:6:23: fatal error: netpbm/pm.h: No such file or directory compilation terminated. The problem is that ppm.h uses #include <netpbm/pm.h> and #include <netpbm/pgm.h> but these are in /usr/include/pm.h resp. /usr/include/pgm.h, not in /usr/include/netpbm |
This task depends upon
Closed by Eric Belanger (Snowman)
Thursday, 19 August 2010, 02:47 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in netpbm-10.47.18-1
Thursday, 19 August 2010, 02:47 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in netpbm-10.47.18-1
sorry i can't replicate this issue
You can test it by compiling this simple C source:
#include <ppm.h>
int main() {
printf("foo");
return 0;
}
Eric, you updated this package and added those sed lines. I guess is because of:
sed -i 's|include/netpbm|include|' GNUmakefile lib/Makefile