Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
ScriptedWizard and MSys2
stahta01:
I have checked several of CB Wizards to see how the work with MSys2
Edit: Testing is being done by setting the Global Variable in Wizard to Compiler Installation folder.
--- Code: ---SDL1 Wizard works
GTK2 Wizard works (minor edit in my git repo; that may not be needed or correct)
WX Wizard likely needs a lot of work; have not tried recently
FLTK Wizard does not work
GLFW Wizard does not work (msys2 is using GLFW/glfw3.h)
Version 2.7.9 Released on June 6, 2013
GLUT Wizard does not work (msys2 is using freeglut.dll instead of glut32)
Irrl Wizard does not work (msys2 is using irrlicht/irrlicht.h)
Ogre Wizard does not work (msys2 is using OGRE/Ogre.h)
opencv2 Wizard does not work (msys2 is version 3 which uses different lib names)
Version 2.4.13.6 released 2018-02-26
opengl Wizard does not work; has link error; might be bad sample code or missing library
Qt4 Wizard (Too big to test till later in week)
sfml Wizard works (Nice looking Wizard)
--- End code ---
Packages that I think are needed to test the Wizards
--- Code: ---mingw-w64-i686-fltk 1.3.4.2-1
mingw-w64-i686-glfw 3.2.1-2
mingw-w64-i686-freeglut 3.0.0-4
mingw-w64-i686-irrlicht 1.8.4-1
mingw-w64-i686-ogre3d-hg 2.1.0.r10230.62834e3ac215-1
mingw-w64-i686-opencv 3.4.1-1
mingw-w64-i686-mesa 18.0.2-1
mingw-w64-i686-sfml 2.4.2-2
mingw-w64-i686-qt4 4.8.7-4
--- End code ---
Tim S.
BlueHazzard:
--- Quote ---Testing is being done by setting the Global Variable in Wizard to Compiler Installation folder.
--- End quote ---
You mean the "c:\msys\mingw32\include" folder?
stahta01:
--- Quote from: BlueHazzard on May 06, 2018, 11:26:33 am ---
--- Quote ---Testing is being done by setting the Global Variable in Wizard to Compiler Installation folder.
--- End quote ---
You mean the "c:\msys\mingw32\include" folder?
--- End quote ---
No, I mean "C:\msys32\mingw32" as the base of the Global Variables.
That does result in the include being "c:\msys32\mingw32\include".
Tim S.
BlueHazzard:
i have tried the fltk wizzard, and he displays the error message that he has not found the Fl.h, but the wizzard continues and all builds fine...
funny thing...
stahta01:
--- Quote from: BlueHazzard on May 07, 2018, 01:16:59 am ---i have tried the fltk wizzard, and he displays the error message that he has not found the Fl.h, but the wizzard continues and all builds fine...
funny thing...
--- End quote ---
Yeah, I think I might have seen that on another wizard.
After, I see how the Wizards (in my list) work under Linux; I plan to start fixing some of the wizards for MSys2 usage.
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version