View Single Post
Old 02-09-2013, 09:55 AM   #910
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Spoiler:
git pull, make

Quote:
/ -Ilibk2pdfopt/willuslib -Ilibk2pdfopt/k2pdfoptlib -Ilibk2pdfopt/ -Iluafilesystem/src koptcontext.c -o koptcontext.o
koptcontext.c: In function 'newKOPTContext':
koptcontext.c:62: error: 'KOPTContext' has no member named 'dev_dpi'
koptcontext.c: In function 'kcSetDeviceDPI':
koptcontext.c:153: error: 'KOPTContext' has no member named 'dev_dpi'
make: *** [koptcontext.o] Error 1
am I being silly?


Nope! Still broken? hmm... anyone else getting this error?

more specifically: (This time with an emulator attempt)

Code:
pdf.c: In function ‘reflowPage’:
pdf.c:621:3: warning: passing argument 3 of ‘pthread_create’ from incompatible pointer type [enabled by default]
/usr/include/pthread.h:225:12: note: expected ‘void * (*)(void *)’ but argument is of type ‘void (*)(struct KOPTContext *)’
gcc -g -c -O2 -ffast-math -pipe -fomit-frame-pointer -march=native -Iluajit-2.0/src -Imupdf/ -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DEMULATE_READER -DEMULATE_READER_W=600 -DEMULATE_READER_H=800 -Iluafilesystem/src blitbuffer.c -o blitbuffer.o
gcc -g -c -O2 -ffast-math -pipe -fomit-frame-pointer -march=native -Iluajit-2.0/src -Imupdf/ -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DEMULATE_READER -DEMULATE_READER_W=600 -DEMULATE_READER_H=800 -Iluafilesystem/src drawcontext.c -o drawcontext.o
gcc -g -c -O2 -ffast-math -pipe -fomit-frame-pointer -march=native -Iluajit-2.0/src -Imupdf/ -Ilibk2pdfopt/willuslib -Ilibk2pdfopt/k2pdfoptlib -Ilibk2pdfopt/ -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DEMULATE_READER -DEMULATE_READER_W=600 -DEMULATE_READER_H=800 -Iluafilesystem/src koptcontext.c -o koptcontext.o
koptcontext.c: In function ‘newKOPTContext’:
koptcontext.c:62:4: error: ‘KOPTContext’ has no member named ‘dev_dpi’
koptcontext.c: In function ‘kcSetDeviceDPI’:
koptcontext.c:153:4: error: ‘KOPTContext’ has no member named ‘dev_dpi’
make: *** [koptcontext.o] Error 1

Last edited by twobob; 02-09-2013 at 11:30 AM.
twobob is offline   Reply With Quote