Opened 16 years ago

Closed 15 years ago

#3695 closed bug (fixed)

printf.h missing from /boot/develop/headers/posix

Reported by: haiqu Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking: #3696, #3697
Platform: x86

Description

Tried to build the tools in buildtools/* from within Haiku, but ran into trouble with a missing header.

/boot/develop/headers/posix/_G_config.h shows _G_HAVE_PRINTF_FP defined but there is no printf.h so compilation fails. Commenting out _G_HAVE_PRINTF_FP causes further problems.

Change History (6)

comment:1 by anevilyak, 16 years ago

Blocking: 3696 added

comment:2 by anevilyak, 16 years ago

Blocking: 3697 added

comment:3 by kaliber, 16 years ago

You trying to build libstdc++ from gcc2 buildtools. Please read: http://www.freelists.org/post/haiku-development/Building-toolchain-in-Haiku,1

comment:4 by axeld, 16 years ago

In any case it's not a POSIX header, so in case we add it some day, it should not end up in the suggested directory.

comment:5 by haiqu, 16 years ago

Thanks for the link, this should get me through it.

comment:6 by scottmc, 15 years ago

Resolution: fixed
Status: newclosed

seems printf.h is in /boot/develop/headers/glibc now, so closing this one as fixed.

Note: See TracTickets for help on using tickets.