On Fedora 15, trying to build cqrlog results in this error:
$ make
...
Error: Can't create object file: /usr/lib64/lazarus/components/printers/lib/x86_64-linux/gtk2/cupsdyn.o
TExternalToolList.Run Exception: Error: Can't create object file: /usr/lib64/lazarus/components/printers/lib/x86_64-linux/gtk2/cupsdyn.o
ERROR: tool reported error
make: *** [cqrlog] Error 2
$
A one line change to the Makefile, adding -d to the lazbuild options so it will not try to rebuild the dependencies, gets rid of that problem:
--- cqrlog-1.1.0/Makefile.orig 2011-06-25 10:57:44.384233006 -0400




Recent comments