[quoted lines by N B on 2013/09/16 at 08:47 -0700] >When building brltty I am seeing errors like : >sys_windows.build.o: In function `logMidiOutError': >/cygdrive/c/brltty-4.5/Programs/sys_midi_windows.h:44: undefined reference to >`__imp_midiOutGetErrorTextA' >/cygdrive/c/brltty-4.5/Programs/sys_midi_windows.h:44:(.text+0x102): >relocation truncated to fit: R_X86_64_PC32 against undefined symbol >`__imp_midiOutGetErrorTextA'
I'm neot sure regarding what the precise problem is, but I can tell from the log you included that the wrong commands are being executed. .For example, it looks like you're building on Cygwin but the linker option --export-dynamic (instead of --export-all-symbols) is being used. Assuming that you're building the latest development code, perhaps, therefore, you didn't run autogen first. -- 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
