public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Compile of gcc 9.2.0 fails
@ 2019-10-17  7:49 Michael LeVine
  2019-10-17  8:32 ` Bob Wilkinson
  2019-10-17 10:54 ` Jonathan Wakely
  0 siblings, 2 replies; 3+ messages in thread
From: Michael LeVine @ 2019-10-17  7:49 UTC (permalink / raw)
  To: gcc-help

attmpting to build gcc 9.2.0
Macosx 10.15 most current update
Xcode.11.1 command line tools

Build dies with message 

The directory that should contain system headers does not exist:
  /usr/include
make[3]: *** [stmp-fixinc] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2


THe system include files have been moved and no longer exist in that hard coded location,
instead I found them here

/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include



Michael LeVine
mlevine@redshift.com

Politics is the art of looking for trouble,
finding it everywhere,
diagnosing it incorrectly,
and applying the wrong remedies.
		Groucho Marx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile of gcc 9.2.0 fails
  2019-10-17  7:49 Compile of gcc 9.2.0 fails Michael LeVine
@ 2019-10-17  8:32 ` Bob Wilkinson
  2019-10-17 10:54 ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Bob Wilkinson @ 2019-10-17  8:32 UTC (permalink / raw)
  To: Michael LeVine; +Cc: gcc-help

On Thu, Oct 17, 2019 at 12:49:06AM -0700, Michael LeVine wrote:
> attmpting to build gcc 9.2.0
> Macosx 10.15 most current update
> Xcode.11.1 command line tools
> 
> Build dies with message 
> 
> The directory that should contain system headers does not exist:
>   /usr/include
> make[3]: *** [stmp-fixinc] Error 1
> make[2]: *** [all-stage1-gcc] Error 2
> make[1]: *** [stage1-bubble] Error 2
> make: *** [all] Error 2
> 
> 
> THe system include files have been moved and no longer exist in that hard coded location,
> instead I found them here
> 
> /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include

1. Can you put the system include files back to where they were? or
2. Can you make symlinks in MacOS so that the files are available at
/usr/include?

Bob
-- 
"We are in the beginning of a mass extinction, and all you can talk
about is money and fairy tales of eternal economic growth."
  - Greta Thunberg

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile of gcc 9.2.0 fails
  2019-10-17  7:49 Compile of gcc 9.2.0 fails Michael LeVine
  2019-10-17  8:32 ` Bob Wilkinson
@ 2019-10-17 10:54 ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2019-10-17 10:54 UTC (permalink / raw)
  To: Michael LeVine; +Cc: gcc-help

On Thu, 17 Oct 2019 at 08:49, Michael LeVine <mlevine@redshift.com> wrote:
>
> attmpting to build gcc 9.2.0
> Macosx 10.15 most current update
> Xcode.11.1 command line tools
>
> Build dies with message
>
> The directory that should contain system headers does not exist:
>   /usr/include
> make[3]: *** [stmp-fixinc] Error 1
> make[2]: *** [all-stage1-gcc] Error 2
> make[1]: *** [stage1-bubble] Error 2
> make: *** [all] Error 2
>
>
> THe system include files have been moved and no longer exist in that hard coded location,
> instead I found them here
>
> /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 (and other bugs
for OS X 10.15 issues).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-17 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17  7:49 Compile of gcc 9.2.0 fails Michael LeVine
2019-10-17  8:32 ` Bob Wilkinson
2019-10-17 10:54 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).