Coder Social home page Coder Social logo

homebrew-dino's Introduction

Brew formula for download and install fork of Dino+.


Link to fork: https://github.com/mxlgv/dino

For using this formula, follow next instructions:

brew tap mxlgv/homebrew-dino
brew install mxlgv/homebrew-dino/dino

You can start the Dino client with the following command:

./opt/homebrew/Cellar/dino/3/bin/dino

You can create a shortcut with a symbolic link pointing to this file, so that you can open it in a more convenient way.

If you encounter an error related to rpath, you need to add DYLD_LIBRARY_PATH to the environment variable:

export DYLD_LIBRARY_PATH=/opt/homebrew/Cellar/dino/3/lib

homebrew-dino's People

Contributors

marat-yusupov avatar kkonsw avatar

Watchers

Maxim Logaev avatar

Forkers

kkonsw

homebrew-dino's Issues

Build error, incompatible function pointer types

When trying to build, I'm receiving the below errors. When the Homebrew build failed, I tried again, but manually (following the steps from BUILD_MACOS.md). I guess GTK has updated or something?

[44/656] Building C object xmpp-vala/CMakeFiles/xmpp-vala.dir/src/module/xep/0047_in_band_bytestreams.c.o
FAILED: xmpp-vala/CMakeFiles/xmpp-vala.dir/src/module/xep/0047_in_band_bytestreams.c.o 
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DG_LOG_DOMAIN=\"xmpp-vala\" -Dxmpp_vala_EXPORTS -I/Users/user/Downloads/dino/build/xmpp-vala -I/Users/user/Downloads/dino/build/exports -isystem /usr/local/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /usr/local/opt/libpng/include/libpng16 -isystem /usr/local/Cellar/libtiff/4.6.0/include -isystem /usr/local/opt/zstd/include -isystem /usr/local/Cellar/xz/5.4.6/include -isystem /usr/local/Cellar/jpeg-turbo/3.0.3/include -isystem /usr/local/Cellar/glib/2.80.2/include -isystem /usr/local/Cellar/glib/2.80.2/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.80.2/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -isystem /usr/local/Cellar/pcre2/10.43/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi -isystem /usr/local/Cellar/libgee/0.20.6/include/gee-0.8 -isystem /usr/local/Cellar/icu4c/74.2/include -fdiagnostics-color -Wall -Wextra -Werror=format-security -Wno-duplicate-decl-specifier -fno-omit-frame-pointer -g -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -fPIC    -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-value -Wno-unused-variable -Wno-incompatible-pointer-types-discards-qualifiers -Wno-deprecated-declarations -Wno-missing-braces -MD -MT xmpp-vala/CMakeFiles/xmpp-vala.dir/src/module/xep/0047_in_band_bytestreams.c.o -MF xmpp-vala/CMakeFiles/xmpp-vala.dir/src/module/xep/0047_in_band_bytestreams.c.o.d -o xmpp-vala/CMakeFiles/xmpp-vala.dir/src/module/xep/0047_in_band_bytestreams.c.o -c /Users/user/Downloads/dino/build/xmpp-vala/src/module/xep/0047_in_band_bytestreams.c
/Users/user/Downloads/dino/xmpp-vala/src/module/xep/0047_in_band_bytestreams.vala:65:41: error: incompatible function pointer types assigning to 'gssize (*)(GInputStream *, void *, gsize, GCancellable *, GError **)' (aka 'long (*)(struct _GInputStream *, void *, unsigned long, struct _GCancellable *, struct _GError **)') from 'gssize (*)(GInputStream *, guint8 *, gsize, GCancellable *, GError **)' (aka 'long (*)(struct _GInputStream *, unsigned char *, unsigned long, struct _GCancellable *, struct _GError **)') [-Wincompatible-function-pointer-types]
        ((GInputStreamClass *) klass)->read_fn = (gssize (*) (GInputStream*, guint8*, gsize, GCancellable*, GError**)) xmpp_xep_in_band_bytestreams_connection_input_real_read;
                                               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/user/Downloads/dino/xmpp-vala/src/module/xep/0047_in_band_bytestreams.vala:65:44: error: incompatible function pointer types assigning to 'void (*)(GInputStream *, void *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer)' (aka 'void (*)(struct _GInputStream *, void *, unsigned long, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)') from 'void (*)(GInputStream *, guint8 *, gsize, gint, GCancellable *, GAsyncReadyCallback, gpointer)' (aka 'void (*)(struct _GInputStream *, unsigned char *, unsigned long, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)') [-Wincompatible-function-pointer-types]
        ((GInputStreamClass *) klass)->read_async = (void (*) (GInputStream*, guint8*, gsize, gint, GCancellable*, GAsyncReadyCallback, gpointer)) xmpp_xep_in_band_bytestreams_connection_input_real_read_async;
                                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/user/Downloads/dino/xmpp-vala/src/module/xep/0047_in_band_bytestreams.vala:83:43: error: incompatible function pointer types assigning to 'gssize (*)(GOutputStream *, const void *, gsize, GCancellable *, GError **)' (aka 'long (*)(struct _GOutputStream *, const void *, unsigned long, struct _GCancellable *, struct _GError **)') from 'gssize (*)(GOutputStream *, guint8 *, gsize, GCancellable *, GError **)' (aka 'long (*)(struct _GOutputStream *, unsigned char *, unsigned long, struct _GCancellable *, struct _GError **)') [-Wincompatible-function-pointer-types]
        ((GOutputStreamClass *) klass)->write_fn = (gssize (*) (GOutputStream*, guint8*, gsize, GCancellable*, GError**)) xmpp_xep_in_band_bytestreams_connection_output_real_write;
                                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/user/Downloads/dino/xmpp-vala/src/module/xep/0047_in_band_bytestreams.vala:83:46: error: incompatible function pointer types assigning to 'void (*)(GOutputStream *, const void *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer)' (aka 'void (*)(struct _GOutputStream *, const void *, unsigned long, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)') from 'void (*)(GOutputStream *, guint8 *, gsize, gint, GCancellable *, GAsyncReadyCallback, gpointer)' (aka 'void (*)(struct _GOutputStream *, unsigned char *, unsigned long, int, struct _GCancellable *, void (*)(struct _GObject *, struct _GAsyncResult *, void *), void *)') [-Wincompatible-function-pointer-types]
        ((GOutputStreamClass *) klass)->write_async = (void (*) (GOutputStream*, guint8*, gsize, gint, GCancellable*, GAsyncReadyCallback, gpointer)) xmpp_xep_in_band_bytestreams_connection_output_real_write_async;
                                                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[61/656] Building C object xmpp-vala/CMakeFiles/xmpp-vala.dir/src/module/xep/0045_muc/module.c.o
ninja: build stopped: subcommand failed.
make: *** [default] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.