otheos
08-07-2001, 05:42 AM
Anyone ever done it before? It's straigh forward but I can't get past compilation errors:
./src/zdevcal.c:66: dereferencing pointer to incomplete type
./src/zdevcal.c:47: warning: unused variable `ltime'
make: *** [obj/zdevcal.o] Error 1
This is it, during make. I have set Makefile to include the dj970 (with duplex support) and put all the sources of the filter to src. The libraries (png, jpg, zlib) and fonts are there.
Any ideas?
./src/zdevcal.c:66: dereferencing pointer to incomplete type
./src/zdevcal.c:47: warning: unused variable `ltime'
make: *** [obj/zdevcal.o] Error 1
This is it, during make. I have set Makefile to include the dj970 (with duplex support) and put all the sources of the filter to src. The libraries (png, jpg, zlib) and fonts are there.
Any ideas?