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)

testdisk.txt (49.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 15 years ago by tobypeterson

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

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: testdisk.txt added

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

Fix using toby's tips committed in r58383.

comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)

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