Skip to content
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

VS2022 FreeType Fix #7992

Merged
merged 1 commit into from
May 23, 2024
Merged

VS2022 FreeType Fix #7992

merged 1 commit into from
May 23, 2024

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented May 23, 2024

Fixes VS2022 issues
Links in Brotli for FreeType

@danoli3
Copy link
Member Author

danoli3 commented May 23, 2024

Might need to wait for the Apothecary result on bleeding actions though for this CI to work. Feel free to merge after then

@dimitre dimitre merged commit ddf8527 into openframeworks:master May 23, 2024
10 of 11 checks passed
@dimitre
Copy link
Member

dimitre commented May 24, 2024

Thank you @danoli3 it solved the issue here in the project.
I've helped a friend today remotely via anydesk and bleeding libs script failed.
we had to manually download and extract the bleeding zip files to make it work

@dimitre
Copy link
Member

dimitre commented May 24, 2024

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - A fun▒▒o de revoga▒▒o n▒o p▒de verificar a revoga▒▒o do certificado.

@dimitre
Copy link
Member

dimitre commented May 24, 2024

solved by adding the curl parameter --ssl-no-revoke

@danoli3
Copy link
Member Author

danoli3 commented May 24, 2024

I wouldnt put on --ssl-no-revoke, means someone in between is compromising the HTTPS.
Likely the party has incorrect Date time for their system leading to failed encryption keys where are sensitive to real time EPOCH
Update / Sync system time

image

Might need to add brotli to download libs

danoli3 added a commit to danoli3/openFrameworks that referenced this pull request Jun 18, 2024
* master: (244 commits)
  ofxAssimpModelLoader addon_config.mk osx exclusions
  Downloader 3.2.3 - fixes for install detection and single url for curl (openframeworks#8009)
  Downloader 3.2.3 - fixes for install detection and single url for curl
  Download libs script update (adds openframeworks#7907 wget2) - params and fixes deploy logs  (openframeworks#8002)
  .mk removing repeated configs
  COREVIDEO_SILENCE_GL_DEPRECATION (openframeworks#8005)
  ios template update
  update addons folder in xcode template (openframeworks#8003)
  VS download latest x64 only (openframeworks#7999)
  Android 2024 template (openframeworks#7991)
  XCode macOS template update
  up (openframeworks#7996)
  msys2 improvements (openframeworks#7976)
  commented out .h files removed (openframeworks#7990)
  VS2022 FreeType Fix (openframeworks#7992)
  Update ofPixels.cpp (openframeworks#7989)
  ofAppNoWindow..h: #include ofEvents to complete the ofCoreEvents type (openframeworks#7943)
  ofFile::doesFileExist simplified (openframeworks#7970)
  fix unneeded reference for `add` of `bool`, `char` (openframeworks#7973)
  ofxOscReceiver: win32 implementation: shadow posix changes (openframeworks#7979)
  ...

# Conflicts:
#	.gitignore
#	libs/openFrameworks/gl/ofGLProgrammableRenderer.cpp
#	libs/openFrameworks/gl/ofShader.cpp
#	libs/openFrameworks/gl/ofTexture.h
#	libs/openFrameworks/graphics/ofGraphicsBaseTypes.cpp
#	libs/openFrameworks/graphics/ofTrueTypeFont.cpp
#	libs/openFrameworks/graphics/ofTrueTypeFont.h
#	libs/openFrameworks/sound/ofAVEngineSoundPlayer.h
#	libs/openFrameworks/sound/ofSoundBaseTypes.h
#	libs/openFrameworks/utils/ofConstants.h
#	libs/openFrameworks/utils/ofThread.h
#	libs/openFrameworks/utils/ofURLFileLoader.cpp
#	libs/openFrameworks/utils/ofUtils.h
#	libs/openFrameworks/utils/ofXml.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants