[icecast] icecast 2.0.0 on IRIX with Mipspro

John Farnsworth si at darkness.nu
Sat Jan 10 02:11:49 UTC 2004



I have successfully built icecast 2.0.0 on IRIX 6.5.17 with the MIPSPRO
7.4.1 compiler set.

The following problems were encountered:

Errored with undefined __FUNCTION__, used the #ifdef win32 __FUNCTION__
define.

Errored with:

 cc-1028 cc: ERROR File = fserve.c, Line = 323
   The expression used must have a constant value.
       mime_type exttype = {ext, NULL};

at fserve.c line 323 changed from:

mime_type exttype = (ext, NULL);
void *result;

to:

mime_type exttype;
void *result;
exttype.ext = ext;
exttype.type = NULL;

For some reason configure did not add -logg to the link options, added
this manually.

Thought this info might be handy.
--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list