-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Added changes for building on Windows on ARM64. (build from 'arm64 Na… #4889
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
base: stable
Are you sure you want to change the base?
Conversation
…tive Tools’ command prompt)
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
can you rebase it against |
|
I give it a try. |
|
After recompiling the main branch with my patch applied, I get 254 compile/linker errors,…
… On 21 Oct 2025, at 17:55, Mizux Seiha ***@***.***> wrote:
Mizux
left a comment
(google/or-tools#4889)
<#4889 (comment)>
can you rebase it against main branch ?
—
Reply to this email directly, view it on GitHub <#4889 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AI2SFUIFUQ7IUHCNZ3IMQGD3YZJQ5AVCNFSM6AAAAACJZSQSHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTIMRXGM4DGNJVGA>.
You are receiving this because you authored the thread.
|
|
Hi Mizux,
When I compile the main branch on my Windows x64 dell laptop I get the same 254 compiler errors! Both compilers are the latest versions of VS 2022.
So, maybe, someone should fix those errors first, before I try my arm64 patch on the main branch. The error seem to be coming from ABSL (?):
"D:\projects\or-tools\build\ALL_BUILD.vcxproj" (default target) (1) ->
"D:\projects\or-tools\build\ortools\graph\graph_dag_shortest_path_test.vcxproj" (default target) (403) ->
(Link target) ->
dag_shortest_path_test.obj : error LNK2019: unresolved external symbol "public: void __cdecl absl_testing::lts_20250814::status_internal::St
atusIsMatcherCommonImpl::DescribeTo(class std::basic_ostream<char,struct std::char_traits<char> > *)const " ***@***.***
***@***.******@***.******@***.***_testing@@***@***.******@***.***@std@@@std@@@z) referenced in function "public: virt
ual void __cdecl absl_testing::lts_20250814::status_internal::MonoStatusIsMatcherImpl<class absl::lts_20250814::Status const &>::DescribeTo(cl
ass std::basic_ostream<char,struct std::char_traits<char> > *)const " (?DescribeTo@***@***.***@***@***.***@@@st
***@***.******@***.***_testing@@***@***.******@***.***@std@@@std@@@z) [D:\projects\or-tools\build\ortools\graph\g
raph_dag_shortest_path_test.vcxproj]
dag_shortest_path_test.obj : error LNK2019: unresolved external symbol "public: void __cdecl absl_testing::lts_20250814::status_internal::St
atusIsMatcherCommonImpl::DescribeNegationTo(class std::basic_ostream<char,struct std::char_traits<char> > *)const " ***@***.***
***@***.******@***.******@***.***_testing@@***@***.******@***.***@std@@@std@@@z) referenced in functi
on "public: virtual void __cdecl absl_testing::lts_20250814::status_internal::MonoStatusIsMatcherImpl<class absl::lts_20250814::Status const &
::DescribeNegationTo(class std::basic_ostream<char,struct std::char_traits<char> > *)const " (?DescribeNegationTo@***@***.***
***@***.******@***.***@@@***@***.******@***.***_testing@@***@***.******@***.***@std@@@std@@@z) [D:\project
s\or-tools\build\ortools\graph\graph_dag_shortest_path_test.vcxproj]
dag_shortest_path_test.obj : error LNK2019: unresolved external symbol "public: bool __cdecl absl_testing::lts_20250814::status_internal::St
atusIsMatcherCommonImpl::MatchAndExplain(class absl::lts_20250814::Status const &,class testing::MatchResultListener *)const " (?MatchAndExpla
***@***.***@***@***.******@***.***_testing@@***@***.***@@***@***.***@@@z) reference
d in function "public: virtual bool __cdecl absl_testing::lts_20250814::status_internal::MonoStatusIsMatcherImpl<class absl::lts_20250814::Sta
tus const &>::MatchAndExplain(class absl::lts_20250814::Status const &,class testing::MatchResultListener *)const " (?MatchAndExplain@?$MonoSt
***@***.***@***@***.***@@@***@***.******@***.***_testing@@***@***.***@@***@***.***
sting@@@z) [D:\projects\or-tools\build\ortools\graph\graph_dag_shortest_path_test.vcxproj]
D:\projects\or-tools\build\Release\bin\graph_dag_shortest_path_test.exe : fatal error LNK1120: 3 unresolved externals [D:\projects\or-tools\
build\ortools\graph\graph_dag_shortest_path_test.vcxproj]
Regards,
Ferdinand
… On 21 Oct 2025, at 17:55, Mizux Seiha ***@***.***> wrote:
Mizux
left a comment
(google/or-tools#4889)
<#4889 (comment)>
can you rebase it against main branch ?
—
Reply to this email directly, view it on GitHub <#4889 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AI2SFUIFUQ7IUHCNZ3IMQGD3YZJQ5AVCNFSM6AAAAACJZSQSHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTIMRXGM4DGNJVGA>.
You are receiving this because you authored the thread.
|
…tive Tools’ command prompt)