cygwin 1.9

Here you can... report bugs. Open a new thread for each bug, please.
Post Reply
chips
Posts: 6
Joined: Sun Jan 02, 2005 1:08 am

cygwin 1.9

Post by chips »

got this error when trying to autogen 1.9 branch.
Vector said he had the same problem on linux but apt-search was able to the real name go gnet-2.0 and he just installed it.

I trawled thru cygwin pacakges but couldnt find it



Package gnet-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnet-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnet-2.0' found
configure: error: Cannot find GNet: Is gnet-config in path?
vector
Posts: 449
Joined: Sat Dec 18, 2004 11:26 pm
Location: Australia, Victoria

Post by vector »

it needs libgnet2.0-0 network lib

I dont think cygwin has this?
"There are two ways to score. Dribble it over the line or smash it into the back of the net."
What type are you?
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

sorry, that shouldn't be there. this gnet thing is a remnant from my experiments with the internet-multiplayer feature. now that i'm doing hotseat mp, it's obsolete, but i've forgotten to remove it from the configure.in file.

i've corrected it in the cvs, you can either get a new configure.in from the cvs tree or simply remove the lines

Code: Select all

PKG_CHECK_MODULES(GNET, gnet-2.0 > 2.0.0,
  [LIBS="$LIBS $GNET_LIBS" CFLAGS="$CFLAGS $GNET_CFLAGS"],
  AC_MSG_ERROR(Cannot find GNet: Is gnet-config in path?))
from the file. this should do the trick.

gyözö
Press any key to continue or any other key to quit.
Post Reply