Clerk/item.h line 208: changed to friend class Itemgroup
Clerk/conflist.cc line 603: removed default value for
argument (=NULL)
Clerk/memseg.cc line 35: removed default value for argument (=0)
Clerk/wholist.cc line: 361: removed default values for arguments
Clerk/wholist.cc line: 882: removed default values for arguments
You will get it to compile, but not to link after that (at
least on our rh8 installation)
Hope that helps
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
make.log
Logged In: YES
user_id=7079
I changed the following in trying to get further:
Changes to environment:
ln -s /usr/include/g++-3 /usr/lib/g++-include
Changes to the eVote sources:
Clerk/item.h line 208: changed to friend class Itemgroup
Clerk/conflist.cc line 603: removed default value for
argument (=NULL)
Clerk/memseg.cc line 35: removed default value for argument (=0)
Clerk/wholist.cc line: 361: removed default values for arguments
Clerk/wholist.cc line: 882: removed default values for arguments
You will get it to compile, but not to link after that (at
least on our rh8 installation)
Hope that helps