willem schreef: > Peter Williams wrote: >> Hi All, >> >> When I tried to install a 3rd party component, I received the >> following fatal error: >> >> "Compile IDE (without linking)" completed >> /usr/share/lazarus/components/printers/unix/udlgselectprinter.pp(137,24) >> Fatal: Can't find unit Libc used by uDlgSelectPrinter >> >> Note also that the udlgselectprint.pp is NOT used by my component. >> >> What steps do I need to take to stop this error from occurring? >> >> Regards, >> PEW >> from Hobart, Tasmania, Australia >> >> > you must install libc-dev > >
This is wrong. libc-dev is about .so, but the error is about unit Libc. Vincent _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
