trust/getOverlapInfo.cpp: In function ‘int* compare_Lgreaterthan64(uint64_t*, int, int, uint64_t*, int, int, int, int*)’:
trust/getOverlapInfo.cpp:88:45: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("pre = %llu\n", prefix[i]);
^
trust/getOverlapInfo.cpp:93:45: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("suf = %llu\n", suffix[i]);
^
trust/getOverlapInfo.cpp: In function ‘PyObject* _compare_Lgreaterthan64(PyObject*, PyObject*)’:
trust/getOverlapInfo.cpp:214:49: error: ‘PyInt_AsUnsignedLongLongMask’ was not declared in this scope
_x[i] = PyInt_AsUnsignedLongLongMask(obj);
^
trust/getOverlapInfo.cpp:219:49: error: ‘PyInt_AsUnsignedLongLongMask’ was not declared in this scope
_y[i] = PyInt_AsUnsignedLongLongMask(obj);
^
trust/getOverlapInfo.cpp: In function ‘void initgetOverlapInfo_C()’:
trust/getOverlapInfo.cpp:254:65: error: ‘Py_InitModule’ was not declared in this scope
(void) Py_InitModule("getOverlapInfo_C", GreateModuleMethods);
^
error: command 'gcc' failed with exit status 1--
You received this message because you are subscribed to the Google Groups "TRUST for T cell receptor hypervariable region assembly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trusttcr+unsubscribe@googlegroups.com.
To post to this group, send email to trus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trusttcr/3badb963-7558-458c-8a3d-4eab0008e3e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to trusttcr+u...@googlegroups.com.
running install
running bdist_egg
running egg_info
writing requirements to trust.egg-info/requires.txt
writing trust.egg-info/PKG-INFO
writing top-level names to trust.egg-info/top_level.txt
writing dependency_links to trust.egg-info/dependency_links.txt
reading manifest file 'trust.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'trust.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-intel/egg
running install_lib
running build_py
running build_ext
building 'trust/getOverlapInfo_C' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c trust/getOverlapInfo.cpp -o build/temp.macosx-10.6-intel-2.7/trust/getOverlapInfo.o
warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the
libc++ standard library instead [-Wstdlibcxx-not-found]
trust/getOverlapInfo.cpp:12:10: fatal error: 'iostream' file not found
#include <iostream>
^~~~~~~~~~
1 warning and 1 error generated.
error: command '/usr/bin/clang' failed with exit status 1
Do you know what might be going on here?
Thank you!
Kevin
To unsubscribe from this group and stop receiving emails from it, send an email to trus...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to trusttcr+u...@googlegroups.com.
To post to this group, send email to trus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trusttcr/9940430b-f0c6-4f9c-9998-fa67f3981087%40googlegroups.com.