Opened 14 years ago

Closed 9 years ago

#6701 closed bug (fixed)

Can't find "limits" header when using gcc2

Reported by: scottmc Owned by: nobody
Priority: normal Milestone: R1
Component: - General Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

I've run into a few ports now that are looking for a "limits" header and find it ok if setgcc is set to gcc4, but can't find it if building with gcc2.

Change History (8)

comment:1 by scottmc, 14 years ago

Version 0, edited 14 years ago by scottmc (next)

comment:2 by TechnoMancer, 14 years ago

The link to the C++ headers /boot/Develop/headers/cpp is broken, it points to another link which is at /boot/Develop/abi/current/headers/cpp this link is mistakenly pointed at ../tools/current/include/g++ which doesnt exist, the last folder should be called c++ also i believe it should also point to the 4.4.4 directory below this

comment:3 by mmadia, 14 years ago

Scott & TechnoMancer, can you retest with hrev38901?

comment:4 by scottmc, 13 years ago

still failing to find limits in hrev39408

comment:5 by devine, 12 years ago

Still broken in 43391

comment:6 by scottmc, 12 years ago

Still broken in hrev44501. This can be tested using haikuporter to build freeimage.

in reply to:  6 comment:7 by scottmc, 11 years ago

Replying to scottmc:

Still broken in hrev44501. This can be tested using haikuporter to build freeimage.

eigen also requires limits for it's tests when using gcc2, check with haikuporter --test eigen

comment:8 by pulkomandy, 9 years ago

Resolution: fixed
Status: newclosed

Header added in hrev48392.

Note: See TracTickets for help on using tickets.