shana / bindinator

A C# binding generator for Gnome libraries
MIT License
15 stars 17 forks source link

How do I use Bindinator? #24

Closed hbons closed 8 years ago

hbons commented 8 years ago

autogen.sh passes just fine, but make doesn't do anything:

[hbons@Fedora bindinator]$ ./autogen.sh 
configure.ac:3: installing './config.guess'
configure.ac:3: installing './config.sub'
configure.ac:4: installing './install-sh'
configure.ac:4: installing './missing'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for xsltproc... /usr/bin/xsltproc
checking for xmllint... /usr/bin/xmllint
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIR... yes
checking for gapi3-fixup... /usr/bin/gapi3-fixup
checking for uuidgen... /usr/bin/uuidgen
checking for perl... /usr/bin/perl
checking for unix2dos... /usr/bin/unix2dos
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindinate/Makefile
config.status: creating bindinate/bindinate
config.status: creating bindinate/gir2gapi.xslt
config.status: executing default commands

Configuration summary
---------------------

   * Installation prefix: /usr/local

[hbons@Fedora bindinator]$ make
Making all in bindinate
make[1]: Entering directory '/home/hbons/Projects/bindinator/bindinate'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/hbons/Projects/bindinator/bindinate'
make[1]: Entering directory '/home/hbons/Projects/bindinator'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/hbons/Projects/bindinator'
[hbons@Fedora bindinator]$ 
hbons commented 8 years ago

Never mind, it actually builds that quick. :)

shana commented 8 years ago

hehe :smile: