Re: ZODB won't install into Virtual Environments on OSX
Joseph Lee Nunn III <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <[email protected]> |
Further checking, by running the following command I am able to see the system include paths:
echo "#include <bogus.h>" | gcc -v -x c -
OUTPUT
------------
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
(RA3) LSP-17-MacBook-Pro:~ josephnunn$ echo "#include <bogus.h>" | gcc -v -x c -
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.11.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2 -fdebug-compilation-dir /Users/josephnunn -ferror-limit 19 -fmessage-length 160 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.11.0 -fencode-extended-block-signature -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -o /var/folders/x7/cmv9f83n7j5c6f5f3qng2tn40000gn/T/--93328c.o -x c -
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin15.4.0
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
<stdin>:1:10: fatal error: 'bogus.h' file not found
#include <bogus.h>
^
1 error generated.
——————————
END_OUTPUT
Could you please try running the same command and seeing if your output differs from me?
Thanks!
Joseph Nunn
[email protected]
[email protected]
> On May 05 , 2016, at 11:53 AM, Jim Fulton <[email protected]> wrote:
>
> On Thu, May 5, 2016 at 2:45 PM, Joseph Lee Nunn III
> <[email protected]> wrote:
>> Ok, very strange.
>>
>> I just reinstalled Python 3.5 using that very package, created a new virtualenv using the newly installed pyvenv, and ZODB failed to install exactly as I describe in my original post, numpy and scipy install just fine.
>>
>> I’m using El Capitan 10.11.4, Xcode 7.2, Command Line Tools 7.2 (7C68), if that is different than what you are using please let me know.
>
> I'm running Yosemite (10.10.5). (Thanks for the warning ;) )
>
> I'm running 7.2.0.0.1.1447826929 of the command-line tools.
>
> ZODB doesn't do anything exotic wrt building. I haven't heard of
> anyone else having problems installing ZODB on Mac.
>
> Jim
>
> --
> Jim Fulton
> http://jimfulton.info
--
You received this message because you are subscribed to the Google Groups "zodb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.