Opened 13 years ago

Last modified 13 years ago

#28929 closed defect

cmake: stdio.h: No such file or directory — at Version 1

Reported by: poe.brian@… Owned by: css@…
Priority: Low Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign@…
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!

Change History (2)

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.

Note: See TracTickets for help on using tickets.