Qt Creator 5.4.0 cannot open Makefile.am
-
I turned on the AutotoolsProjectManager. I restarted Qt CReator. I try to open Makefile.am for load the Autotools project (libmodbus project) but Qt Creator Just Crashed without any messages. Help me, please? Is There an answer at the forums?
-
Hi and welcome to devnet,
One thing you can try is to start Qt Creator from the command with QT_DEBUG_PLUGINS=1 to see if you get more information about when it crashes
-
Thank you for Welcome!
I executed next comands:export QT_DEBUG_PLUGINS=1
/opt/Qt5.4.0/Tools/QtCreator/bin/qtcreator
At the Qt Creator I try to open Makefile.am by File->Open FIle or Project.
Qt Creator succesfully crashed and write at the terminal:
"8485 Ошибка сегментирования (подготовлен дамп ядра) /opt/Qt5.4.0/Tools/QtCreator/bin/qtcreator"
That mean:
"Segmentation fault(core dumped)."Where is the core dump file? Had I load file at the forum for main problem solving help?
-
Can you post a minimal valid Makefile.am ?
-
Dear, SGaist!
I try to open Autotools-project by File->New File or Project->Import Project-> Import Existing project (using the instruction: "https://qt-project.org/doc/qtcreator-2.6/creator-project-generic.html" ). Qt-Creator is crashed again.Line 3: 2540 Segmentation Error (core dumped)
(строка 3: 2540 Ошибка сегментирования (подготовлен дамп ядра) /opt/Qt5.4.0/Tools/QtCreator/bin/qtcreator).Therefore I think there is not troubles at the Makefile.am. But I attach the project which I try to open to the post. Hmmm. How Can I attach the file to the post. I can't see the button for the file attaching. Sorry about the stupid questions.
-
Indeed, it's probably innocent. However having an example of simple Makefile.am that is crashing with your Qt Creator ensures that everybody can try to reproduce the problem is in the same setup as you
-
I open project by Makefile.am openning!!!
I delete QT Creator 3.3 and QT 5.4.0 and install Qt Creator 3.0.1
Based on Qt 5.2.1 (GCC 4.8.2, 64 bit) Built on Apr 9 2014 at 09:12:59.
Installation was realized by Ubuntu Application Center as opposed to previous installation realized by executable file according to the instruction http://qt-project.org/wiki/Install_Qt_5_on_Ubuntuhttp://qt-project.org/wiki/Install_Qt_5_on_Ubuntu. But I did only 2 steps from that instruction: "Install" and "Download". So, possibly, the reason is the bad installation.
Sorry for disturbance and You for your attention.
P.s. How attach the file to the post? -
That I understood, but whether it's failing because it fails to parse it or something else remains to be seen. So using the same Makefile.am ensures that test conditions are a bit the same.
You can't however if the file's not too big your can either post it here or use something like pastebin
-
"libmodbus-3.0.6":http://libmodbus.org/releases/libmodbus-3.0.6.tar.gz
There is Makefile.am at the libmodbus-3.0.6 directory. So I try to open whole project libmodbus-3.0.6 by Makefile.am loading.
-
What version of Qt Creator ? Just tested it on OS X with Qt 3.2.1 and no crash at all
-
I have the same problem, Qt Creator 3.5.1 (opensource), based on Qt 5.5.1, Windows 7 64-bit, crashes every time I try to Open File or Project named Makefile.am (for libconfig git sources).
Windows report says Fault module name: ProjectExplorer.dll.
I can open Makefile.am (from the same git project libconfig) with Qt Creator 3.0.1.
I can't believe this doesn't work, there are so many autotools projects out there
-
Strange, just tested it on OS X and no problem…
What version of Qt are you running on your Windows machine ?