Author
|
Topic: gtkhx and pthread
|
|
|
|
|
|
psyba
Junior Member
Member # 193
|
posted October 29, 2001 12:09 PM
This is the line of code where it fails:code:
/* dfasyntax() takes three arguments; the first sets the syntax bits described earlier in this file, the second sets the case-folding flag, and the third specifies the line terminator. */ extern void dfasyntax PARAMS ((reg_syntax_t, int, int));
I don't see a class(assuming it should be a class) reg_syntac_t being defined or described in that file. It could be in one of the includes, but I am guessing not because of the error? options.c calls that function, leaving more undefines. I really just don't know..... I would rather see gtkhx 0.8.9 ported, but I get a whole new set of errors. When I download the source there is a broken alias to config.sub, which makes no sense to me at all.... I tried removing that and get more errors, and more..... that's why I am focussing on 0.8.8, seams easier [ October 29, 2001: Message edited by: psyba ]
Posts: 14 | From: Lewiston, Maine | Registered: Oct 2001
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted November 01, 2001 04:13 PM
i'm probably talking out of my ass, but it looks more like not a problem with pthread, or with the file, but with make's attempt to use pthread. or maybe gcc's attempt to use pthread. which version of the developers tools are you running?-------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
|