Opened 11 years ago
Closed 7 years ago
#41644 closed defect (fixed)
root5 @5.34.13: Undefined symbols: ___GLXEW_ARB_multisample (on 10.5 i386)
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | cjones051073 (Chris Jones) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | leopard | Cc: | mattiafrancescomoro@…, mojca (Mojca Miklavec) |
Port: | root5 |
Description
On Leopard i386, building root fails with:
:info:build Undefined symbols: :info:build "___GLXEW_ARB_multisample", referenced from: :info:build ___GLXEW_ARB_multisample$non_lazy_ptr in TGLFormat.o :info:build ld: symbol(s) not found
Attachments (1)
Change History (8)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 11 years ago by cjones051073 (Chris Jones)
comment:2 Changed 11 years ago by mojca (Mojca Miklavec)
There is a similar report at
Citing:
Problem solved. I had libGLEW.dylib from MacPorts, and a variant made for the mac framework, not to work with x11. Changing this with
sudo port install glew +x11
seems to have fixed
I'm not sure if it's exactly the same, but ...
comment:4 Changed 10 years ago by mojca (Mojca Miklavec)
Port: | root5 added; root removed |
---|---|
Summary: | root @5.34.13: Undefined symbols: ___GLXEW_ARB_multisample → root5 @5.34.13: Undefined symbols: ___GLXEW_ARB_multisample (on 10.5 i386) |
Version: | 2.2.1 |
I changed the title, even though root5 @5.34.13
technically doesn't exist (but I have no confirmation that this is still the problem with the latest version).
comment:5 Changed 10 years ago by mojca (Mojca Miklavec)
Cc: | mattiafrancescomoro@… added; jonesc@… removed |
---|---|
Owner: | changed from mattiafrancescomoro@… to jonesc@… |
comment:7 Changed 7 years ago by cjones051073 (Chris Jones)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Can you test if you can build ROOT outside MacPorts, standalone ? If you do please do so first disabling ROOT own internal checks for fink/MacPorts installation, by passing the option --disable-fink (yes, thats the right one, it does both....).
If that works, then please try with --enable-fink.
We need to first determine if this is an upstream issue, or a MacPorts issue.