reelbigjosh
Registered
Hello all,
I'm attempting to install centericq on an iMac running 10.3.9 ; Xcode 1.5 is installed (can't install 2.0 or higher without Tiger). X11 is also installed, as well as Xcode Legacy tools from the Apple Developer Connection site. ./configure seems to go okay, and make goes well for a while, then...
gcc -DPACKAGE=\"libjabber\" -DVERSION=\"0.1\" -I. -I. -I./../connwrap -I./../connwrap-0.1 -g -O2 -c sha.c
sha.c: In function `shaUpdate':
sha.c:66: error: `uint32_t' undeclared (first use in this function)
sha.c:66: error: (Each undeclared identifier is reported only once
sha.c:66: error: for each function it appears in.)
sha.c:66: error: parse error before "dataIn"
sha.c: In function `shaHashBlock':
sha.c:125: error: `uint32_t' undeclared (first use in this function)
sha.c:125: error: parse error before "A"
sha.c:131: error: `A' undeclared (first use in this function)
sha.c:132: error: `B' undeclared (first use in this function)
sha.c:133: error: `C' undeclared (first use in this function)
sha.c:134: error: `D' undeclared (first use in this function)
sha.c:135: error: `E' undeclared (first use in this function)
sha.c:138: error: `TEMP' undeclared (first use in this function)
make[3]: *** [sha.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
I'm not a developer and have only minimal experience in coding. Can anyone tell my why this isn't working? I compiled the links browser just fine, and coming from a Linux background, would very much like to see centericq up and running.
Log files with the outputs of ./configure --disable-msn and make are available here:
./configure --disable-msn
make
I'm attempting to install centericq on an iMac running 10.3.9 ; Xcode 1.5 is installed (can't install 2.0 or higher without Tiger). X11 is also installed, as well as Xcode Legacy tools from the Apple Developer Connection site. ./configure seems to go okay, and make goes well for a while, then...
gcc -DPACKAGE=\"libjabber\" -DVERSION=\"0.1\" -I. -I. -I./../connwrap -I./../connwrap-0.1 -g -O2 -c sha.c
sha.c: In function `shaUpdate':
sha.c:66: error: `uint32_t' undeclared (first use in this function)
sha.c:66: error: (Each undeclared identifier is reported only once
sha.c:66: error: for each function it appears in.)
sha.c:66: error: parse error before "dataIn"
sha.c: In function `shaHashBlock':
sha.c:125: error: `uint32_t' undeclared (first use in this function)
sha.c:125: error: parse error before "A"
sha.c:131: error: `A' undeclared (first use in this function)
sha.c:132: error: `B' undeclared (first use in this function)
sha.c:133: error: `C' undeclared (first use in this function)
sha.c:134: error: `D' undeclared (first use in this function)
sha.c:135: error: `E' undeclared (first use in this function)
sha.c:138: error: `TEMP' undeclared (first use in this function)
make[3]: *** [sha.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
I'm not a developer and have only minimal experience in coding. Can anyone tell my why this isn't working? I compiled the links browser just fine, and coming from a Linux background, would very much like to see centericq up and running.
Log files with the outputs of ./configure --disable-msn and make are available here:
./configure --disable-msn
make