Changes between Initial Version and Version 2 of Ticket #49609


Ignore:
Timestamp:
Nov 6, 2015, 2:40:14 PM (8 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49609

    • Property Owner changed from macports-tickets@… to takeshi@…
    • Property Cc takeshi@… removed
    • Property Port nco added
  • Ticket #49609 – Description

    initial v2  
     1{{{
    12/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../..  -I./ -I../nco -I/opt/local/include -I/opt/local/include -DNDEBUG -I/opt/local/include -I/usr/include/malloc -I/opt/local/include/udunits2 -I/opt/local/include -DENABLE_NETCDF4 -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/udunits2  -pipe -Os -arch x86_64 -stdlib=libc++ -c -o NcapVar.o NcapVar.cc
     3}}}
    24
    35fails with errors
    46e.g.
     7{{{
    58../../config.h:416:31: note: expanded from macro 'NCO_GSL_MINOR_VERSION'
    69:info:build #define NCO_GSL_MINOR_VERSION 2.0
     
    811:info:build fmc_gsl_cls.cc:134:6: error: floating point literal in preprocessor expression
    912:info:build # if NCO_GSL_MINOR_VERSION >= 9
     13}}}