> Hey, > > I just tried to build gtk-gnutella-current (HEAD), but it stopped compiling > with the following error: > > settings_gui.c:2514: `PROP_PROXY_CONNECTIONS' undeclared here (not in a > function) > settings_gui.c:2514: initializer element is not constant > settings_gui.c:2514: (near initialization for `property_map[263].prop') > > I tried two different snapshots (official and MrJoe), both produce the same > error. > > Any comments?
Please have a look at gnet_property.h. PROP_PROXY_CONNECTIONS should be defined in line 111. Did you try a make clean and to rebuild all files from scratch? Greetings, Thomas. ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
