Opened 14 years ago

Closed 14 years ago

#24341 closed defect (fixed)

mesa 7.8 build fails on Tiger

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: mesa

Description

mesa @7.8_1 doesn't build on Tiger. See attached log. The previous version @7.6.1_1 built fine on Tiger.

Attachments (1)

mesa-tiger.txt (65.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
build log from Tiger on Intel

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: mesa-tiger.txt added

build log from Tiger on Intel

comment:1 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

apple_glx.h:39:21: error: Xplugin.h: No such file or directory

It looks like we need to get mesa to support out cppflags...

if { ![file exists /usr/include/Xplugin.h] } {
        # Xplugin.h is missing on Tiger
        configure.cppflags-append -I${filespath}/include
}

silly build system

comment:2 Changed 14 years ago by doh123@…

same exact problem here...

I have no idea if this is a good thing to do or not, but I threw a copy of Xplugin.h into my includes... it found it but has tons more errors and still fails...

comment:3 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.