You are not logged in.

#1 2008-06-06 09:33:51

wake_up
Member
Registered: 2008-06-01
Posts: 12

Unable to install iplist?

Hey guys,

Trying to install iplist, and have taken the following steps;

1) Downloaded iplist-0.19.tar.gz to /home/user/Desktop
2) cd /home/user/Desktop
3) tar xzf iplist-0.19.tar.gz
4) cd iplist-0.19
5) make

Upon running "make", I receive the following errors;

[user@machine iplist-0.19]$ make
g++ -O3 -Wall -Werror -Wextra -pedantic-errors -std=c++98 -D_REENTRANT -DNDEBUG -I include -c src/list.cc
src/list.cc: In function 'void list::read_fmt(const list::file_fmt&, std::istream&, range::range_set_t*, int8_t, bool)':
src/list.cc:87: error: 'remove_if' is not a member of 'std'
src/list.cc:96: error: 'strtoul' was not declared in this scope
src/list.cc:121: error: 'atoi' was not declared in this scope
src/list.cc: In function 'void list::read_ipl(std::istream&, range::range_set_t*, int8_t, bool)':
src/list.cc:173: error: 'strncmp' was not declared in this scope
src/list.cc: In function 'list::file_t list::get_file_t(std::istream&)':
src/list.cc:231: error: 'strncmp' was not declared in this scope
src/list.cc:246: error: 'remove_if' is not a member of 'std'
make: *** [list.o] Error 1

Any help fixing this would be much appreciated.

Offline

#2 2008-06-06 09:38:44

robmaloy
Member
From: Germany
Registered: 2008-05-14
Posts: 263

Re: Unable to install iplist?

where did you download it?


☃ Snowman ☃

Offline

#3 2008-06-06 09:46:01

wake_up
Member
Registered: 2008-06-01
Posts: 12

Re: Unable to install iplist?

From sourceforge.net

Offline

#4 2008-06-06 09:57:42

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: Unable to install iplist?

This looks like a problem created by the stricter header inclusion of gcc-4.3.  You will need to search for a patch to fix this.

Offline

#5 2008-06-07 00:08:01

wake_up
Member
Registered: 2008-06-01
Posts: 12

Re: Unable to install iplist?

Nevermind, I'm now using MoBlock, but having issues with that too :S. Mods feel free to remove this thread, will post new one that is relevant to the MoBlock issue.

Offline

Board footer

Powered by FluxBB