Opened 13 years ago

Closed 13 years ago

#28929 closed defect (invalid)

cmake: stdio.h: No such file or directory

Reported by: poe.brian@… Owned by: cssdev
Priority: Low Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: cmake

Description (last modified by ryandesign (Ryan Carsten Schmidt))

OS - OS X 10.7
Hardware - MBP/core i7
Xcode - 3.2
cmake - 2.8.4

All dependencies have been met yet I cmake fails to build with this error...

--->  Building cmake
Error: Target org.macports.build returned: shell command failed (see log for details)

Log file attached.

Thanks!

Attachments (1)

main.log (189.1 KB) - added by poe.brian@… 13 years ago.
cmake log file

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by poe.brian@…

Attachment: main.log added

cmake log file

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Keywords: cmake macports build removed
Owner: changed from macports-tickets@… to css@…
Port: 2.8.4 removed
Summary: cmake fails to buildcmake: stdio.h: No such file or directory

Mac OS X 10.7 has not been released yet. In fact the log shows you are running Mac OS X 10.6.7, not 10.7. (Perhaps you were confused that Mac OS X 10.6.7 is also known as Darwin 10.7.0.)

The relevant error seems to be:

stdio.h: No such file or directory

stdio.h is supposed to be in /usr/include. Is it? If not, reinstall Xcode, making sure the UNIX Development option is not deselected.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

And if you are really running Xcode 3.2, you should upgrade to 3.2.6.

comment:3 Changed 13 years ago by cssdev

Priority: NormalLow
Status: newassigned

Any update on this? It appears to be an incomplete development configuration.

comment:4 in reply to:  3 Changed 13 years ago by poe.brian@…

Replying to css@…:

Any update on this? It appears to be an incomplete development configuration.

After having an opportunity to upgrade to Xcode 3.2.6 and a need for cmake in the /opt/local dir it was successful. Last night I used port to install cmake 2.8.4_0. Not sure if this is still an open case, but if it is then you may close it.

Thanks for the assist!

comment:5 Changed 13 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.