Opened 15 years ago
Closed 15 years ago
#20996 closed defect (worksforme)
openmotif 2.3.1 fails to build
Reported by: | kurtjaeke@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | openmotif |
Description
openmotif fails to build, whith exactly the same error as seen here: http://bugs.motifzone.net/long_list.cgi?buglist=1479
Reproduced from there for brevity:
UilLexAna.c: In function 'yylex': UilLexAna.c:1488: error: request for member 'value' in something not a structure or union UilLexAna.c:1489: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1510: error: request for member 'value' in something not a structure or union UilLexAna.c:1513: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1526: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1540: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1560: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1578: error: request for member 'value' in something not a structure or union UilLexAna.c:1643: error: request for member 'value' in something not a structure or union UilLexAna.c:1644: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1653: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1666: error: request for member 'value' in something not a structure or union UilLexAna.c:1841: error: request for member 'value' in something not a structure or union UilLexAna.c:1842: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1876: error: request for member 'value' in something not a structure or union UilLexAna.c:1877: error: request for member 'b_type' in something not a structure or union UilLexAna.c:1891: error: request for member 'az_source_record' in something not a structure or union UilLexAna.c:1892: error: request for member 'b_source_pos' in something not a structure or union UilLexAna.c:1893: error: request for member 'b_source_end' in something not a structure or union UilLexAna.c:1894: error: request for member 'b_tag' in something not a structure or union UilLexAna.c:1911: error: request for member 'b_type' in something not a structure or union UilLexAna.c: In function 'lex_initialize_analyzer': UilLexAna.c:2005: error: request for member 'b_tag' in something not a structure or union UilLexAna.c:2040: error: request for member 'b_source_end' in something not a structure or union UilLexAna.c:2041: error: request for member 'az_source_record' in something not a structure or union UilLexAna.c: In function 'lex_issue_error': UilLexAna.c:2148: error: request for member 'b_type' in something not a structure or union UilLexAna.c:2158: error: request for member 'az_source_record' in something not a structure or union UilLexAna.c:2159: error: request for member 'b_source_pos' in something not a structure or union UilLexAna.c: In function 'create_str_entry': UilLexAna.c:2545: error: request for member 'az_source_record' in something not a structure or union UilLexAna.c:2546: error: request for member 'b_source_pos' in something not a structure or union UilLexAna.c:2547: error: request for member 'b_source_end' in something not a structure or union make[3]: *** [UilLexAna.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Please update as soon as there is an upstream fix available.
Change History (4)
comment:1 Changed 15 years ago by kurtjaeke@…
comment:2 Changed 15 years ago by jmroot (Joshua Root)
I am unable to reproduce this on 10.5 or 10.6.
comment:3 Changed 15 years ago by kurtjaeke@…
Well, now I am also not able to reproduce this. But in the meantime, I added a lot of ports to complete my system. So, this seems to be a case of forgotten dependencies. My guess would be to check X11 or freetype. Can somebody check this, by (re-)installing from scratch, and then simply issue "port install openmotif"?
comment:4 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
If a missing dependency is found, please note it in this ticket so it can be added to the port.
Note: See
TracTickets for help on using
tickets.
btw, this is a showstopper for a texlive installation, as openmotif is needed by default. I used the fix in http://trac.macports.org/ticket/19912 as a workaround to get my LaTeX running.