[fpc-devel] Determin file size - how?y
Graeme Geldenhuys
graemeg.lists at gmail.com
Mon Dec 19 13:49:22 CET 2011
On 19 December 2011 11:41, Michael Schnell wrote:
> Thanks for you "help on help".
It's all mentioned in the docview.inf help file that is included with
the binary download of DocView. :)
> Trying to check this I tied to compile the DocView project but I git:
> /usr/bin/ld: warning:
> /home/mschnell/Downloads/svn/fpGUI/docview/src/units/i386-linux/link.res
> contains output sections; did you forget -T?
> /usr/bin/ld: /home/mschnell/Downloads/svn/fpGUI/lib/i386-linux/fpg_x11.o:
> undefined reference to symbol 'FcFontSetDestroy'
> /usr/bin/ld: note: 'FcFontSetDestroy' is defined in DSO
> /usr/lib/libfontconfig.so.1 so try adding it to the linker command line
> /usr/lib/libfontconfig.so.1: could not read symbols: Invalid operation
I have no idea why you keep struggling to compile projects, but from
the above message, it seems you are missing the 'libfontconfig1-dev'
package. If not, move your response the the fpc-pascal mailing list,
or the fpgui.support newsgroup please. I'll try and help you further
there.
> I sincerely hope that finally DocView will get fully integrated in the
> Lazarus IDE on the default distribution.
I doubt it, DocView is not written with the LCL framework. But anybody
is welcome to port the UI of docview to the LCL framework.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
More information about the fpc-devel
mailing list