-
-
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
Installation failed on Mint #192
Comments
Do you have the pthread library installed ? |
I have libpthread-stubs0-dev installed. Is this the correct package for pthread? |
It should be. Can you give me the content of this file ? [build dir]/CMakeFiles/cmTC_8dd12.dir/link.txt |
There is no directory named cmTC_8dd12.dir in CMakeFiles. Nothing with cmTC_*****.dir |
|
Do you have the libboost-all-dev installed ? |
Yes. libboost-dev as well as libboost-all-dev are installed. |
Can you try by removing everything related to threads in CMakeFiles ? In those files : https://github.com/LibreCAD/LibreCAD_3/search?q=Threads&unscoped_q=Threads |
Tried removing or commenting as you said but no luck. |
I did a complete fresh git clone and it partly worked this time. (librecad:26519): GLib-GObject-WARNING **: 23:34:22.539: cannot register existing type 'GdkWindow' (librecad:26519): GLib-GObject-CRITICAL **: 23:34:22.539: g_param_spec_object: assertion 'g_type_is_a (object_type, G_TYPE_OBJECT)' failed (librecad:26519): GLib-GObject-CRITICAL **: 23:34:22.539: validate_pspec_to_install: assertion 'G_IS_PARAM_SPEC (pspec)' failed (librecad:26519): GLib-GObject-WARNING **: 23:34:22.554: cannot register existing type 'GdkScreen' (librecad:26519): GLib-CRITICAL **: 23:34:22.554: g_once_init_leave: assertion 'result != 0' failed (librecad:26519): Gdk-CRITICAL **: 23:34:22.554: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_SCREEN (screen)' failed (librecad:26519): Gdk-CRITICAL **: 23:34:22.554: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed |
I can reproduce the bug on a fresh install. |
qt5ct: using qt5ct plugin |
I use Brise (KDE Qt theme), and it looks correct. Concerning the console output, it's a Qt error message, and will not make LibreCAD crash |
Whichever theme I use to select from QT Settings Librecad use to take bb10dark. @feragon Thank you for the support... |
Does it works better if you totally remove QApplication::setStyle ? |
Yes. works better if QApplication::setStyle is removed. Style changes in QT5 settings reflected in Librecad as well. |
Ok, then I'm going to remove this. |
CMakeError.log
CMakeOutput.log
Tried installing LIbrecad3 on Linux Mint 19 Cinnamon but failed. CMakeError.log CMakeOutput.log files are attached.
If possible please let me know where things are going wrong.
The text was updated successfully, but these errors were encountered: