Menu

#3 compilation on redhat 8.0 system

open
nobody
None
5
2003-03-05
2003-03-05
No

This fails due to the compiler used on a redhat 8.0 system.
I tried on a redhat 7.3 system and it works.
===

Discussion

  • Christopher D. Maestas

    make.log

     
  • Marcel van der Boom

    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

     

Log in to post a comment.