Open kbmsharifmahmood opened 4 years ago
Hi,
The problem is that you have installed qt5 and after you do : qmake-qt4 "CONFIG+=fftw hdf5" so you try to use qt4! I have commited a new version which works both with qt4 and the "very new" qt5. I have tested it on a centos, not a fedora yet. If you use qt5 please do : qmake-qt5 "CONFIG+=fftw hdf5"
qmake-qt5 "CONFIG+=fftw hdf5" Info: creating stash file /home/chaumet/cdm/libre/IF-DDA/.qmake.stash make make install
and it works on the new centos:
cat /etc/os-release NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8 (Core)" ANSI_COLOR="0;31"
Sincerely P. Chaumet
qmake-qt5 "CONFIG+=fftw hdf5"
Info: creating stash file /home/chaumet/cdm/libre/IF-DDA/.qmake.stash
make
make install
Thank you for your reply. Unfortunately I tried the above instructions, but still the error persists: bash: ./cdm: No such file or directory
And it is hard to find the qt4 nowadays. I have already installed qt4, after some search work. But still the problem exists. Maybe I installed the wrong version.
It will be nice if you kindly let me know where I can find this qt4.
Sincerely, Sharif Mahmood
Hi, the problem does not come from qt as it works now for both versions (qt4 and qt5). you can try qmake-qt5 "CONFIG+=fftw" or qmake-qt5 to avoid hdf5 and then fftw librairies.
Else post all the ouput file, I will have a look to know where the problem comes from. Sincerely, P. Chaumet
Hi, I have successfully compiled all the programs and executed the main program within the 'tests' folder, and it seems to be running smoothly. However, I'm encountering an issue regarding the graphical interface. It's similar to the problem mentioned earlier: bash: ./cdm: No such file or directory
My environment is Ubuntu 18.04, and I have installed all the required support libraries for Qt4.
Thank you for your time and support.
Best regards, Z.Li
Hi,
Can you check if cdm exists in the bin directory, after the make install it shuld be there
Best regards, P. Chaumet
Le 2023-08-18 10:03, GokouRuriW a écrit :
Hi, I have successfully compiled all the programs and executed the main program within the 'tests' folder, and it seems to be running smoothly. However, I'm encountering an issue regarding the graphical interface. It's similar to the problem mentioned earlier: bash: ./cdm: No such file or directory
My environment is Ubuntu 18.04, and I have installed all the required support libraries for Qt4.
Thank you for your time and support.
Best regards, Z.Li
-- Reply to this email directly, view it on GitHub [1], or unsubscribe [2]. You are receiving this because you commented.Message ID: @.***>
Links:
[1] https://github.com/pchaumet/IF-DDA/issues/1#issuecomment-1683525149 [2] https://github.com/notifications/unsubscribe-auth/AISXDGHAPN74UB35NCBUBADXV4OTXANCNFSM4ROE7D6A
Using Fedora release 32 (Thirty Two)
After following the instructions:
dnf install qt* qt-devel
gives:dnf install gcc-c++ gcc-gfortran
gives:dnf install fftw*
gives:dnf install hdf hdf5 hdf5-static hdf5-devel
gives:qmake-qt4 "CONFIG+=fftw hdf5"
was inserted.make
gives error messages, too many warnings also:make install
gives:cd bin
and then./cdm
gives:bash: ./cdm: No such file or directory
Seeking help.