From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.sidns.com ([69.93.35.66]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DPX9G-0003If-00 for ; Sat, 23 Apr 2005 22:47:06 -0400 Received: from dsl-202-173-132-131.nsw.westnet.com.au ([202.173.132.131] helo=luke-laptop.yelavich.home) by server1.sidns.com with smtp (Exim 4.50) id 1DPX9D-0006Am-Ow for speakup@braille.uwo.ca; Sun, 24 Apr 2005 02:47:04 +0000 Received: (nullmailer pid 23986 invoked by uid 1000); Sun, 24 Apr 2005 02:46:16 -0000 Date: Sun, 24 Apr 2005 12:46:07 +1000 From: Luke Yelavich To: speakup@braille.uwo.ca Message-ID: <20050424024607.GA22343@luke-laptop.yelavich.home> References: <20050424015615.GA6525@luke-laptop.yelavich.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20050424015615.GA6525@luke-laptop.yelavich.home> User-Agent: Mutt/1.5.6+20040907i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.sidns.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - themuso.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: speechd-up compile error X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 02:47:07 -0000 -----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-----