=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for lrmi-0.8nb1 cc -c -g -Wall -o lrmi.o lrmi.c ar -r liblrmi.a lrmi.o /usr/bin/ar: creating liblrmi.a ranlib liblrmi.a cc -c -g -Wall -fPIC -o lrmi.lo lrmi.c cc -g -Wall -fPIC -shared -o liblrmi.so lrmi.lo cc -c -g -Wall -o vbetest.o vbetest.c vbetest.c:40:19: error: variable has incomplete type 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:40:9: note: forward declaration of 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:49:7: warning: implicit declaration of function 'LRMI_int' is invalid in C99 [-Wimplicit-function-declaration] if (!LRMI_int(0x10, &r)) { ^ vbetest.c:59:11: warning: implicit declaration of function 'LRMI_alloc_real' is invalid in C99 [-Wimplicit-function-declaration] buffer = LRMI_alloc_real((r.ebx & 0xffff) * 64); ^ vbetest.c:90:19: error: variable has incomplete type 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:90:9: note: forward declaration of 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:106:2: warning: implicit declaration of function 'LRMI_free_real' is invalid in C99 [-Wimplicit-function-declaration] LRMI_free_real(buffer); ^ vbetest.c:112:19: error: variable has incomplete type 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:112:9: note: forward declaration of 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:126:19: error: variable has incomplete type 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:126:9: note: forward declaration of 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:183:19: error: variable has incomplete type 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:183:9: note: forward declaration of 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:322:19: error: variable has incomplete type 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:322:9: note: forward declaration of 'struct LRMI_regs' struct LRMI_regs r; ^ vbetest.c:347:7: warning: implicit declaration of function 'LRMI_init' is invalid in C99 [-Wimplicit-function-declaration] if (!LRMI_init()) ^ vbetest.c:350:11: warning: incompatible integer to pointer conversion assigning to 'struct vbe_info_block *' from 'int' [-Wint-conversion] vbe.info = LRMI_alloc_real(sizeof(struct vbe_info_block) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings and 6 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/emulators/lrmi/work/lrmi-0.8 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/emulators/lrmi *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/emulators/lrmi