Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 16 years ago by raimue (Rainer Müller)

Cc: jwa@… added

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Milestone: Port Bugs

Is this still a problem with the current version of mysql5-devel, which is 5.1.23?

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Cc: jwa@… removed
Owner: changed from macports-tickets@… to jwa@…

comment:4 Changed 16 years ago by akira@…

works for me without any patches on Leopard.

comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: newclosed

Ok, then I'll close it. Please re-open if it's still a problem.

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.