bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
400 stars 61 forks source link

build fails with libhandy >= 0.82 #185

Closed okias closed 4 years ago

okias commented 4 years ago

today (06-07-2020) git

/usr/bin/valac-0.48 -C --disable-since-check --pkg libhandy-1 --pkg json-glib-1.0 --pkg libsoup-2.4 --pkg granite --pkg gee-0.8 --target-glib 2.30.0 --pkg glib-2.0 --pkg gtk+-3.0 --color=always --directory com.github.bleakgrey.tootle@exe --basedir ../tootle-9999/ --gresources=../tootle-9999/data/gresource.xml ../tootle-9999/src/Build.vala ../tootle-9999/src/Application.vala ../tootle-9999/src/Desktop.vala ../tootle-9999/src/Drawing.vala ../tootle-9999/src/Html.vala ../tootle-9999/src/Request.vala ../tootle-9999/src/InstanceAccount.vala ../tootle-9999/src/Services/Streams.vala ../tootle-9999/src/Services/Settings.vala ../tootle-9999/src/Services/Accounts.vala ../tootle-9999/src/Services/IAccountListener.vala ../tootle-9999/src/Services/IStreamListener.vala ../tootle-9999/src/Services/Cache.vala ../tootle-9999/src/Services/Network.vala ../tootle-9999/src/API/Account.vala ../tootle-9999/src/API/AccountField.vala ../tootle-9999/src/API/Relationship.vala ../tootle-9999/src/API/Mention.vala ../tootle-9999/src/API/Tag.vala ../tootle-9999/src/API/Status.vala ../tootle-9999/src/API/Visibility.vala ../tootle-9999/src/API/Notification.vala ../tootle-9999/src/API/NotificationType.vala ../tootle-9999/src/API/Attachment.vala ../tootle-9999/src/API/Conversation.vala ../tootle-9999/src/API/Entity.vala ../tootle-9999/src/Widgets/Widgetizable.vala ../tootle-9999/src/Widgets/Avatar.vala ../tootle-9999/src/Widgets/AccountsButton.vala ../tootle-9999/src/Widgets/TimelineFilter.vala ../tootle-9999/src/Widgets/RichLabel.vala ../tootle-9999/src/Widgets/Status.vala ../tootle-9999/src/Widgets/Notification.vala ../tootle-9999/src/Widgets/VisibilityPopover.vala ../tootle-9999/src/Widgets/Attachment/Box.vala ../tootle-9999/src/Widgets/Attachment/Item.vala ../tootle-9999/src/Dialogs/ISavedWindow.vala ../tootle-9999/src/Dialogs/MainWindow.vala ../tootle-9999/src/Dialogs/Compose.vala ../tootle-9999/src/Dialogs/Preferences.vala ../tootle-9999/src/Views/Base.vala ../tootle-9999/src/Views/NewAccount.vala ../tootle-9999/src/Views/Timeline.vala ../tootle-9999/src/Views/Home.vala ../tootle-9999/src/Views/Local.vala ../tootle-9999/src/Views/Federated.vala ../tootle-9999/src/Views/Notifications.vala ../tootle-9999/src/Views/Conversations.vala ../tootle-9999/src/Views/ExpandedStatus.vala ../tootle-9999/src/Views/Profile.vala ../tootle-9999/src/Views/Favorites.vala ../tootle-9999/src/Views/Search.vala ../tootle-9999/src/Views/Hashtag.vala
../tootle-9999/src/Views/Base.vala:20.15-20.24: error: The type name `Hdy.Column' could not be found
    protected Hdy.Column column;
              ^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)