Project

General

Profile

Bug #669

testradospp doesn't build

Added by Greg Farnum over 13 years ago. Updated about 13 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

gregf@kai:~/ceph/src$ g++ testradospp.cc
In file included from include/object.h:28,
from include/types.h:64,
from testradospp.cc:15:
include/hash.h:4:22: error: acconfig.h: No such file or directory
In file included from include/types.h:65,
from testradospp.cc:15:
include/utime.h:22:27: error: include/types.h: No such file or directory
distcc31485 ERROR: compile testradospp.cc on localhost failed

History

#1 Updated by longguang yue over 13 years ago

you have to give -I(headder dir) -l(redos) ,when compile
look gcc options
Greg Farnum wrote:

gregf@kai:~/ceph/src$ g++ testradospp.cc
In file included from include/object.h:28,
from include/types.h:64,
from testradospp.cc:15:
include/hash.h:4:22: error: acconfig.h: No such file or directory
In file included from include/types.h:65,
from testradospp.cc:15:
include/utime.h:22:27: error: include/types.h: No such file or directory
distcc31485 ERROR: compile testradospp.cc on localhost failed

#2 Updated by Sage Weil about 13 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF