with the latest and with patch getting the following error gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./ttb_native.c gcc -DFOR_BUILD -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -o tbl2hex. o -c tbl2hex.c gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./atb_compile.c gcc -I. -I. -I./../Programs -I../Programs -I./.. -I.. -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -c ./ctb_compile.c gcc -Wl,--export-all-symbols,--enable-auto-import -o tbl2hex.exe tbl2hex.o program.o pgmpath_windows.o service_windows.o pid.o options.o params_none.o log.o addresses.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_thread.o queue.o dynld_windows.o ports_windo ws.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 -lgdi32 -lws2_32 -lsupc++ async_io.o: In function `cancelWindowsTransferOperation': c:\brlttyjunwindev11\brltty\Programs/./async_io.c:350: undefined reference to `CancelIoEx' collect2: ld returned 1 exit status make[1]: *** [tbl2hex.exe] Error 1 make[1]: Leaving directory `/c/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2
On Mon, Jun 16, 2014 at 8:19 PM, Dave Mielke <[email protected]> wrote: > [quoted lines by Siju Samuel on 2014/06/16 at 16:06 -0500] > > >Got the same error. Note that I did not chek out the code. But applied > the > >patch. The patched file is attached > > You did the right thing. It may be a bit tricky to figure out what's > causing > this problem on your system. I'm suspecting that it needs things to be > done in > an older MinGW way. Please remove the previous patch and try this one > (attached > as mingw-2.patch). > > -- > 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
