For the above error I added revision_identiier.h manually in Programs directory.
Now gets this ../getrevid -q -o revision_identifier.h ../ make: ../getrevid: Command not found make: [revision_identifier.h] Error 127 (ignored) gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./revision.c gcc -Wl,--export-all-symbols,--enable-auto-import -o tbl2hex.exe tbl2hex.o progr am.o pgmpath_windows.o service_windows.o pid.o options.o params_none.o log.o add resses.o file.o device.o parse.o timing.o async_handle.o async_data.o async_wait .o async_alarm.o async_task.o async_io.o async_event.o async_signal.o async_thre ad.o queue.o dynld_windows.o ports_windows.o system_windows.o hostcmd.o hostcmd_ windows.o datafile.o unicode.o lock.o charset.o charset_windows.o dataarea.o ttb _compile.o ttb_native.o atb_compile.o ctb_compile.o -liconv -lintl -lwinmm -lg di32 -lws2_32 -lsupc++ log.o: In function `logData':^M c:\brlttyjunwindev11\brltty\Programs/./log.c:416: undefined reference to `flockf ile'^M c:\brlttyjunwindev11\brltty\Programs/./log.c:431: undefined reference to `funloc kfile'^M log.o: In function `writeLogRecord':^M c:\brlttyjunwindev11\brltty\Programs/./log.c:291: undefined reference to `flockf ile'^M c:\brlttyjunwindev11\brltty\Programs/./log.c:309: undefined reference to `funloc kfile'^M collect2: ld returned 1 exit status^M make: *** [tbl2hex.exe] Error 1 On Wed, Jun 11, 2014 at 4:30 PM, Siju Samuel <[email protected]> wrote: > Hi Dave, > With the latest code it gives some compilation error related to > 'revisionidentifier'. it is attached > > make install INSTALL_ROOT="/brlttyjundev11" > MAKELOG 2>&1 > > > > > On Wed, Jun 11, 2014 at 3:50 PM, Siju Samuel <[email protected]> > wrote: > >> I will try with the latest. In the mean time I downloaded* brltty5.1* >> and built . It gave error; but with including pthread library as mentioned >> in another mail (user Sidhardh) it is resolved, And I see brlapi.pyd >> created. >> >> I will get a fresh download and get back soon, >> >> *Error : * >> \Release\.\bindings.o:bindings.c:(.text+0x7b): undefined reference to >> `_imp__p >> hread_key_create' >> >> *[Mail reference ;]* >> 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"],* >> >> >> On Wed, Jun 11, 2014 at 3:43 PM, Dave Mielke <[email protected]> wrote: >> >>> Hi: >>> >>> I've made a change. Could you please update to the latest code and try it >>> again? >>> >>> -- >>> Dave Mielke | 2213 Fox Crescent | The Bible is the very Word >>> of God. >>> Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ >>> EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/ >>> _______________________________________________ >>> 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
