l...@gnu.org (Ludovic Courtès) writes:
>> I'm not sure if the need to specify the ".libs" subdirectory is
>> Guix-specific or not.
>
> I don’t think so (the package uses libtool, right?) This may be a
> genuine upstream bug, which could go unnoticed when the user happens to
> have a librecode.so
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>>> You could set LD_LIBRARY_PATH to "." (or the subdirectory where the
>>> library can be found) before running the tests.
>>
>> This should be ‘LIBRARY_PATH’, not ‘LD_LIBRARY_PATH’, but y
l...@gnu.org (Ludovic Courtès) writes:
>> You could set LD_LIBRARY_PATH to "." (or the subdirectory where the
>> library can be found) before running the tests.
>
> This should be ‘LIBRARY_PATH’, not ‘LD_LIBRARY_PATH’, but yes, good
> idea.
I found out that I can patch the setup.py file to includ
Andreas Enge skribis:
> On Wed, Mar 04, 2015 at 10:55:01PM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
>> Is it fine to put these in a new file called encoding.scm?
>
> Hm, that makes me think more of audio or video encoding than of text.
> Maybe textutils.scm?
Sounds good to me.
>> In the first
Andreas Enge writes:
>> In the first one, I couldn't figure out how to make the test suite
>> run, which uses a setup.py file to compile a small program, which
>> fails with "ld: cannot find -lrecode" (where recode is the library
>> being tested). Any help welcome.
>
> You could set LD_LIBRARY_P
On Wed, Mar 04, 2015 at 10:55:01PM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
> Is it fine to put these in a new file called encoding.scm?
Hm, that makes me think more of audio or video encoding than of text.
Maybe textutils.scm?
> In the first one, I couldn't figure out how to make the test suit
Is it fine to put these in a new file called encoding.scm?
In the first one, I couldn't figure out how to make the test suite run,
which uses a setup.py file to compile a small program, which fails with
"ld: cannot find -lrecode" (where recode is the library being tested).
Any help welcome.
>From