Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to compile c2nim #9

Closed
manveru opened this issue Jan 9, 2011 · 1 comment
Closed

Fail to compile c2nim #9

manveru opened this issue Jan 9, 2011 · 1 comment

Comments

@manveru
Copy link
Contributor

manveru commented Jan 9, 2011

Using current HEAD (3d36182)

iota github/Araq/Nimrod % ./bin/nimrod c rod/c2nim/c2nim.nim
Hint: used config file '/home/manveru/github/Araq/Nimrod/config/nimrod.cfg' [Conf]
Hint: used config file 'rod/c2nim/c2nim.cfg' [Conf]
Hint: system [Processing]
Hint: c2nim [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: os [Processing]
Hint: times [Processing]
Hint: posix [Processing]
Hint: parseopt [Processing]
Hint: llstream [Processing]
Hint: ast [Processing]
Hint: msgs [Processing]
Hint: options [Processing]
Hint: lists [Processing]
Hint: nstrtabs [Processing]
Hint: nhashes [Processing]
Hint: nversion [Processing]
Hint: crc [Processing]
Hint: ropes [Processing]
Hint: platform [Processing]
/home/manveru/github/Araq/Nimrod/rod/ropes.nim(215, 18) Hint: 'RopeSeqInsert(rs: var TRopeSeq, r: PRope, at: Natural)' is declared but not used [XDeclaredButNotUsed]
Hint: idents [Processing]
Hint: rnimsyn [Processing]
Hint: scanner [Processing]
Hint: lexbase [Processing]
Hint: wordrecg [Processing]
/home/manveru/github/Araq/Nimrod/rod/scanner.nim(174, 14) Hint: 'findIdent(L: TLexer, indent: int): bool' is declared but not used [XDeclaredButNotUsed]
/home/manveru/github/Araq/Nimrod/rod/rnimsyn.nim(414, 26) Hint: 'rfNoIndent' is declared but not used [XDeclaredButNotUsed]
/home/manveru/github/Araq/Nimrod/rod/rnimsyn.nim(238, 11) Hint: 'popCom(g: var TSrcGen)' is declared but not used [XDeclaredButNotUsed]
/home/manveru/github/Araq/Nimrod/rod/rnimsyn.nim(111, 12) Hint: 'putLong(g: var TSrcGen, kind: TTokType, s: string, lineLen: int)' is declared but not used [XDeclaredButNotUsed]
Hint: clex [Processing]
Hint: cparse [Processing]
Hint: pegs [Processing]
Hint: unicode [Processing]
Hint: astalgo [Processing]
Hint: rodutils [Processing]
/home/manveru/github/Araq/Nimrod/rod/astalgo.nim(234, 19) Hint: 'strTableToYaml(n: TStrTable, marker: var TIntSet, indent: int, maxRecDepth: int): PRope' is declared but not used [XDeclaredButNotUsed]
Hint: strtabs [Processing]
Hint: hashes [Processing]
rod/c2nim/cpp.nim(281, 22) Error: type mismatch: got (string, string, int, int)
but expected one of: 
parsePeg(pattern: string, filename: string, line: int, col: int): TPeg
@Araq
Copy link
Member

Araq commented Jan 9, 2011

Thanks. Fixed.

reactormonk pushed a commit to reactormonk/nim that referenced this issue Apr 7, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants