villekf / OMEGA

Open-source multi-dimensional tomographic reconstruction software (OMEGA)
https://omega-doc.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
70 stars 16 forks source link

OMEGA- gcc compiler versions #2

Closed rashamansur closed 5 years ago

rashamansur commented 5 years ago

Hi, I am the newset member to be working on the OMEGA software, I have started a week ago and I am currently in the installation proccess. I would like to ask about the gcc compiler please, and running the mex.m file. I have tried to run the install_mex.m file and I had many errors, one of the errors was with the compiler's version. The current gcc is v 7.4.0 would it be possible to get the older version 5.4.0 without removing nor overlapping the current version? If yes, how? and would it maybe fix the error of not being able to run install_mex.m file? If it wouldn't matter, what would be the optimal solution from your point of view? I can send the full error report if needed.

Thank you!

rashamansur commented 5 years ago

The issue was solved by including "stdint.h" to .cpp files to be able to compile with no errors.