bnshrdr
26th February 2010, 07:03
Lately I have been feeling that my whole build system has been acting really funky. The other day I was compiling x264 and it wouldn't detect lavf, but the next day it did, I didn't power cycle or anything.
Now today I am trying to compile gpac, which I have done in the past, and it isn't seeing the header files in the extra_lib folder. I have tried moving these headers to mingw's own include folder, adding the --extra-cflags option in configure, but for the life of me, the make program will not find those stupid header files.
The header files are not included with quotations (ex. #include <stdio.h>).
Does anyone know any tricks to get make to see the headers?
Now today I am trying to compile gpac, which I have done in the past, and it isn't seeing the header files in the extra_lib folder. I have tried moving these headers to mingw's own include folder, adding the --extra-cflags option in configure, but for the life of me, the make program will not find those stupid header files.
The header files are not included with quotations (ex. #include <stdio.h>).
Does anyone know any tricks to get make to see the headers?