Hi Rainer,

I added cmake, which generates the makefile:

https://gitlab.com/aitor_czr/spinner/commits/master

How to build:

mkdir build
cd build
cmake ../
make

On the other hand, adding '-export-dynamic' to 'gcc', removes the following warnings:

[...]

(spinner:8867): Gtk-WARNING **: Could not find signal handler 'on_window_destroy'. Did you compile with -rdynamic?

(spinner:8867): Gtk-WARNING **: Could not find signal handler 'on_button4_clicked'. Did you compile with -rdynamic?

(spinner:8867): Gtk-WARNING **: Could not find signal handler 'on_button3_clicked'. Did you compile with -rdynamic?

(spinner:8867): Gtk-WARNING **: Could not find signal handler 'on_button2_clicked'. Did you compile with -rdynamic?

[...]

This is only in the case of gcc and gtk+; using g++ and gtkmm there is no need.

Cheers,

   Aitor.

On 20/11/15 12:11, Rainer Weikusat <[email protected]> wrote:
BTW, instead of creating a README file telling people what to do, have
you considered using a Makefile which does it for them?

_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to