Opened 13 years ago
Closed 13 years ago
#29865 closed defect (invalid)
py27-scipy: stdint.h: No such file or directory
Reported by: | rizwank@… | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | py27-scipy |
Description (last modified by skymoo (Adam Mercer))
After some wrangling, I finally got py27-numpy to install, but for the life of me, I can't get py27-scipy to build.
I can't even figure out exactly what the error is.. the final actual error is
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:588: error: expected declaration specifiers or '...' before 'uint32_t'
but it's plagued with warnings beforehand.
Attachments (1)
Change History (8)
Changed 13 years ago by rizwank@…
Attachment: | py27-scipy.log added |
---|
comment:1 Changed 13 years ago by rizwank@…
Cc: | rizwank@… added |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | rizwank@… removed |
---|---|
Owner: | changed from macports-tickets@… to ram@… |
Port: | py27-scipy added |
Summary: | py27-scipy won't build → py27-scipy: stdint.h: No such file or directory |
The first error seems to be:
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:19:20: error: stdint.h: No such file or directory
Do you really not have stdint.h on your system? It is a standard header that should live in /usr/include.
comment:3 Changed 13 years ago by rizwank@…
Amazingly, it seems I don't.
Is that installed by Xcode or default installed? I've got Xcode 4.2 beta [for iOS5] installed; but I had 4.1 stock Xcode installed beforehand.
comment:4 Changed 13 years ago by skymoo (Adam Mercer)
Status: | new → assigned |
---|
Did it fail with Xcode 4.0.x? I don't have access to Xcode-4.1 or Xcode-4.2, but I would be very surprised if stdint.h isn't included. It's more likely your install is bad. Try reinstalling.
comment:5 Changed 13 years ago by rizwank@…
Xcode 4.0 installed; lots of things break in the OS, and xcodebuild doesn't work. Xcode 4.2 reinstalled; and stdint.h missing from usr/include.
Odd.
comment:6 Changed 13 years ago by skymoo (Adam Mercer)
Description: | modified (diff) |
---|
Then my only suggestion is to open a ticket with Apple as stdint.h
is a standard header that should be installed.
comment:7 Changed 13 years ago by skymoo (Adam Mercer)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
closing this as invalid until Xcode 4.2 is final
Cc Me!