Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Rosetta 3.2 Reply To: Rosetta 3.2

#4887
Anonymous

    Hi

    It appear that util.cc did in fact include #include even before I add this comment. It also did include #include . I do not know C++ but I do know Java. AS far I am concent it appear that util.cc does not include the header of type or something else. You wrote that I could add util.hh is there another util.hh i should add than one in the same dir as util.cc. As I am using gcc 4.5.1 there might be a new feature or bug in this compiler that cause this error. Should I report it to Fedora?

    src/core/conformation/symmetry/util.cc: In function ‘void core::conformation::symmetry::make_symmetric_pose(core::pose::Pose&, core::conformation::symmetry::SymmetryInfo)’:
    src/core/conformation/symmetry/util.cc:362:37: error: expected type-specifier
    src/core/conformation/symmetry/util.cc:362:37: error: conversion from ‘int*’ to non-scalar type ‘core::pose::PDBInfoOP’ requested
    src/core/conformation/symmetry/util.cc:362:37: error: expected ‘,’ or ‘;’