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

Need help in installation #15

Closed
Fyphia opened this issue Nov 27, 2017 · 1 comment
Closed

Need help in installation #15

Fyphia opened this issue Nov 27, 2017 · 1 comment

Comments

@Fyphia
Copy link

Fyphia commented Nov 27, 2017

Hi,
I'm tring to run "make" command in /nim-falcon/repos/msgpack4nim/
But I get this error:

nim --threads:on --threadAnalysis:off --verbosity:2 -d:release  --tlsemulation:on --out:fc_rr_hctg_track2.exe c fc_rr_hctg_track2.nim
config/nim.cfg(42, 3) Hint: added path: '/rhome/fxie/.nimble/pkgs/' [Path]
config/nim.cfg(44, 5) Hint: added path: '/opt/nimble/pkgs/' [Path]
Hint: used config file '/bigdata/baolab/fxie/new2/nim/Nim/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: fc_rr_hctg_track2 [Processing]
Hint: rr_hctg_track [Processing]
Hint: msgpack4nim [Processing]
Hint: streams [Processing]
Hint: endians [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: math [Processing]
Hint: algorithm [Processing]
Hint: sequtils [Processing]
Hint: hashes [Processing]
Hint: tables [Processing]
Hint: intsets [Processing]
Hint: lists [Processing]
Hint: queues [Processing]
Hint: sets [Processing]
Hint: strtabs [Processing]
Hint: os [Processing]
Hint: times [Processing]
Hint: posix [Processing]
Hint: ospaths [Processing]
Hint: critbits [Processing]
Hint: macros [Processing]
/bigdata/baolab/fxie/new2/Falcon/FALCON-integrate/nim-falcon/repos/msgpack4nim/msgpack4nim.nim(49, 50) Error: type mismatch: got (uint16) but expected 'uint8'
make: *** [fc_rr_hctg_track2.exe] Error 1

My python version is python/2.7.13-venv.

What should I do to solve this issue?
Thanks a lot!

@jangko
Copy link
Owner

jangko commented Nov 27, 2017

looks like nim-falcon use outdated msgpack4nim. both Nim and msgpack4nim undergo many changes recently.
didn't the nim-falcon specifically says you should run git submodule update --init --recursive?
you can also download latest msgpack4nim from github and manually copy msgpack4nim.nim to your project subdir.

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