speechd-up compile error

Luke Yelavich themuso at themuso.com
Sat Apr 23 22:46:07 EDT 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, Apr 24, 2005 at 11:56:15AM EST, Luke Yelavich wrote:
> Nothing. You need to modify the Makefile. The line you are specifically 
> looking for is the line that does the compiling. You need to add an 
> argument to that line, after the $(CC) variable. Your COMPILE line 
> probably looks something like this:
> 
> COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
> $(AM_CFLAGS) $(CFLAGS)
> 
> You have to add the speechd_up_CFLAGS variable like this.
> 
> COMPILE = $(CC) $(speechd_up_CFLAGS) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) 
> $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
> 
> Also as Kirk mentioned, you have to ensure you have glib2 development 
> packages installed as well.

Just a note about that. I have sent a fix to Hynek to be comitted to 
CVS, so it should build properly after a fresh checkout.
- -- 
Luke

Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCawhvjVefwtBjIM4RAh1yAJ0e1sTAin7pB8MkOq59rnWLQGGgmACgkwC2
ejhUZcx7y+U+QS7NOpmIa9A=
=2nI1
-----END PGP SIGNATURE-----




More information about the Speakup mailing list