Added changes for building on Windows on ARM64. (build from 'arm64 Na…#4889
Open
fobrs wants to merge 4 commits intogoogle:mainfrom
Open
Added changes for building on Windows on ARM64. (build from 'arm64 Na…#4889fobrs wants to merge 4 commits intogoogle:mainfrom
fobrs wants to merge 4 commits intogoogle:mainfrom
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. |
Collaborator
|
can you rebase it against |
Author
|
I give it a try. |
Author
|
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.
|
Author
|
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.
|
|
Hello @Mizux, can you take time to looking this, thank |
Rename CPSolver to CpSolver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…tive Tools’ command prompt)