Opened 12 years ago

Closed 12 years ago

#1676 closed defect (fixed)

clang: compile error in ami_stream

Reported by: kyngchaos Owned by: grass-dev@…
Priority: normal Milestone: 6.4.3
Component: Compiling Version: 6.4.2
Keywords: Cc:
CPU: OSX/Intel Platform: MacOSX

Description

When compiling with clang on OS X, there is a error in ami_stream.h:

In file included from ami_stream.cc:29:
/Users/Shared/src/GRASS/grass-6.4.2-snow/dist.i386-apple-darwin11.3.0/include/grass/iostream/ami_stream.h:252:22: error: 
      default arguments cannot be added to an out-of-line definition of a member
      of a class template
                          AMI_stream_type st = AMI_READ_WRITE_STREAM) {
                                          ^    ~~~~~~~~~~~~~~~~~~~~~
/Users/Shared/src/GRASS/grass-6.4.2-snow/dist.i386-apple-darwin11.3.0/include/grass/iostream/ami_stream.h:470:26: error: 
      default arguments cannot be added to an out-of-line definition of a member
      of a class template
  ...MM_stream_usage usage_type= MM_STREAM_USAGE_OVERHEAD) {
                     ^           ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/Shared/src/GRASS/grass-6.4.2-snow/dist.i386-apple-darwin11.3.0/include/grass/iostream/ami_stream.h:549:62: error: 
      default arguments cannot be added to an out-of-line definition of a member
      of a class template
AMI_err AMI_STREAM<T>::read_array(T *data, off_t len, off_t *lenp=NULL) {
                                                             ^    ~~~~

note that gcc/g++ is not included with Xcode as of 4.3, and gcc/g++ are symlinks to clang.

The llvm compiler is still included in Xcode 4.3, and ami_stream compiles when configured with CC=llvm-gcc CXX=llvm-g++.

Change History (4)

in reply to:  description ; comment:1 by glynn, 12 years ago

Replying to kyngchaos:

When compiling with clang on OS X, there is a error in ami_stream.h:

Fixed in trunk with r52130. Recommend back-port.

in reply to:  1 comment:2 by martinl, 12 years ago

Component: DefaultCompiling

Replying to glynn:

Replying to kyngchaos:

When compiling with clang on OS X, there is a error in ami_stream.h:

Fixed in trunk with r52130. Recommend back-port.

done in r52133 (devbr6) and r52134 (relbr64)

comment:3 by kyngchaos, 12 years ago

It compiles now, thanks

comment:4 by martinl, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.