Gswax 0.0.1 greenshoes/gtk audio player

hello all,

if you get a chance, check this out:

https://sites.google.com/site/gswax0/

source is here: GitHub - lljk/gsWax: greenShoes / gtk2 audio player for folks who miss their vinyl

i’d be interested to hear how/if this thing works on various platforms

  • particularly OSX… haven’t been able to test it there yet!

    thanks,

    • j

Hi Jake,

To help you out with OSX testing, I tried out your gem installation.
Sadly it did not work :frowning: Here is the build log:

Fetching: pkg-config-1.1.3.gem (100%)
Fetching: glib2-1.1.2.gem (100%)
Building native extensions. This could take a while…
Fetching: atk-1.1.2.gem (100%)
Building native extensions. This could take a while…
ERROR: Error installing gswax:
ERROR: Failed to build gem native extension.

checking for atk... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.

Provided configuration options:
–with-opt-dir
–without-opt-dir
–with-opt-include
–without-opt-include=${opt-dir}/include
–with-opt-lib
–without-opt-lib=${opt-dir}/lib
–with-make-prog
–without-make-prog
–srcdir=.
–curdir
–ruby=/Users/gits/.rvm/rubies/ruby-1.9.2-p180/bin/ruby
–with-pkg-config
–without-pkg-config
–with-override-variables
–without-override-variables

Seems one needs to install GTK+ on OSX before installing your gem,
through something like brew or MacPorts. I have no actual need for your
program now and have no other programs that needs GTK+, so I’m afraid I
cannot help you with testing this out.

Also looked at your installation docs for Windows. Is this what you need
for getting the gem to work there:

Where is your gemspec located? Did not see it on GitHub.

Regards,
Stig Kleppe-Jørgensen

hi Stig -

sorry to take so long - didn’t see the reply!

To help you out with OSX testing, I tried out your gem installation.

thanks!

Sadly it did not work :frowning: Here is the build log:

bummer - i’ll have a closer look at the log

Seems one needs to install GTK+ on OSX before installing your gem,

hmm, that could be…

Also looked at your installation docs for Windows. Is this what you need
for getting the gem to work there:

i’ll take a look at this too…

Where is your gemspec located? Did not see it on GitHub.

gemspec is here: gsWax/gswax at gswax-gem · lljk/gsWax · GitHub

thanks again for trying it!

  • j