-
-
Notifications
You must be signed in to change notification settings - Fork 173
about "-Wincompatible-point-types" #106
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
Comments
Can you try latest master? Should work now. |
hi ardera,
your means let me try the flutter engine latest master? yes, I use the 64bit raspberry offical OS. can I ignore this waring?
I find a closed issue here mentioned,and you give answer. I follow the engine branch copy files:
but still can't resolve this problem. Sorry, I usually do web development, not familiar with C language, disturb you. Thank you again |
No, I added a commit to flutter-pi that fixes it 😄 It was a mistake on my side. I didn't notice it since I'm developing on 32bit Raspbian and the warning isn't printed there. Of course, the changes I make in this Github repo aren't automatically applied to your local cloned version of flutter-pi. So you need to do that manually. (== check out latest master) To do this, just do |
hi ardera,
still throw errors:
I think maybe copied files location error, so I find file by:
I can't find out what's wrong there. Can you check it for me? thank you very much! |
Oh, I forgot, the engine binaries are compiled for 32bit. I'll have to compile the engine binaries for 64bit so they work on your 64bit system. I'll have to look into whether thats viable |
hi ardea: |
hi ardear:
thanks for your cool project!
when I fetch this repo source code to build, it throw errors as follows:
how can I resolve it?
The text was updated successfully, but these errors were encountered: