-
Notifications
You must be signed in to change notification settings - Fork 4.7k
AirSim Blocks Build Error C1900: Il mismatch between 'P1' version '20220715' and 'P2' version '20210202' #4765
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
same problem... have you solved them? |
Negative – Not yet. From what I hear, it’s likely that removing a /GL
compiler switch will solve the problem, but I haven’t yet had time to track
down which script has the switches.
- Chris
…--------------------------------
Dr. Christopher Fink, Ph.D.
Senior Physicist
JRM Technologies, Inc.
***@***.***
540-736-8106
*From:* SlowDancer ***@***.***>
*Sent:* Monday, December 26, 2022 12:34 AM
*To:* microsoft/AirSim ***@***.***>
*Cc:* dr-chris-fink ***@***.***>; Author <
***@***.***>
*Subject:* Re: [microsoft/AirSim] AirSim Blocks Build Error C1900: Il
mismatch between 'P1' version '20220715' and 'P2' version '20210202' (Issue
#4765)
same problem... have you solved them?
—
Reply to this email directly, view it on GitHub
<#4765 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A43S2T5NAPHEDLHIHFOGSA3WPEU3HANCNFSM6AAAAAATDV74ZE>
.
You are receiving this because you authored the thread.[image: Image
removed by sender.]Message ID: <microsoft/AirSim/issues/4765/
***@***.***>
|
have you solved them? |
Yes –
Here’s the response I got:
“Thanks for all the details. I think I understand what's going on. You are
building airlib with vs2022 and its associations and blocks with vs2019 and
its. Here is a description of how to move the project blocks from vs2019 to
vs2022: https://microsoft.github.io/AirSim/build_windows/#how-to-use-airsim
<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fmicrosoft.github.io%2FAirSim%2Fbuild_windows%2F%23how-to-use-airsim&data=05%7C01%7Cv-jomarino%40microsoft.com%7C727010c60b7a48ecb08e08daf00f9b29%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638086247082025652%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=it2Pf3BW78srmb1FQFIP8qlJAtVc5pZjEzgDPstfeOo%3D&reserved=0>
. Look at the note there.”
I replied:
“Thanks, but actually my intent is to stay with 2019 if possible, as I have
other projects and plugins which require a version 2019 build. So rather
than move Blocks to vs2022, is there a way to reconfigure the AirSim build
scripts (or the VS2022 Developer Command Prompt) to use VS2019?”
Their response:
“Anything before this commit works with VS2019:
b3913c8
So you can for example checkout · v1.7.0-windows
<https://github.com/microsoft/AirSim/releases/tag/v1.7.0-windows>: git
checkout v1.7.0-windows “
…--------------------------------
Dr. Christopher Fink, Ph.D.
Senior Physicist
JRM Technologies, Inc.
***@***.***
540-736-8106
*From:* Lychannnn ***@***.***>
*Sent:* Friday, March 17, 2023 5:55 AM
*To:* microsoft/AirSim ***@***.***>
*Cc:* dr-chris-fink ***@***.***>; Author <
***@***.***>
*Subject:* Re: [microsoft/AirSim] AirSim Blocks Build Error C1900: Il
mismatch between 'P1' version '20220715' and 'P2' version '20210202' (Issue
#4765)
have you solved them?
—
Reply to this email directly, view it on GitHub
<#4765 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A43S2T2ZT42NSRQCDU3SUH3W4QYH5ANCNFSM6AAAAAATDV74ZE>
.
You are receiving this because you authored the thread.[image: Image
removed by sender.]Message ID: <microsoft/AirSim/issues/4765/
***@***.***>
|
Thank you~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
What's your question?
AirSim builds but the Blocks project does not. I get errors regarding a P1 vs. P2 mismatch, which (from web searches) seems to indicate that AirSim should not have been built with the /GL flag. Not sure which build script controls this.
Include context on what you are trying to achieve
Tried to follow instructions here: https://microsoft.github.io/AirSim/build_windows/
Context details
See attachments. I did try to re-target the Blocks solution to use 19041, with the same result.
Include details of what you already did to find answers
AirSimBuild.log
BlocksBuild.log
BlocksRebuild19041.log
The text was updated successfully, but these errors were encountered: