@Alice wrote:
Olá, Hi!
Sorry first post, beginner…
Using OF on windows from openframeworks.cc/download/
Does it work?
is the most recent release. It’s a minor version, with bugfixes only, so it is fully compatible with projects developed for 0.11.0 or any newer version. Please see the changelog to get an overview of the differences between versions.
Then I installed openframeworks.cc/setup/msys2/
And followed guide (good guide, guiders!)
This is my output, what to do??
Compiling Resource /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/openFrameworksCompiled/project/msys2/icon.ico
Linking bin/blendingExample.exe for msys2
/mingw32/bin/g++ -o bin/blendingExample.exe obj/msys2/Release/src/main.o obj/msys2/Release/src/ofApp.o obj/msys2/Release/icon.res /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/openFrameworksCompiled/lib/msys2/libopenFrameworks.a -lpthread -mwindows /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/fmodex/lib/msys2/libfmodex.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/fmodex/lib/msys2/libfmodexL.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/kiss/lib/msys2/libkiss.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/pugixml/lib/msys2/pugixml.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/rtAudio/lib/msys2/librtaudio.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/tess2/lib/msys2/libtess2.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/uriparser/lib/msys2/liburiparser.a /c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/videoInput/lib/msys2/libvideoinput.a -LC:/msys32/mingw32/lib -lcairo -lz -lssl -lcrypto -lglew32 -lglfw3 -lcurl -lksuser -lopengl32 -lgdi32 -lmsimg32 -lglu32 -ldsound -lwinmm -lstrmiids -luuid -lole32 -loleaut32 -lsetupapi -lwsock32 -lws2_32 -lIphlpapi -lComdlg32 -lfreeimage -lboost_filesystem-mt -lboost_system-mt -lfreetype -lcairo
make[2]: Entering directory ‘/c/Users/Alice/Documents/of_v0.11.0_msys2_release/examples/graphics/blendingExample’compiling done to launch the application cd bin ./blendingExample.exe - or - make RunRelease
make[2]: Leaving directory ‘/c/Users/Alice/Documents/of_v0.11.0_msys2_release/examples/graphics/blendingExample’
make[1]: Leaving directory ‘/c/Users/Alice/Documents/of_v0.11.0_msys2_release/examples/graphics/blendingExample’Alice@Alice-P732 MINGW32 /c/Users/Alice/Documents/of_v0.11.0_msys2_release/examples/graphics/blendingExample
$ make run
[warning] ofInit: MSYS2 has limited support for UTF-8. using Portuguese_Portugal.1252
[ error ] ofAppGLFWWindow: 65542: WGL: The driver does not appear to support OpenGL
[ error ] ofAppGLFWWindow: couldn’t create GLFW window
/bin/sh: line 1: 1546 Segmentation fault ./blendingExample.exe
make: *** [/c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:186: run] Error 139Alice@Alice-P732 MINGW32 /c/Users/Alice/Documents/of_v0.11.0_msys2_release/examples/graphics/blendingExample
$ make copy_dlls
copying dlls to bin
48 dlls copiedAlice@Alice-P732 MINGW32 /c/Users/Alice/Documents/of_v0.11.0_msys2_release/examples/graphics/blendingExample
$ make run
[warning] ofInit: MSYS2 has limited support for UTF-8. using Portuguese_Portugal.1252
[ error ] ofAppGLFWWindow: 65542: WGL: The driver does not appear to support OpenGL[ error ] ofAppGLFWWindow: couldn’t create GLFW window
/bin/sh: line 1: 1660 Segmentation fault ./blendingExample.exe
make: *** [/c/Users/Alice/Documents/of_v0.11.0_msys2_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:186: run] Error 139How to fix? Thank you!
Alice
Posts: 5
Participants: 2