Genie-Vala Code Creator

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

Genie-Vala Code Creator

#1 Post by Lobster »

Using the Genie-Vala Code Creator here:
http://www.murga-linux.com/puppy/viewto ... 343#338343

I am getting
Where do I get some Gee (is this the same as Ghee - clarified butter)
Yum! :)

Code: Select all

'configure' finished successfully (0.353s)
# ./waf build
Waf: Entering directory `/root/my-applications/GenieValaCC/_build_'
[1/6] valac: libcode/code.gs -> _build_/default/libcode/code.c _build_/default/libcode/code.h _build_/default/libcode/code.vapi _build_/default/libcode/code.deps
[2/6] valac: gvcc/gvcc.gs -> _build_/default/gvcc/gvcc.c
[3/6] cc: _build_/default/libcode/code.c -> _build_/default/libcode/code_1.o
[4/6] cc: _build_/default/gvcc/gvcc.c -> _build_/default/gvcc/gvcc_1.o
default/gvcc/gvcc.c:6:27: error: gee/arraylist.h: No such file or directory
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

nikobordx
Posts: 84
Joined: Sat 23 May 2009, 09:08
Location: Bordeaux, France

#2 Post by nikobordx »

Hi,

if you are using Puppy, it require one modification:

The include file for gee in puppy are in /usr/include/gee-1.0/gee but GVCC require that the files are in /usr/include/gee or /usr/local/include/gee.

So create a link:
ln -s /usr/include/gee-1.0/gee /usr/include/gee

Nicolas.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3 Post by Lobster »

many thanks
getting closer - now getting

Code: Select all

[quote]# ./convert.sh
./convert.sh: line 1: gvcc: command not found
./convert.sh: line 2: gvcc: command not found
./convert.sh: line 3: gvcc: command not found
./convert.sh: line 4: gvcc: command not found
# [/quote]
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

nikobordx
Posts: 84
Joined: Sat 23 May 2009, 09:08
Location: Bordeaux, France

#4 Post by nikobordx »

install it !

Code: Select all

./waf install
Nicolas.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#5 Post by Lobster »

Hooray :)

using this comand in the test directory

Code: Select all

valac --pkg=gtk+-2.0 hello-gtk.gs
from here
http://www.puppylinux.com/genie/

was able to produce a compiled program (empty but working} :)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

Post Reply