[quoted lines by ZSIAK Gergo Pal on 2013/03/20 at 17:23 +0100] >I am trying to compile BRLTTY 4.4 with a new driver on Win7 using >MSYS 1.0. I copied the Skeleton driver and changed the appropriate >fields in the Makefile.in, then included a new line >(BRLTTY_BRAILLE_DRIVER...) in the configure.ac. After having done >this I ran autoconf, configure, and make. However, when make tries to >build the new driver, it stops with errors like DRIVER_COMMENT is >undeclared. The interesting thing is that the gcc is called with a >parameterization which is different from the parameters used when >compiling other drivers (firsst of all, -DDRIVER_COMMENT, and similar >parameters are missing). In addition, I suppose that the >parameterization is the same as the one used in compilation of >sources found in Programs. >So far I haven't found the wrong of missing step, could anyone help me?
You need to run autogen, first, before autoconf. In fact, autogen runs autoconf for you, so just run autogen instead of autoconf. -- 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
