Anonymous | Login | Signup for a new account | 2021-01-17 12:56 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000249 | Tunix | General Features | public | 2011-08-26 23:50 | 2011-10-24 10:44 | |||
Reporter | Fred | |||||||
Assigned To | Fred | |||||||
Priority | normal | Severity | block | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | Linux | OS | Debian | OS Version | Sid/Unstable | |||
Product Version | ||||||||
Target Version | 0.9.24 | Fixed in Version | 0.9.24 | |||||
Summary | 0000249: Fails To Build On Systems With GTK 3.X | |||||||
Description | Build fails with the following errors: ../../../include/gui_handlers.h:120:43: error: unknown type name ‘GtkNotebookPage’ ../../../include/gui_handlers.h:121:36: error: unknown type name ‘GtkNotebookPage’ | |||||||
Steps To Reproduce | Try to build MTX on a system with GTK 3.0+ | |||||||
Additional Information | Works fine on older GTK 2.x | |||||||
Tags | No tags attached. | |||||||
FirmwareVersion | ||||||||
Attached Files | ||||||||
![]() |
|
(0000242) dandruczyk (viewer) 2011-08-28 15:14 |
That is actually a Gtk+ 2.24 issue. The GTK+ people broke the api on Gtk+ 2.24 for Gtk+notebook and removed the GtkNotebookPage type. Adjusted to a different type and it works. That param was never used anyways, so it doesn't matter much that I'm using the "wrong" type on older releases. It may warn (it didn't for me on Gtk+ 2.20) when compiling but matters little due to that param bot being used at all. |
(0000444) dandruczyk (viewer) 2011-10-23 19:29 |
This has been fixed |
![]() Fred (administrator) 2011-10-24 10:44 |
Tested OK on RoadEEE and Cheetah boxes in latest revision c17e1c. |
Copyright © 2000 - 2011 MantisBT Group |