While compiling gpac, on several systems, you may get the following error:
osmozilla.cpp:793: error: ânsrefcntâ does not name a type
osmozilla.cpp:799: error: ânsrefcntâ does not name a type
osmozilla.cpp:811: error: ânsresultâ does not name a type
make[2]: *** [osmozilla.o] Error 1
make[2]: Leaving directory `/root/video-stuff/gpac/applications/osmozilla’
make[1]: *** [apps] Error 2
make[1]: Leaving directory `/root/video-stuff/gpac/applications’
make: *** [apps] Error 2
Fix is simple:
edit applications/Makefile and comment out the following lines:
#INSTDIRS+=osmozilla
#APPDIRS+=osmozilla
Should get you running
Tags: error, gpac, install, osmozilla, Tutorials - cPanel


0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.