Bad From BUT....
after posting I had a further play and well did the following ....
1. tried to make using Makefile in shoes-0.r1134 directory - told there was
nothing for it to do.
2. renamed Makefile to makefile to see what would happen (I had been expecting
to see a # - pound symbol appear so I could type in the word install as per
readme).
3. Tried make makefile (renamed Makefile) and got a permissions error regarding
the /usr folder.
I remebered reading about files being put there so ... Tried sudo make install
and got 2 files put across into
executable in /usr/local/bin
Libraries in /usr/local/lib/shoes
Now i type in shoes and Shoes appeared !!
type in Shoes -p (as i did in xp at work and got the same screen appear) so
believe i can now generate run, exe dmg shy files as i did on the windows box.
Ya.
This needs to be put up in big words so others who think Na i do not want the
source file (and they are USING linux) the shoes?.run is okay for what i want
and like myself then want to create a runtime version like those on windows
and macs will know to do as I have done.
Hope this will help someone else someday eliminate wasted time.
Dave.
On Tuesday 26 May 2009 10:49:08 pm dave wrote:
> Well I read the readme file.
> Got those files I needed and then ran make (expecting it to drop to a # -
> pound sign but it went straight into what you see below.
>
> my question is where is or what did i create if anything?
>
> the lines where longer than what I've posted here.
> Any thought and should haves that I plainly didn't do?
>
> d...@main-pc:/vms/Shoes Build files/shoes-0.r1134$ make
> build options: shoes raisins (0.r1134) [i486-linux]
> CC = cc
> RUBY = /usr
> OPTIONS =
> CC shoes/app.c
> CC shoes/canvas.c
> CC shoes/effects.c
> CC shoes/image.c
> CC shoes/internal.c
> CC shoes/ruby.c
> CC shoes/world.c
> CC shoes/native/gtk.c
> CC shoes/http/curl.c
> CC -o dist/libshoes.so
> CC bin/main.c
> CC -o dist/shoes-bin
> ruby: no such file to load -- ubygems (LoadError)
> ruby: no such file to load -- ubygems (LoadError)
> checking for main() in -lc... yes
> creating Makefile
> make[1]: Entering directory `/vms/Shoes Build
> files/shoes-0.r1134/req/hpricot/ext/hpricot_scan'
> cc -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I. -D_FILE_OFFSET_BITS=64 -fPIC
> - fno-strict-aliasing -g -g -O2 -fPIC -c hpricot_scan.c
> cc -shared -o hpricot_scan.so hpricot_scan.o -L. -L/usr/lib -L. -Wl,-
> Bsymbolic-functions -rdynamic -Wl,-export-dynamic -lruby1.8 -lc
> -lpthread -ldl -lcrypt -lm -lc
> make[1]: Leaving directory `/vms/Shoes Build
> files/shoes-0.r1134/req/hpricot/ext/hpricot_scan'
>
> Lots more lines then i was dropped to prompt again.
>
> Dave.