Re: EB-lite complie errors
Christian Talsness <[email protected]> Thu, 24 Jun 2004 20:31:51 -0400
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
it does give a different error when i define PACKAGE. Here it is. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -g -O2 -c irc.c -MT irc.lo -MD -MP -MF .deps/irc.TPlo -fPIC -DPIC -o .libs/irc.lo irc.c: In function `eb_irc_process_message': irc.c:1172: error: parse error before "VERSION" make[3]: *** [irc.lo] Error 1 make[3]: Leaving directory `/home/ctalsness/eb-lite-alpha-12/core/plugins/irc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ctalsness/eb-lite-alpha-12/core/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ctalsness/eb-lite-alpha-12/core' make: *** [all] Error 2 Also i did install libgnutls. Christian On Thu, 24 Jun 2004 10:31:50 +0100, Meredydd <[email protected]> wrote: > > On Wednesday 23 June 2004 23:22, you wrote: > > I tried both make clean and adding that define and it still didn't > > work. > > Did it fail with the exact same message? That's exceedingly odd. Try > going into the line it's complaining about, and replacing PACKAGE with > "eb-lite". Does that work? > > By the way, you probably want to install libgnutls on your system, as > configure was complaining about its absence. > > Meredydd >