Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Error when compiling in msgpack4nim.nim #158

Closed
olekto opened this issue Nov 22, 2017 · 4 comments
Closed

Error when compiling in msgpack4nim.nim #158

olekto opened this issue Nov 22, 2017 · 4 comments

Comments

@olekto
Copy link

olekto commented Nov 22, 2017

Hi,
I get this error when compiling FALCON-integrate:
FALCON-integrate/nim-falcon/repos/msgpack4nim/msgpack4nim.nim(49, 50) Error: type mismatch: got (uint16) but expected 'uint8'

Also, it would be nice if it was stated explicitly that Nim is needed to install FALCON.

Thank you.

Ole

@Fyphia
Copy link

Fyphia commented Nov 27, 2017

Hi,
I also got this error and just got help :
jangko/msgpack4nim#15
Hope this can help you!
Fyphia

@olekto
Copy link
Author

olekto commented Dec 5, 2017

Thank you Fyphia, that helped. However, I now have another issue:

falcon/consensus/kmer_lookup_c.nim(121, 13) Error: type mismatch: got (int) but expected 'seq_coor_t = int32'
kmer_bv = kmer_bv or ((int(sa[i.int])) and 0x00000003)

Do you see the same and have you solved it?

Thank you.

Ole

@olekto
Copy link
Author

olekto commented Dec 5, 2017

I gave up trying to install this, and trying to use the prebuilt binaries from: https://github.com/PacificBiosciences/FALCON_unzip/wiki/Binaries instead.

@pb-cdunn
Copy link

Your build-failure was because you had the latest nim compiler, which is slightly more strict, and msgpack4nim needed to be updated for it. That's all up-to-date now in our repos and in the latest prebuilt binaries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants