[Tinymux] another make error
Stephen Dennis
brazilofmux at gmail.com
Sat Nov 26 00:19:35 EST 2005
I think you just copied the patch in. That's where the '@' and '-' are
coming from.
For conf.cpp, add 'static' in front of the struct like so:
@@ -1948,7 +1948,7 @@
// ---------------------------------------------------------------------------
// cf_read: Read in config parameters from named file
//
-struct
+static struct
{
char **pFilename;
char *pSuffix;
For the functions.cpp error, add 'static' in front of the struct like so:
@@ -8408,7 +8408,7 @@
{ 86399, 863999999, INT_MAX, }
};
-struct
+static struct
{
char *specs[4];
int div[3];
The catalyst for these errors are also related to using a newer
version of GCC, and they have all been fixed in recent months in the
TinyMUX 2.3 cvs.
Brazil
More information about the Tinymux
mailing list