IRSSI Compile Problems

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

IRSSI Compile Problems

Post by Stealth »

I have been trying to compile IRSSI, and it can't find my glib, so I let it download its own.

When it compiles the glib it downloads, it gets these errors:

Code: Select all

gstrfuncs.c: In function `g_printf_string_upper_bound':
gstrfuncs.c:870: error: syntax error before string constant
gstrfuncs.c:1037: error: syntax error before string constant
gstrfuncs.c:1080: error: syntax error before string constant
gstrfuncs.c:1111: error: syntax error before string constant
make[2]: *** [gstrfuncs.lo] Error 1
make[2]: Leaving directory `/root/irssi-0.8.10-rc5/glib-1.2.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/irssi-0.8.10-rc5/glib-1.2.10'
make: *** [all-recursive-am] Error 2
Anyone know how to fix this?

EDIT: Forgot to mention I am usin GCC 3.4.2, and my OS is Fedora Core 3
Locked