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

1.3.1 to 1.4.0 missing cast leads to compiler error #337

Open
daveHitchman opened this issue Oct 23, 2020 · 6 comments
Open

1.3.1 to 1.4.0 missing cast leads to compiler error #337

daveHitchman opened this issue Oct 23, 2020 · 6 comments

Comments

@daveHitchman
Copy link

In vsn 1,3,1 the output had:
const __lcm_hash_ptr cp = { p, (void*)tXXXXX:getHash };

now it has
const __lcm_hash_ptr cp = { p, tXXXXX::getHash };

I dont know why the cast to (void*) was dropped but the compiler wont take it because getHash is NOT the same type as hash_ptr : error
error: invalid conversion from 'int64_t ()() {aka long long int ()()}' to 'void*' [-fpermissive]

@cby-gh
Copy link

cby-gh commented Jan 9, 2021

Hi daveHitchman, I get the same problem, do you get the solution?

@hoxell
Copy link
Contributor

hoxell commented Jan 9, 2021

This maybe can help?

@daveHitchman
Copy link
Author

daveHitchman commented Jan 9, 2021 via email

@cby-gh
Copy link

cby-gh commented Jan 10, 2021

This maybe can help?

yes, it's same question, I have fixed the problem, compiler find wrong header file from other location, thanks

@cby-gh
Copy link

cby-gh commented Jan 10, 2021

Hi, yes, seems there was a header file issue and not everything was actually updated. Make sure you have the right headerfiles for the code files and maybe it will work out for you as it did for me. Good luck :)

On Sat, 9 Jan 2021 at 05:15, cby-gh @.***> wrote: Hi daveHitchman, I get the same problem, do you get the solution? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#337 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3B5DT2SHDUW7ATSEZGL43SY7J7RANCNFSM4S4HNT2Q .

thanks my friend, the compiler finds wrong header file from other location, now everything is fine, :)

@bluesquall
Copy link
Contributor

bluesquall commented May 2, 2023

I'm seeing something related with both 1.4.0 and 1.5.0 in a container, so no chance it is finding an old lcm_coretypes.h.

To avoid necrobumping, I'm opening a new issue (#450) and just leaving this comment here for anyone who finds this issue first when searching.

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

4 participants