Toon posts:

[Linux] gmoo wil niet compilen

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb geprobeerd 0.5.4 [ik gebruik nu 0.4.8] te
installeren...maar dat lukt niet...hij gaat zonder problemen door ./cofigure
heen, maar make geeft een error.
Ik gebruik SuSE Linux 7.2 Pro [kernel 2.4.4-4GB]
Tcl is volgens mij geinstalleerd ['rpm -q tcl' geeft tcl-8.3.3-23]
ZVT is volgens mij geinstalleerd ['rpm -q gnome-libs' geeft
gnome-libs-1.4.1.2-3']

deel van output van ./configure
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
gmoo version 0.5.4 has been configured like:
 
Building with GTK .................... : yes (1.2.10)
Building with gdk-pixbuf ............. : yes (0.10.1)
Building with gdk-imlib .............. : yes (1.9.9)
Building with ZVT terminal ........... : no (zvt libs not found)
Building with Perl for macros ........ : yes
Building with Tcl for macros ......... : no (tcl library not found)
Building with zlib for compressed logs : yes
Building with Language Support ....... : yes
Instal binary in ..................... : /usr/local/bin
Instal shared files in ............... : /usr/local/share/gmoo
 
Note: gmoo has a couple of features that won't be avalible if you don't
      build with the ZVT terminal...
 

to build the program, type 'make'

Deel van de Output van make:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl      -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include    -g 
-O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/opt/gnome/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/usr/X11R6/include  -fno-strict-aliasing 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
-I/usr/lib/perl5/5.6.0/i586-linux/CORE  -Wall -c perlscript.cperlscript.c: In 
function `c_perl_print':
perlscript.c:191: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_println':
perlscript.c:202: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_msg':
perlscript.c:213: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_write':
perlscript.c:224: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_writeln':
perlscript.c:235: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_name':
perlscript.c:246: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_hostname':
perlscript.c:259: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_port':
perlscript.c:272: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_connected':
perlscript.c:285: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_width':
perlscript.c:298: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_height':
perlscript.c:311: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_open':
perlscript.c:324: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_close':
perlscript.c:334: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_connect':
perlscript.c:344: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_disconnect':
perlscript.c:354: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_macro':
perlscript.c:366: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_start':
perlscript.c:378: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_register_end':
perlscript.c:388: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_version':
perlscript.c:397: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_msgbox':
perlscript.c:406: warning: unused variable `Perl___notused'
perlscript.c: In function `c_perl_input':
perlscript.c:426: warning: unused variable `Perl___notused'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl      -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include    -g 
-O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/opt/gnome/include -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/usr/X11R6/include  -fno-strict-aliasing 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
-I/usr/lib/perl5/5.6.0/i586-linux/CORE  -Wall -c properties.cproperties.c:27: 
zvt/zvtterm.h: No such file or directory
make[2]: *** [properties.o] Error 1
make[2]: Leaving directory `/home/compukid/pub/gmoo-0.5.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/compukid/pub/gmoo-0.5.4'
make: *** [all-recursive-am] Error 2

Verwijderd

Topicstarter
gMOO is te vinden op www.gmoo.net

  • Sjonny
  • Registratie: Maart 2001
  • Laatst online: 23:01

Sjonny

Fratser

als je zelf ff goed leest zie je dat ie eerst een warning geeft dat je zvt niet geinstalled hebt, en aan het eind van make geeft ie als nog een error dat ie iets met zvt niet kan vinden. kortom, die source/configure sluiten nog niet op mekaar aan. install zvt, wees van het gezeur van gmoo af, en heb een versie met nog meer features ook :)
(voor zvt mis je waarschijnlijk nog de development files, en dan denk ik in gnome-libs-dev ofzo?)

The problem is in the part of your brain that handles intelligence.


  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 23:45

deadinspace

The what goes where now?

zvtlibs-dev installen en een bug indienen dat het niet compiled zonder de zvtlibs, terwijl die optioneel lijken?

  • Servowire
  • Registratie: September 2000
  • Laatst online: 18:46

Servowire

prutser:~#

je hebt de DEV libs nodig om te compilen

Die normale libs zijn voor programma;s

met papier mache kun je alles maken!!


Verwijderd

Topicstarter
'k heb gnome-libs-dev geinstalleerd, language support gedisabled
gmoo is een super client....aleen bij mij vindt hij een transparante achtergrond niet zo leuk.... ;(

Tnx voor de hulp!
Pagina: 1