Fix compilation error on linux: std::find can't be found without incl…#638
Merged
dimitre merged 1 commit intoopenframeworks:masterfrom Jan 19, 2026
Merged
Fix compilation error on linux: std::find can't be found without incl…#638dimitre merged 1 commit intoopenframeworks:masterfrom
dimitre merged 1 commit intoopenframeworks:masterfrom
Conversation
…uding algorithm or perhaps could be done imporitng Utils as well
Member
|
VS test failed but it seems related to libraries (libcurl) I think it is good to merge anyway. |
Member
|
Will need to add Windows C library to additional dependencies in project
generator or template.
Iphlpapi
…On Wed, 14 Jan 2026 at 8:10 am, Dimitre ***@***.***> wrote:
*dimitre* left a comment (openframeworks/projectGenerator#638)
<#638 (comment)>
VS test failed but it seems related to libraries (libcurl)
"D:\a\projectGenerator\openFrameworks\apps\projectGenerator\commandLine\commandLine.vcxproj" (default target) (1) ->
(Link target) ->
libcurl.lib(url.obj) : error LNK2001: unresolved external symbol __imp_if_nametoindex [D:\a\projectGenerator\openFrameworks\apps\projectGenerator\commandLine\commandLine.vcxproj]
bin\commandLine.exe : fatal error LNK1120: 1 unresolved externals [D:\a\projectGenerator\openFrameworks\apps\projectGenerator\commandLine\commandLine.vcxproj]
I think it is good to merge anyway.
cc: @danoli3 <https://github.com/danoli3>
—
Reply to this email directly, view it on GitHub
<#638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HEFDPC3QROAWVNVNO34GVNMFAVCNFSM6AAAAACRSTALP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTONBWGU4TCNJYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
Author
|
Sorry not familiar with developing for Windows 🙌 |
Contributor
Author
|
@danoli3 does it require like a small change on a CI script somewhere ? |
Member
|
I'm merging this as it is. |
Member
|
@CarloCattano fixed the vs2022 ipv6 lib in core update to master |
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.
It could probably be done importing utils.
Fixes openframeworks/openFrameworks#8486 on openFrameworks compilation on linux systems