-
Notifications
You must be signed in to change notification settings - Fork 104
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
Command line tool to download the configurations #422
Comments
Hi Matlo, I have a few queries to make sure I'm on the right track. Looking at the
|
Hi, |
Okay. I'll add the autoConfig for the second release. |
I apologise, but I'm having a lot of difficulty trying to compile the project on Windows. Currently I'm using Eclipse to write in C++. Make complains that command 'cc' wasn't found - this was when I tried to compile using make in Cygwin. I'll try and develop it on my RPi as this project seems more geared towards Linux. |
For Windows the current build system is based on Msys2/MinGW64: |
I tried the instructions above, but it doesn't cover all the issues I'm having. I followed each step, using the bash scripts to install and build. However, I still had to download some dependencies myself. Now I cannot link the main project as printf is undefined to the linker. Sorry to bother you. I try some fresh approaches tomorrow after work. |
GIMX is not meant to be compiled with anything other that msys2/mingw64. Porting it to any other build system probably requires a huge amount of work. It seems a waste of time to me. I just updated the build scripts so that it can work with latest msys2 version. Compilation throws a lot of warnings but seems successful. |
Thanks Matlo. The hot fix works. I can now compile in the suggested environment. |
Hi Matlo, I had to recreate the However, I think I'm missing something when I ported this function to work in a TUI environment. |
Hi CodeOhms, |
I've almost finished the basics. Just polishing it and getting rid of obvious bugs. Will send pull request when done. |
Thanks again for your work on this. I'll try to integrate it for version 9. |
#622 this is the latest version of the pull request |
No description provided.
The text was updated successfully, but these errors were encountered: