Opened 15 years ago
Closed 15 years ago
#21660 closed defect (fixed)
testdisk: 'UUID_MAKE_V1' undeclared
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | tobypeterson | |
Port: | testdisk |
Description
I can't install testdisk on 10.6.1.
partgpt.c:323: error: 'UUID_MAKE_V1' undeclared (first use in this function)
Another user reported the same thing on the mailing list.
r58211 caused this.
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by tobypeterson
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | testdisk.txt added |
---|
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
Fix using toby's tips committed in r58383.
comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Just needs to be adapted to use ossp-uuid, probably as simple as making it use -I/opt/local/include/ossp and -L/opt/local/lib -luuid