[MacPorts] #40114: new submission - gpstk - science
MacPorts
noreply at macports.org
Wed Jan 29 12:09:47 PST 2014
#40114: new submission - gpstk - science
-------------------------+--------------------------------
Reporter: venabled@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords: science
Port: gpstk |
-------------------------+--------------------------------
Comment (by macsforever2000@…):
It does not build for me on Mavericks.
{{{
:info:build /usr/bin/clang++ -DPACKAGE_NAME=\"GPSTK\"
-DPACKAGE_TARNAME=\"gpstk\" -DPACKAGE_VERSION=\"2.1\"
-DPACKAGE_STRING=\"GPSTK\ 2.1\"
-DPACKAGE_BUGREPORT=\"http://www.gpstk.org/\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"gpstk\" -DVERSION=\"2.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_DIRENT_H=1
-DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1
-DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_BZERO=1
-DHAVE_FLOOR=1 -DHAVE_FTIME=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1
-DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_MODF=1 -DHAVE_POW=1 -DHAVE_REGCOMP=1
-DHAVE_SQRT=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1
-DHAVE_LIBPTHREAD=/\*\*/ -I. -I./../../src -isystem/opt/local/include
-pipe -Os -arch x86_64 -stdlib=libc++ -MT iqdump.o -MD -MP -MF
.deps/iqdump.Tpo -c -o iqdump.o iqdump.cpp
:info:build libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"GPSTK\"
-DPACKAGE_TARNAME=\"gpstk\" -DPACKAGE_VERSION=\"2.1\"
"-DPACKAGE_STRING=\"GPSTK 2.1\""
-DPACKAGE_BUGREPORT=\"http://www.gpstk.org/\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"gpstk\" -DVERSION=\"2.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_DIRENT_H=1
-DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1
-DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_BZERO=1
-DHAVE_FLOOR=1 -DHAVE_FTIME=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1
-DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_MODF=1 -DHAVE_POW=1 -DHAVE_REGCOMP=1
-DHAVE_SQRT=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1
"-DHAVE_LIBPTHREAD=/**/" -I. -I./../../src -isystem/opt/local/include
-pipe -Os -arch x86_64 -stdlib=libc++ -MT CCReplica.lo -MD -MP -MF
.deps/CCReplica.Tpo -c CCReplica.cpp -o CCReplica.o >/dev/null 2>&1
:info:build In file included from gpsSim.cpp:43:
:info:build
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/complex:370:27:
error: invalid operands to binary expression ('std::__1::complex<float>'
and 'const complex<double>')
:info:build *this = *this * __c;
:info:build ~~~~~ ^ ~~~
:info:build gpsSim.cpp:386:19: note: in instantiation of function template
specialization 'std::__1::complex<float>::operator*=<double>' requested
here
:info:build accum[i] *= conj(lo);
:info:build ^
:info:build
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/complex:259:34:
note: candidate template ignored: deduced conflicting types for parameter
'_Tp' ('float' vs. 'double')
:info:build template<class _Tp> complex<_Tp> operator*(const complex<_Tp>&
__z, const complex<_Tp>& __w);
:info:build ^
:info:build
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/complex:646:1:
note: candidate template ignored: deduced conflicting types for parameter
'_Tp' ('float' vs. 'std::__1::complex<double>')
:info:build operator*(const complex<_Tp>& __x, const _Tp& __y)
:info:build ^
:info:build
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/complex:656:1:
note: candidate template ignored: deduced conflicting types for parameter
'_Tp' ('std::__1::complex<float>' vs. 'double')
:info:build operator*(const _Tp& __x, const complex<_Tp>& __y)
:info:build ^
:info:build 1 error generated.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40114#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list