Mailinglist Archive: opensuse-es (1895 mails)
| < Previous | Next > |
Compilación de Festival
- From: Juan Erbes <jerbes@xxxxxxxxxxxx>
- Date: Sat, 19 Jun 2004 11:14:36 -0300
- Message-id: <40D44A4C.2000806@xxxxxxxxxxxx>
He intentado compilar la citada aplicación, pero no encuentra un archivo
header, que no viene con los fuentes.
g++ -c -fno-implicit-templates -O3 -Wall -Wno-non-template-friend -Wno-deprecated -DSUPPORT_EDITLINE -I../include slib.cc
In file included from ../include/EST_String.h:50,
from ../include/siod.h:17,
from slib.cc:88:
../include/EST_iostream.h:54:26: strstream.h: No existe el fichero o el directorio
La pregunta es, de donde bajo el archivo strstream.h, que sea compatible con esos fuentes?
g++ -c -fno-implicit-templates -O3 -Wall -Wno-non-template-friend -Wno-deprecated -DSUPPORT_EDITLINE -I../include slib.cc
In file included from ../include/EST_String.h:50,
from ../include/siod.h:17,
from slib.cc:88:
../include/EST_iostream.h:54:26: strstream.h: No existe el fichero o el directorio
La pregunta es, de donde bajo el archivo strstream.h, que sea compatible con esos fuentes?
| < Previous | Next > |