From: Jacob V. <jv...@do...> - 2003-01-01 22:27:24
|
Hi, Recently I have done some system changes (mainly in perl, mysql, apache, and php) but now when I configure gaim from cvs I get an error: checking for sys/wait.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for struct tm.tm_zone... yes checking for timezone external... yes checking for altzone external... no checking for daylight external... yes configure: error: conditional "HAVE_ORBIT" was never defined. Usually this means the macro was only invoked conditionally. thats just a snip obviously, does anyone have any idea what is coursing it? Thanks Jacob Visser |
From: Christian H. <ch...@gn...> - 2003-01-01 22:44:33
|
On Thu, Jan 02, 2003 at 09:20:33AM +1100, Jacob Visser wrote: > Hi, > > Recently I have done some system changes (mainly in perl, mysql, apache, > and php) but now when I configure gaim from cvs I get an error: > > checking for sys/wait.h... (cached) yes > checking termios.h usability... yes > checking termios.h presence... yes > checking for termios.h... yes > checking for struct tm.tm_zone... yes > checking for timezone external... yes > checking for altzone external... no > checking for daylight external... yes > configure: error: conditional "HAVE_ORBIT" was never defined. > Usually this means the macro was only invoked conditionally. > > thats just a snip obviously, does anyone have any idea what is coursing > it? > > Thanks > > Jacob Visser What versions of automake and autoconf are you using? Are you trying to compile against gtk 1.2.x or gtk 2.x? What version of gnome do you have installed? Christian -- Christian Hammond <> The GNUpdate Project ch...@gn... <> http://www.gnupdate.org/ There are two major products that come out of Berkeley: LSD and BSD [Unix]. We don't believe this to be a coincidence. -- Jeremy S. Anderson |
From: Jacob V. <jv...@do...> - 2003-01-01 22:59:11
|
Hi, Im running gnome 2 and gtk2 i beilieve (whatever is default in RH8) I know I changed around the perl stuff a lot, could that of had anything to do with it? what perl modules does gaim require? Thanks Jacob Visser On Thu, 2003-01-02 at 09:44, Christian Hammond wrote: > On Thu, Jan 02, 2003 at 09:20:33AM +1100, Jacob Visser wrote: > > Hi, > >=20 > > Recently I have done some system changes (mainly in perl, mysql, apache= , > > and php) but now when I configure gaim from cvs I get an error: > >=20 > > checking for sys/wait.h... (cached) yes > > checking termios.h usability... yes > > checking termios.h presence... yes > > checking for termios.h... yes > > checking for struct tm.tm_zone... yes > > checking for timezone external... yes > > checking for altzone external... no > > checking for daylight external... yes > > configure: error: conditional "HAVE_ORBIT" was never defined. > > Usually this means the macro was only invoked conditionally. > >=20 > > thats just a snip obviously, does anyone have any idea what is coursin= g > > it? > >=20 > > Thanks > >=20 > > Jacob Visser >=20 > What versions of automake and autoconf are you using? Are you trying=20 > to compile against gtk 1.2.x or gtk 2.x? What version of gnome do you > have installed? >=20 > Christian >=20 > --=20 > Christian Hammond <> The GNUpdate Project > ch...@gn... <> http://www.gnupdate.org/ > There are two major products that come out of Berkeley: LSD and BSD [U= nix]. > We don't believe this to be a coincidence. > -- Jeremy S. Anderson >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel >=20 |
From: Christian H. <ch...@gn...> - 2003-01-01 23:51:13
|
On Thu, Jan 02, 2003 at 09:52:13AM +1100, Jacob Visser wrote: > Hi, > > Im running gnome 2 and gtk2 i beilieve (whatever is default in RH8) > > I know I changed around the perl stuff a lot, could that of had anything > to do with it? what perl modules does gaim require? > > Thanks > > Jacob Visser Perl has nothing to do with that error. That's Orbit, which is a CORBA ORB. Please send me your config.log. Christian -- Christian Hammond <> The GNUpdate Project ch...@gn... <> http://www.gnupdate.org/ "We are upping our standards,...so up yours." -- Pat Paulsen for President, 1988. |
From: Jacob V. <jv...@do...> - 2003-01-02 00:06:50
Attachments:
config.log
|
mmm ok thanks for your help here is the file Jacob Visser On Thu, 2003-01-02 at 10:51, Christian Hammond wrote: > On Thu, Jan 02, 2003 at 09:52:13AM +1100, Jacob Visser wrote: > > Hi, > > > > Im running gnome 2 and gtk2 i beilieve (whatever is default in RH8) > > > > I know I changed around the perl stuff a lot, could that of had anything > > to do with it? what perl modules does gaim require? > > > > Thanks > > > > Jacob Visser > > Perl has nothing to do with that error. That's Orbit, which is a CORBA > ORB. > > Please send me your config.log. > > Christian > > -- > Christian Hammond <> The GNUpdate Project > ch...@gn... <> http://www.gnupdate.org/ > "We are upping our standards,...so up yours." > -- Pat Paulsen for President, 1988. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |
From: Christian H. <ch...@gn...> - 2003-01-02 00:21:43
|
On Thu, Jan 02, 2003 at 10:59:35AM +1100, Jacob Visser wrote: > mmm ok > > thanks for your help > > here is the file How are you executing ./autogen.sh? And how recent is your CVS? For some reason, the HAVE_ORBIT conditional is being checked, but never set. There isn't a single reference to it in my trees. Can you send me your configure script? (Please e-mail it to me personally so it doesn't flood the list, as it will be quite big). Christian -- Christian Hammond <> The GNUpdate Project ch...@gn... <> http://www.gnupdate.org/ Whenever anyone says, "theoretically," they really mean, "not really." -- Dave Parnas |