Recode icon indicating copy to clipboard operation
Recode copied to clipboard

Library path not set in tests/setup.py

Open TaylanUB opened this issue 9 years ago • 1 comments

The file tests/setup.py.in passes an include_dirs but no library_dirs argument. This caused ld: -lrecode not found errors while I was building under GNU Guix. Adding library_dirs=['../src/.libs'] fixed the issue. (A cleaner solution would do that in a parameterized way akin to how include_dirs is set, I suppose. I'm leaving it up to you.)

TaylanUB avatar Mar 09 '15 21:03 TaylanUB

Fixed in my friendly fork: I have taken over the project at https://github.com/rrthomas/

rrthomas avatar Jan 19 '18 00:01 rrthomas