Update detectdaterangedialog.cpp - #1
Conversation
Trying to compile with linux system : build-eddypro_win-Desktop_Qt_5_5_1_GCC_64bit-Debug An error occured at line 509. I assumed "auto" variable types (defined at lines 503 and 506) were not correct and changed them to "QString" I did the same for the other cases of function showDateRange lines 528, 531, 553, 556, 578, 581. I then could make my first runs with EddyPro on linux !!! Best Florent
|
I think the 'auto' forms are for newer C++, specifically letting the compiler determine data type. What compiler and version are you using? |
|
Hi, OK, maybe there is little incompatibility between our versions of Qt I'm using that : Qt Creator 3.6.0 Basé sur Qt 5.5.1 (GCC 4.9.1 20140922 (Red Hat Florent Le 26/05/2016 13:44, bddbdd a écrit :
|
|
Hi Florent, I apologize for the really late reply. I just published a new version with explicit support for Linux. I'm currently able to compile and run on Ubuntu and Fedora/CentOS. I will add in the README more information on how to compile on Linux, but I can also help you directly to figure out details. Anyway, @bddbdd is right: Antonio |
Trying to compile with linux system : build-eddypro_win-Desktop_Qt_5_5_1_GCC_64bit-Debug
An error occured at line 509. I assumed "auto" variable types (defined at lines 503 and 506) were not correct and changed them to "QString"
I did the same for the other cases of function showDateRange lines 528, 531, 553, 556, 578, 581.
I then could make my first runs with EddyPro on linux !!!
Best
Florent