User forums > Help
How to use CB with GTK3 on Windows 10
stahta01:
The wizard does NOT work for using the MSys2 mingw GCC compiler.
I would just save this project as a template and use the Template option in C::B.
The other questions should be answered by the Wiki and FAQs.
http://wiki.codeblocks.org/index.php/FAQ
If you do not know if the option should be added to the Compiler Global Settings or to the project settings; pick the project settings.
Tim S.
BlueHazzard:
We should add support for the msys compiler with autodetection
and also in the scripts if msys is selected we simply can add the libraries, without search path and so on, because this is always the same and can be added to the compiler options...
We could even call pacman automatically in the wizard script if the package is not installed...
I don't think that this is hard to do? Msys is definitively the future on windows... pacman is a bless....
stahta01:
--- Quote from: BlueHazzard on May 05, 2018, 08:15:03 pm ---We should add support for the msys compiler with autodetection
--- End quote ---
Edit: I was hoping the Compiler code had changed enough that the changes was just in XML files.
Too hard for me to do; the last time I tried this one of the Devs said no because they did not like the way I did it.
I agree that my method was not very good.
If I figure out a better way; I might try to create a patch.
Tim S.
stahta01:
--- Quote from: BlueHazzard on May 05, 2018, 08:15:03 pm ---and also in the scripts if msys is selected we simply can add the libraries, without search path and so on, because this is always the same and can be added to the compiler options...
--- End quote ---
Creating an GTK2 project now; after I get the project to work, I will look at the C::B GTK wizard.
Edit: C::B Wizard just need very minor fix for GTK2; so, I do that fix and then see how to add GTK3 support.
Edit2: I plan to test GTK2/3 under Linux and then see if it works the Wizard code has several sections commented out for Linux.
Tim S.
arkkimede:
--- Quote ---The wizard does NOT work for using the MSys2 mingw GCC compiler.
I would just save this project as a template and use the Template option in C::B.
The other questions should be answered by the Wiki and FAQs.
http://wiki.codeblocks.org/index.php/FAQ
If you do not know if the option should be added to the Compiler Global Settings or to the project settings; pick the project settings.
Tim S.
--- End quote ---
I tried to add library and path to search and for the function related to cairo I solved but for
pixbuf = gdk_pixbuf_new_from_file(filename, &error);
no!.
I report the error and the search dir and library for link in 3 different msg for the limits of the attachement
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version