[poppler] pdftohtml build problems
Albert Astals Cid
aacid at kde.org
Mon Apr 17 08:27:09 PDT 2006
A Divendres 14 Abril 2006 00:54, Reece Dunn va escriure:
> Hi all,
>
> I am trying to get the new pdftohtml tool to compile using msvc-8.0 and I
> have run into a few issues:
>
> (*) goo/GooVector.h has a few minor typeos that will cause unexpected
> behaviour!
>
> - T* copy(T* src1,T* scr2,T* dest){
> + T* copy(T* src1,T* src2,T* dest){
> T* tmp=src1;
> T* d=dest;
> - while(tmp!=scr2){
> + while(tmp!=src2){
> *d=*tmp;
> d++;tmp++;
> }
> return d;
> }
Errr, i don't really see any difference between the + and the -
Am i the only one?
Albert
>
> (*) With that fix, I am getting several unresolved external symbols in
> HtmlOutputDev.obj: xml, noMerge, etc. (HtmlOutputDev.cc lines 41-50). These
> are declared like:
>
> extern GBool noframes;
>
> I assume the fix is to define them without the extern keyword somewhere,
> i.e. declare them using extern in the header, then define them without it
> in the cc file.
>
> - Reece
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/____________
>___________________________________ poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
More information about the poppler
mailing list