Quote:
Originally Posted by reumb
a make of latest pu fails.
parseurl.c: In function 'spawn_dumper':
parseurl.c:406:3: warning: implicit declaration of function 'CreateJobObject'
parseurl.c:406:15: warning: initialization makes pointer from integer without a ca
parseurl.c:409:43: error: 'JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE' undeclared (first u
parseurl.c:409:43: note: each undeclared identifier is reported only once for each
parseurl.c:410:3: warning: implicit declaration of function 'SetInformationJobObje
parseurl.c:420:7: warning: implicit declaration of function 'AssignProcessToJobObj
make[1]: *** [parseurl.o] Error 1
-did jump over those RtmpDumpHelper switch patches and a make was success.-
|
i686-w64-mingw32-gcc -H parseurl.c reveals this
Code:
. rtmp_sys.h
.. /usr/i686-w64-mingw32/sys-root/mingw/include/winsock2.h
... /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h
.... /usr/i686-w64-mingw32/sys-root/mingw/include/windef.h
..... /usr/i686-w64-mingw32/sys-root/mingw/include/winnt.h
Before I make any changes I need to see your "make" line.