The command
On 13 May 2014 04:47, Samuel Thibault <[email protected]> wrote: > Siddharth, le Wed 07 May 2014 16:07:39 +0530, a écrit : > > 2. Received errors - 'undefined reference to _imp__pthread_key_create' > on > > make. I figured it was because the '-lpthread' flag was included in > gcc and > > resolved it by updating this line to Bindings/Python/setup.py.in : > > libraries = ["brlapi","pthread"], > > Yes, I thought I had sent the patch to Dave, but I can't find the mail > again. Dave, could you apply the attached patch? > > > 3. 'make' compiles fine now, but 'make install' now gives the following > error: > > > > /bin/install: cannot open `../Tables/sl.ttb' for reading: No such file or > > directory > > That one is odd. I remember having the same, it looks like a bug in > mingw actually, since the files really are there. > > FTR, the command is > > /usr/bin/install -c -m 644 ../Tables/*.tt[bi] /tmp/foobar/etc/brltty > > so seeing a file and then not seeing it is quite questionable for an > operating system :) > > Samuel > > _______________________________________________ > This message was sent via the BRLTTY mailing list. > To post a message, send an e-mail to: [email protected] > For general information, go to: http://mielke.cc/mailman/listinfo/brltty >
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
