Opened 14 years ago

Closed 14 years ago

#23838 closed update (fixed)

devtodo-0.1.20

Reported by: marius.brandsegg@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: devtodo

Description

Updating 0.1.19 to an actual working version.

Attachments (1)

Portfile (957 bytes) - added by marius.brandsegg@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by marius.brandsegg@…

Attachment: Portfile added

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: haspatch added
Port: devtodo added
Version: 1.8.2

Unified diffs are preferred.

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

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

It does not build for me on any OS (10.4, 10.5 or 10.6):

In file included from Lexer.h:9,
                 from Lexer.cc:1:
Regex.h:74: error: 'regex_t' does not name a type
Regex.h:75: error: 'regmatch_t' does not name a type
Regex.h:80: error: 'regex_t' does not name a type
Regex.h: In member function 'int Regex::substrings()':
Regex.h:60: error: 'matches' was not declared in this scope
Regex.h: In member function 'int Regex::subStart(unsigned int)':
Regex.h:65: error: 'matches' was not declared in this scope
Regex.h: In member function 'int Regex::subEnd(unsigned int)':
Regex.h:69: error: 'matches' was not declared in this scope
make[2]: *** [Lexer.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

If it worked for you, are you on a case-sensitive filesystem? I found a reference to this error message in a different project, which suggested that the problem would occur on case-insensitive filesystems, which I (and most Mac users) use.

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Yup, this issue was already filed upstream 5 months ago. Pity they haven't responded to it.

comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Updated and fixed in r66212.

Note: See TracTickets for help on using tickets.