#13433 closed defect (worksforme)
mysql5-devel compile error on 10.5
Reported by: | rtti@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | mysql mysql5-devel compile error my_bool bool function redefinition redefined | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: |
Description
mysql5-devel fails to build on 10.5 (already mentioned in here http://echelog.matzon.dk/logs/browse/macports/1193785200)
changing NdbThread.c line 40 from
void NdbThread_set_shm_sigmask(my_bool block)
to
void NdbThread_set_shm_sigmask(bool block)
fixed the issue for me
greetings, rTi
Change History (6)
comment:1 Changed 17 years ago by raimue (Rainer Müller)
Cc: | jwa@… added |
---|
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Milestone: | → Port Bugs |
comment:3 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jwa@… removed |
---|---|
Owner: | changed from macports-tickets@… to jwa@… |
comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Ok, then I'll close it. Please re-open if it's still a problem.
Note: See
TracTickets for help on using
tickets.
Is this still a problem with the current version of mysql5-devel, which is 5.1.23?