* Compiling Flite with gcc-3.3.x and higher
@ Garrett Klein
` Luke Yelavich
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Garrett Klein @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all,
I (finally!) got my new box working, and running Slackware 10.
Now here's my problem... before, when programs wouldn't compile with
newer (i.e. 3.3 or better) versions of GCC, I'd just tell the compile
process to use the older version that came with Slackware. But slackware
10.0 comes with gcc 3.3.4... and therein lies the problem. Is there any
way to compile Flite with GCC 3.3.x? I really don't want to have to mess
around with installing gcc 3.2.3 from Slackware 9.1... especially since
it'd replace the newer version (that and I don't think I have that CD
anymore.
Garrett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBFF1GXE17Omub404RAoQQAJ4vM2xRMw+vNPL6MBy1YrOjGHWFVACfTBJ+
M7U5bobJS+SN1eqqZ/xhDQk=
=BeoX
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
Compiling Flite with gcc-3.3.x and higher Garrett Klein
@ ` Luke Yelavich
` Luke Yelavich
` Erik Heil
` Igor Gueths
2 siblings, 1 reply; 8+ messages in thread
From: Luke Yelavich @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
On Sat, Aug 07, 2004 at 02:40:38PM EST, Garrett Klein wrote:
>
> I (finally!) got my new box working, and running Slackware 10.
> Now here's my problem... before, when programs wouldn't compile with
> newer (i.e. 3.3 or better) versions of GCC, I'd just tell the compile
> process to use the older version that came with Slackware. But slackware
> 10.0 comes with gcc 3.3.4... and therein lies the problem. Is there any
> way to compile Flite with GCC 3.3.x? I really don't want to have to mess
> around with installing gcc 3.2.3 from Slackware 9.1... especially since
> it'd replace the newer version (that and I don't think I have that CD
> anymore.
Yes. I can't send attachments to the list, but if you write to me privately,
I can give you a patch to fix it.
Luke
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
Compiling Flite with gcc-3.3.x and higher Garrett Klein
` Luke Yelavich
@ ` Erik Heil
` Garrett Klein
` Igor Gueths
2 siblings, 1 reply; 8+ messages in thread
From: Erik Heil @ UTC (permalink / raw)
To: Garrett Klein; +Cc: speakup
Hi their. If it helps, I was able to build Flite under Fedora Core 1.
However, building under FC2 does not work. I'm not sure if its due to the
GCC version that's being used. When you try and build Flite, do you get
any errors? if so, what are they? Inquiring minds want to know. At least
I do.
On Fri, 6 Aug 2004, Garrett Klein wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello all,
>
> I (finally!) got my new box working, and running Slackware 10.
> Now here's my problem... before, when programs wouldn't compile with
> newer (i.e. 3.3 or better) versions of GCC, I'd just tell the compile
> process to use the older version that came with Slackware. But slackware
> 10.0 comes with gcc 3.3.4... and therein lies the problem. Is there any
> way to compile Flite with GCC 3.3.x? I really don't want to have to mess
> around with installing gcc 3.2.3 from Slackware 9.1... especially since
> it'd replace the newer version (that and I don't think I have that CD
> anymore.
>
> Garrett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
>
> iD8DBQFBFF1GXE17Omub404RAoQQAJ4vM2xRMw+vNPL6MBy1YrOjGHWFVACfTBJ+
> M7U5bobJS+SN1eqqZ/xhDQk=
> =BeoX
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
Erik Heil <eheil@va3duk.serveftp.com>
Phone: (865) 673-0542
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
` Luke Yelavich
@ ` Luke Yelavich
` Adam Myrow
0 siblings, 1 reply; 8+ messages in thread
From: Luke Yelavich @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
On Sat, Aug 07, 2004 at 03:49:57PM EST, Luke Yelavich wrote:
> Yes. I can't send attachments to the list, but if you write to me privately,
> I can give you a patch to fix it.
Actually, for everybody who wants it:
http://www.themuso.com/const.patch.bz2
Go into the flite directory, and type the following command to patch.
# bzcat /path/to/const.patch.bz2 | patch -p0
As the name suggests, it fixes some const stuff that GCC 3.3 needs.
and compile.
Luke
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
` Luke Yelavich
@ ` Adam Myrow
` Erik Heil
0 siblings, 1 reply; 8+ messages in thread
From: Adam Myrow @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
On Sat, 7 Aug 2004, Luke Yelavich wrote:
> Actually, for everybody who wants it:
>
> http://www.themuso.com/const.patch.bz2
Do the Flite developers know about this problem? If not, it should be
reported as a bug. I do know that in Slackware 9.1, I could compile Flite
with the 8-bit voice, but it would fail with the 16-bit voice. I ended up
installing a pre-build binary that somebody else (I can't remember who,)
had made. Like I said, if this is a bug in Flite, the developers should
be made aware of it if they aren't already.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
` Adam Myrow
@ ` Erik Heil
0 siblings, 0 replies; 8+ messages in thread
From: Erik Heil @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Adam. Not sure if your issue has been reported to the development
team. If their's something like a Bug Tracking database that we can file
bugs against, I'd be more than happy to write up a bug report and submit
it their.
--
Erik Heil <eheil@va3duk.serveftp.com>
Phone: (865) 673-0542
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
Compiling Flite with gcc-3.3.x and higher Garrett Klein
` Luke Yelavich
` Erik Heil
@ ` Igor Gueths
2 siblings, 0 replies; 8+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey Garrett. I can send you the relevant packages if you want...Its
quite painless installing the older packages...I did it once in fact.
On Fri, Aug 06, 2004 at 11:40:38PM -0500, Garrett Klein wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello all,
>
> I (finally!) got my new box working, and running Slackware 10.
> Now here's my problem... before, when programs wouldn't compile with
> newer (i.e. 3.3 or better) versions of GCC, I'd just tell the compile
> process to use the older version that came with Slackware. But slackware
> 10.0 comes with gcc 3.3.4... and therein lies the problem. Is there any
> way to compile Flite with GCC 3.3.x? I really don't want to have to mess
> around with installing gcc 3.2.3 from Slackware 9.1... especially since
> it'd replace the newer version (that and I don't think I have that CD
> anymore.
>
> Garrett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
>
> iD8DBQFBFF1GXE17Omub404RAoQQAJ4vM2xRMw+vNPL6MBy1YrOjGHWFVACfTBJ+
> M7U5bobJS+SN1eqqZ/xhDQk=
> =BeoX
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFBFRi2Nohoaf1zXJMRAhfpAJwIv7Xn4ypC4a1IR+tnsVmk82ZKPgCdERjU
xIT9e7NEJoOsEY9Z6pyM9Js=
=Jl7g
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compiling Flite with gcc-3.3.x and higher
` Erik Heil
@ ` Garrett Klein
0 siblings, 0 replies; 8+ messages in thread
From: Garrett Klein @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yes, I did get errors... hwere they are.
gcc -g -O2 -Wall -o regexcomp regexcomp_main.o -L../lib -lflite -lm
gcc -I../include -g -O2 -Wall -c find_sts_main.c -o find_sts_main.o
find_sts_main.c: In function `find_sts':
find_sts_main.c:96: error: assignment of read-only member `size'
find_sts_main.c:100: error: assignment of read-only location
find_sts_main.c:103: error: assignment of read-only location
make[1]: *** [find_sts_main.o] Error 1
make: *** [.make_build_dirs] Error 2
HTH.
Garrett
On Sat, Aug 07, 2004 at
01:52:30AM -0400, Erik Heil wrote:
> Hi their. If it helps, I was able to build Flite under Fedora Core 1.
> However, building under FC2 does not work. I'm not sure if its due to the
> GCC version that's being used. When you try and build Flite, do you get
> any errors? if so, what are they? Inquiring minds want to know. At least
> I do.
>
> On Fri, 6 Aug 2004, Garrett Klein wrote:
>
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA1
> >
> >Hello all,
> >
> > I (finally!) got my new box working, and running Slackware 10.
> >Now here's my problem... before, when programs wouldn't compile with
> >newer (i.e. 3.3 or better) versions of GCC, I'd just tell the compile
> >process to use the older version that came with Slackware. But slackware
> >10.0 comes with gcc 3.3.4... and therein lies the problem. Is there any
> >way to compile Flite with GCC 3.3.x? I really don't want to have to mess
> >around with installing gcc 3.2.3 from Slackware 9.1... especially since
> >it'd replace the newer version (that and I don't think I have that CD
> >anymore.
> >
> >Garrett
> >-----BEGIN PGP SIGNATURE-----
> >Version: GnuPG v1.2.4 (GNU/Linux)
> >
> >iD8DBQFBFF1GXE17Omub404RAoQQAJ4vM2xRMw+vNPL6MBy1YrOjGHWFVACfTBJ+
> >M7U5bobJS+SN1eqqZ/xhDQk=
> >=BeoX
> >-----END PGP SIGNATURE-----
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> --
> Erik Heil <eheil@va3duk.serveftp.com>
> Phone: (865) 673-0542
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBFSqrXE17Omub404RAnWPAJ47zSPnimNa7RvXZVVG/RrzLUDSwwCeJ/Nf
75UZ/ZaI2clsHW5a9v0KqPA=
=Inl7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Compiling Flite with gcc-3.3.x and higher Garrett Klein
` Luke Yelavich
` Luke Yelavich
` Adam Myrow
` Erik Heil
` Erik Heil
` Garrett Klein
` Igor Gueths
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).