Re: [Gambas-user] make install errors

2009-01-28 Thread Benoit Minisini
On mercredi 28 janvier 2009, Ron_1st wrote:
 svn 1825

 then mv -f .deps/CImageStat.Tpo .deps/CImageStat.Plo; else rm
 -f .deps/CImageStat.Tpo; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../..
 -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char
 -fvisibility=hidden -g -Os -MT CImageStat.lo -MD -MP -MF
 .deps/CImageStat.Tpo -c CImageStat.c  -fPIC -DPIC -o .libs/CImageStat.o In
 file included from CImageStat.c:27:
 image_stat.h:77:7: warning: no newline at end of file
 make[5]: *** No rule to make target `c_color.lo', needed by `gb.image.la'. 
 Stop. make[5]: Leaving directory
 `/home/ron/src/gambas3/trunk/main/lib/image' make[4]: *** [all-recursive]
 Error 1



 Best regards,

 Ron_1st

Update to the latest revision!

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-28 Thread Ron_1st
On Wednesday 28 January 2009, Benoit Minisini wrote:
 On mercredi 28 janvier 2009, Ron_1st wrote:
  svn 1825
 
  then mv -f .deps/CImageStat.Tpo .deps/CImageStat.Plo; else rm
  -f .deps/CImageStat.Tpo; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../..
  -I../../share -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char
  -fvisibility=hidden -g -Os -MT CImageStat.lo -MD -MP -MF
  .deps/CImageStat.Tpo -c CImageStat.c  -fPIC -DPIC -o .libs/CImageStat.o In
  file included from CImageStat.c:27:
  image_stat.h:77:7: warning: no newline at end of file
  make[5]: *** No rule to make target `c_color.lo', needed by `gb.image.la'. 
  Stop. make[5]: Leaving directory
  `/home/ron/src/gambas3/trunk/main/lib/image' make[4]: *** [all-recursive]
  Error 1
 
 
 
  Best regards,
 
  Ron_1st
 
 Update to the latest revision!
 

OK done.

reconf, configure done OK
make had error in gbv4l2.c, corrected and make done OK

Now the make install.
Crossing my fingers.

 


Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st


 gb.xml
 gb.xml.rpc
 gb.xml.xslt
 Installing the components...
 Compiling gb.settings...
 OK
 Installing gb.settings...
 Compiling gb.info...
 OK
 Installing gb.info...
 Compiling gb.form...
 Cannot read component list file: /root/.local/share/gambas3/info/gb.form.list
 /root/src/gambas/trunk/comp/src/gb.form/Balloon.class:5: Unknown identifier: 
 Control
 

Done with new svn in home/ron/src/gambas/trunk
Still same errors.
Conclusion till now is that there are problems with components written in 
gambas.
Creatimg the info and list files does not work correct.
In the /usr/local/share/gambas3/info directory I see strange things
First only gb.form.dialog.info and .list
Second zero length files for
gb.gtk.info .list
gb.gui.info .list
gb.qt.info .list


end of configure gambas3 from svn is:

THESE COMPONENTS ARE DISABLED:
- gb.cairo
- gb.corba
- gb.qt4
- gb.qte


end of configure gambas2.10 from tarball is:

THESE COMPONENTS ARE DISABLED:
- gb.qt4
- gb.qte

(For gambas2 Ihave not done the 'make install')



r...@terminator:/home/ron/src/gambas3/trunk# cat configure1.log | grep 
'component '
checking for foreign function interface component with pkg-config... no
checking for SQLite 3 driver component with pkg-config... OK
checking for GTK+ toolkit component with pkg-config... OK
checking for GTK+ component component with pkg-config... OK
checking for SVG loader for GTK+ component with pkg-config... OK
checking for Poppler PDF library component with pkg-config... OK
checking for Networking component headers...
checking for Networking component libraries...
checking for Advanced networking component component with pkg-config... OK
checking for STMP client component with pkg-config... OK
checking for Perl Compatible Regular Expression component headers... 
/usr/include/
checking for Perl Compatible Regular Expression component libraries... /usr/lib/
checking for QT component component with pkg-config... OK
checking for QT OpenGL component headers... /usr/include/GL/
checking for QT OpenGL component libraries... /usr/lib/
checking for QT/Embedded component headers... /usr/include/qt3/
checking for QT/Embedded component libraries... no
checking for QT component component with pkg-config... OK
checking for KDE 3.x component headers... /usr/include/kde/
checking for KDE 3.x component libraries... /usr/lib/
checking for XML parser component component with pkg-config... OK
checking for XSLT/XML parser component component with pkg-config... OK
checking for Video For Linux component headers... /usr/include/
checking for Video For Linux component libraries... /usr/lib/
checking for DES/MD5 crypt component headers... /usr/include/
checking for DES/MD5 crypt component libraries... /usr/lib/
checking for CORBA component headers... no
checking for CORBA component libraries... no
checking for Gnome desktop routines component with pkg-config... no
checking for QT4 toolkit component with pkg-config... no
checking for Cairo component component with pkg-config... no
checking for Image loading and saving component with pkg-config... OK



checking for Gnome desktop routines component with pkg-config... no
This is standard on KUbuntu. 
Ubuntu users must for IDE get the kde stuff extra so both exists then.

By missing the Gnome desktop gb.ui fails ???
By missing the Gnome desktop gb.gtk fails ???
Do after fail of gb.ui the gb.qt and gb.gtk fail both ???


From previous message:
r...@terminator:~/src/gambas/trunk/comp/src/gb.form# ./gb.form.gambas
No protocol specified
(gb.form.gambas:2318): Gtk-WARNING **: cannot open display: :0.0

Question Gtk ?? gtk-dev is all installed and kubuntu uses QT.




Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-27 Thread Gareth Bult
For what it's worth;

I've just done;

snv up  ./reconf-all  ./configure  make clean  make install 

Worked cleanly ..

- Original Message -
From: Ron_1st ron...@tiscali.nl
To: mailing list for gambas users gambas-user@lists.sourceforge.net
Sent: Tuesday, 27 January, 2009 3:41:44 PM GMT +00:00 GMT Britain, Ireland, 
Portugal
Subject: Re: [Gambas-user] make install errors



 gb.xml
 gb.xml.rpc
 gb.xml.xslt
 Installing the components...
 Compiling gb.settings...
 OK
 Installing gb.settings...
 Compiling gb.info...
 OK
 Installing gb.info...
 Compiling gb.form...
 Cannot read component list file: /root/.local/share/gambas3/info/gb.form.list
 /root/src/gambas/trunk/comp/src/gb.form/Balloon.class:5: Unknown identifier: 
 Control
 

Done with new svn in home/ron/src/gambas/trunk
Still same errors.
Conclusion till now is that there are problems with components written in 
gambas.
Creatimg the info and list files does not work correct.
In the /usr/local/share/gambas3/info directory I see strange things
First only gb.form.dialog.info and .list
Second zero length files for
gb.gtk.info .list
gb.gui.info .list
gb.qt.info .list


end of configure gambas3 from svn is:

THESE COMPONENTS ARE DISABLED:
- gb.cairo
- gb.corba
- gb.qt4
- gb.qte


end of configure gambas2.10 from tarball is:

THESE COMPONENTS ARE DISABLED:
- gb.qt4
- gb.qte

(For gambas2 Ihave not done the 'make install')



r...@terminator:/home/ron/src/gambas3/trunk# cat configure1.log | grep 
'component '
checking for foreign function interface component with pkg-config... no
checking for SQLite 3 driver component with pkg-config... OK
checking for GTK+ toolkit component with pkg-config... OK
checking for GTK+ component component with pkg-config... OK
checking for SVG loader for GTK+ component with pkg-config... OK
checking for Poppler PDF library component with pkg-config... OK
checking for Networking component headers...
checking for Networking component libraries...
checking for Advanced networking component component with pkg-config... OK
checking for STMP client component with pkg-config... OK
checking for Perl Compatible Regular Expression component headers... 
/usr/include/
checking for Perl Compatible Regular Expression component libraries... /usr/lib/
checking for QT component component with pkg-config... OK
checking for QT OpenGL component headers... /usr/include/GL/
checking for QT OpenGL component libraries... /usr/lib/
checking for QT/Embedded component headers... /usr/include/qt3/
checking for QT/Embedded component libraries... no
checking for QT component component with pkg-config... OK
checking for KDE 3.x component headers... /usr/include/kde/
checking for KDE 3.x component libraries... /usr/lib/
checking for XML parser component component with pkg-config... OK
checking for XSLT/XML parser component component with pkg-config... OK
checking for Video For Linux component headers... /usr/include/
checking for Video For Linux component libraries... /usr/lib/
checking for DES/MD5 crypt component headers... /usr/include/
checking for DES/MD5 crypt component libraries... /usr/lib/
checking for CORBA component headers... no
checking for CORBA component libraries... no
checking for Gnome desktop routines component with pkg-config... no
checking for QT4 toolkit component with pkg-config... no
checking for Cairo component component with pkg-config... no
checking for Image loading and saving component with pkg-config... OK



checking for Gnome desktop routines component with pkg-config... no
This is standard on KUbuntu. 
Ubuntu users must for IDE get the kde stuff extra so both exists then.

By missing the Gnome desktop gb.ui fails ???
By missing the Gnome desktop gb.gtk fails ???
Do after fail of gb.ui the gb.qt and gb.gtk fail both ???


From previous message:
r...@terminator:~/src/gambas/trunk/comp/src/gb.form# ./gb.form.gambas
No protocol specified
(gb.form.gambas:2318): Gtk-WARNING **: cannot open display: :0.0

Question Gtk ?? gtk-dev is all installed and kubuntu uses QT.




Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

-- 
Managing Director, Encryptec Limited
Tel: 0845 5082719, Mob: 0785 3305393

Re: [Gambas-user] make install errors

2009-01-27 Thread Benoit Minisini
On mardi 27 janvier 2009, Ron_1st wrote:
  gb.xml
  gb.xml.rpc
  gb.xml.xslt
  Installing the components...
  Compiling gb.settings...
  OK
  Installing gb.settings...
  Compiling gb.info...
  OK
  Installing gb.info...
  Compiling gb.form...
  Cannot read component list file:
  /root/.local/share/gambas3/info/gb.form.list
  /root/src/gambas/trunk/comp/src/gb.form/Balloon.class:5: Unknown
  identifier: Control

 Done with new svn in home/ron/src/gambas/trunk
 Still same errors.
 Conclusion till now is that there are problems with components written in
 gambas. Creatimg the info and list files does not work correct.
 In the /usr/local/share/gambas3/info directory I see strange things
 First only gb.form.dialog.info and .list
 Second zero length files for
 gb.gtk.info .list
 gb.gui.info .list
 gb.qt.info .list


 end of configure gambas3 from svn is:
 
 THESE COMPONENTS ARE DISABLED:
 - gb.cairo
 - gb.corba
 - gb.qt4
 - gb.qte
 

 end of configure gambas2.10 from tarball is:
 
 THESE COMPONENTS ARE DISABLED:
 - gb.qt4
 - gb.qte
 
 (For gambas2 Ihave not done the 'make install')



 r...@terminator:/home/ron/src/gambas3/trunk# cat configure1.log | grep
 'component ' checking for foreign function interface component with
 pkg-config... no checking for SQLite 3 driver component with pkg-config...
 OK
 checking for GTK+ toolkit component with pkg-config... OK
 checking for GTK+ component component with pkg-config... OK
 checking for SVG loader for GTK+ component with pkg-config... OK
 checking for Poppler PDF library component with pkg-config... OK
 checking for Networking component headers...
 checking for Networking component libraries...
 checking for Advanced networking component component with pkg-config... OK
 checking for STMP client component with pkg-config... OK
 checking for Perl Compatible Regular Expression component headers...
 /usr/include/ checking for Perl Compatible Regular Expression component
 libraries... /usr/lib/ checking for QT component component with
 pkg-config... OK
 checking for QT OpenGL component headers... /usr/include/GL/
 checking for QT OpenGL component libraries... /usr/lib/
 checking for QT/Embedded component headers... /usr/include/qt3/
 checking for QT/Embedded component libraries... no
 checking for QT component component with pkg-config... OK
 checking for KDE 3.x component headers... /usr/include/kde/
 checking for KDE 3.x component libraries... /usr/lib/
 checking for XML parser component component with pkg-config... OK
 checking for XSLT/XML parser component component with pkg-config... OK
 checking for Video For Linux component headers... /usr/include/
 checking for Video For Linux component libraries... /usr/lib/
 checking for DES/MD5 crypt component headers... /usr/include/
 checking for DES/MD5 crypt component libraries... /usr/lib/
 checking for CORBA component headers... no
 checking for CORBA component libraries... no
 checking for Gnome desktop routines component with pkg-config... no
 checking for QT4 toolkit component with pkg-config... no
 checking for Cairo component component with pkg-config... no
 checking for Image loading and saving component with pkg-config... OK



 checking for Gnome desktop routines component with pkg-config... no
 This is standard on KUbuntu.
 Ubuntu users must for IDE get the kde stuff extra so both exists then.

 By missing the Gnome desktop gb.ui fails ???
 By missing the Gnome desktop gb.gtk fails ???
 Do after fail of gb.ui the gb.qt and gb.gtk fail both ???

 From previous message:

 r...@terminator:~/src/gambas/trunk/comp/src/gb.form# ./gb.form.gambas
 No protocol specified
 (gb.form.gambas:2318): Gtk-WARNING **: cannot open display: :0.0

 Question Gtk ?? gtk-dev is all installed and kubuntu uses QT.




 Best regards,

 Ron_1st

There was a syntax error in gb.db.mysql I just fixed, but it is not related to 
your problems.

The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent 
gb.desktop to be compiled. It will just prevent gb.desktop to store password 
in the Gnome keyring.

So I suggest that you delete your Gambas directory, do a checkout from start, 
and compile everything again!

Regards,

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-27 Thread Benoit Minisini
On mercredi 28 janvier 2009, Ron_1st wrote:
  There was a syntax error in gb.db.mysql I just fixed, but it is not
  related to your problems.
 
  The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent
  gb.desktop to be compiled. It will just prevent gb.desktop to store
  password in the Gnome keyring.
 
  So I suggest that you delete your Gambas directory, do a checkout from
  start, and compile everything again!
 
  Regards,

 I have it done before I send the last results.
 Removed all in /usr/local, everywhere in my home and in the /root dir
 and /usr/share, the /tmp/gambas###

Did you remove the symbolic links in /usr/bin ?

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st
On Wednesday 28 January 2009, Benoit Minisini wrote:
 On mercredi 28 janvier 2009, Ron_1st wrote:
   There was a syntax error in gb.db.mysql I just fixed, but it is not
   related to your problems.
  
   The gb.desktop.gnome missing library (gnome-keyring-1) does not prevent
   gb.desktop to be compiled. It will just prevent gb.desktop to store
   password in the Gnome keyring.
  
   So I suggest that you delete your Gambas directory, do a checkout from
   start, and compile everything again!
  
   Regards,
 
  I have it done before I send the last results.
  Removed all in /usr/local, everywhere in my home and in the /root dir
  and /usr/share, the /tmp/gambas###
 
 Did you remove the symbolic links in /usr/bin ?
 

No sybolic links in /usr/bin

By configure no --prefix result in /usr/local here so all is in /usr/local/bin
also the symlinks





Best regards,

Ron_1st

-- 
  

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-27 Thread Ron_1st

svn 1825

then mv -f .deps/CImageStat.Tpo .deps/CImageStat.Plo; else rm -f 
.deps/CImageStat.Tpo; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -I../../libltdl -pipe -Wall 
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT CImageStat.lo 
-MD -MP -MF .deps/CImageStat.Tpo -c CImageStat.c  -fPIC -DPIC -o 
.libs/CImageStat.o
In file included from CImageStat.c:27:
image_stat.h:77:7: warning: no newline at end of file
make[5]: *** No rule to make target `c_color.lo', needed by `gb.image.la'.  
Stop.
make[5]: Leaving directory `/home/ron/src/gambas3/trunk/main/lib/image'
make[4]: *** [all-recursive] Error 1



Best regards,

Ron_1st

-- 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-26 Thread Benoit Minisini
On lundi 26 janvier 2009, Ron_1st wrote:
 On Sunday 25 January 2009, Benoit Minisini wrote:
  Apparently the gb.qt component did not compile - You should check that
  before trying to install anything.

 in output.txt

 line# 5623:
 Compiling the gb.gtk project...
 gb.gtk
 /root/src/gambas/trunk/gb.gtk/src/gb.gtk/Action.class:16: Unknown
 identifier: Picture

 line# 5968:
 Compiling the gb.qt project...
 gb.qt
 /root/src/gambas/trunk/gb.qt/src/gb.qt/Action.class:16: Unknown identifier:
 Picture


 line# 6613:
 Compiling the gb.desktop project...
 gb.desktop
 Cannot read component list file:
 /root/.local/share/gambas3/info/gb.form.list
 /root/src/gambas/trunk/gb.desktop/src/gb.desktop/DesktopWindow.class:14:
 Unknown identifier: Image

 Creating the information files for gb.desktop component...
 gb.desktop

 !!! hu what does gb.form.list have to do with gb.desktop and the path
 /root/.local/ 






 Best regards,

 Ron_1st

Apparently you have compiled the same version of Gambas on different 
locations, without removing the previous installation before installing the 
new one.

To uninstall Gambas, you had to run make uninstall.

Now you have to clean up your system, by removing the removing the symbolic 
links created in /usr/bin. Their names are /usr/bin/gb?3. Then you can 
run make install again.

Regards,

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-26 Thread Ron_1st
On Monday 26 January 2009, Benoit Minisini wrote:
 On lundi 26 janvier 2009, Ron_1st wrote:

---8---

  !!! hu what does gb.form.list have to do with gb.desktop and the path
  /root/.local/ 
 
 
 
  Best regards,
 
  Ron_1st
 
 Apparently you have compiled the same version of Gambas on different 
 locations, without removing the previous installation before installing the 
 new one.
Yes correct.
1st in home/src/gambas
got the /root/.local/ so maybe a (k)ubuntu sudo problem?

2nd in /root/src/gambas
and got again the /root/.local/

 
 To uninstall Gambas, you had to run make uninstall.
Stupid me, forgotten this

 
 Now you have to clean up your system, by removing the removing the symbolic 
 links created in /usr/bin. Their names are /usr/bin/gb?3. Then you can 
 run make install again.
? They are out of box from svn in /usr/local/* instead /usr/* here. ?

 
 Regards,
 

OK makes sense as usual :)
Search for other gambas files : mime parts : deleted
For 98% no more found.

The only diff seen is gambas-database-manager, one with 2 other without 3

Now I have all in /usr/local/ as gambas2 and gambas3 files.


The thing that got my attention is the info and list goes
to the wrong path for componenten written in gambas.
all the other list and info files are in /usr/local/share/gambas3/info

The /root/.local/gambas3 is empty so try with symlink to
the /usr/local path
Less errors to see.
A common error is gb.form, gb.de.form and gb.form.mdi 

gb.xml
gb.xml.rpc
gb.xml.xslt
Installing the components...
Compiling gb.settings...
OK
Installing gb.settings...
Compiling gb.info...
OK
Installing gb.info...
Compiling gb.form...
Cannot read component list file: /root/.local/share/gambas3/info/gb.form.list
/root/src/gambas/trunk/comp/src/gb.form/Balloon.class:5: Unknown identifier: 
Control


r...@terminator:~/src/gambas/trunk/comp/src/gb.form# ./gb.form.gambas
No protocol specified

(gb.form.gambas:2318): Gtk-WARNING **: cannot open display: :0.0

Question Gtk ?? gtk-dev is all installed and kubuntu uses QT.

The problem with display :0.0 is known why.

Still investigating :)


Best regards,

Ron_1st

-- 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-25 Thread Benoit Minisini
On lundi 26 janvier 2009, Ron_1st wrote:
 On Sunday 25 January 2009, Benoit Minisini wrote:
  On dimanche 25 janvier 2009, Ron_1st wrote:
   kubuntu 8.04
  
   r...@terminator:~# aclocal --version
 aclocal (GNU automake) 1.10.1
   r...@terminator:~# automake --version
 automake (GNU automake) 1.10.1
   r...@terminator:~# libtool --version
 ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493
   2008/02/01 16:58:18)
  
  
   got the svn source
   reconf-all
   configure
   make
  
   make install
   Get:
  
   Installing gb.settings...
   Compiling gb.info...
   OK
   Installing gb.info...
   Compiling gb.form...
   Cannot read component list file:
   /root/.local/share/gambas3/info/gb.form.list
   /root/src/gambas/trunk/comp/src/gb.form/Balloon.class:5: Unknown
   identifier: Control Installing gb.form...
   /usr/bin/install: cannot stat `.info': No such file or directory
   chmod: cannot access `/usr/local/share/gambas3/info/gb.form.info': No
   such file or directory /usr/bin/install: cannot stat `.list': No such
   file or directory
   chmod: cannot access `/usr/local/share/gambas3/info/gb.form.list': No
   such file or directory Compiling gb.form.dialog...
   Cannot read component list file:
   /root/.local/share/gambas3/info/gb.form.list
   /root/src/gambas/trunk/comp/src/gb.form.dialog/FDirDialog.class:51:
   Unknown identifier: DirChooser 8
   Cannot read component list file:
   /root/.local/share/gambas3/info/gb.form.list
   /usr/local/share/gambas3/examples/Sound/MusicPlayer/FSoundPlayer.class:
  106: Unknown identifier: ToolButton Compiling Video/MoviePlayer/...
   /usr/local/share/gambas3/examples/Video/MoviePlayer/FMoviePlayer.class:
  159: Unknown identifier: TextLabel Compiling Video/MyWebCam/...
   /usr/local/share/gambas3/examples/Video/MyWebCam/Form1.class:234:
   Unknown identifier: PictureBox make[2]: Nothing to be done for
   `install-data-am'. make[2]: Leaving directory
   `/root/src/gambas/trunk/examples'
   make[1]: Leaving directory `/root/src/gambas/trunk/examples'
   make[1]: Entering directory `/root/src/gambas/trunk'
   make[2]: Entering directory `/root/src/gambas/trunk'
   make[2]: Nothing to be done for `install-exec-am'.
   make[2]: Nothing to be done for `install-data-am'.
   make[2]: Leaving directory `/root/src/gambas/trunk'
   make[1]: Leaving directory `/root/src/gambas/trunk'
   r...@terminator:~/src/gambas/trunk#
  
   It does not matter doing all as user or as root
  
   I'm now going to try downgrade to aclocal/automake 1.9
   But still the interesting point is
 Cannot read component list file:
   /root/.local/share/gambas3/info/gb.form.list and many more for
   component list files /root/.local/share/
   this happens also as done as user ron with sudo make install
  
  
   r...@terminator:~/src/gambas/trunk# whoami
   root
  
  
  
   Best regards,
  
   Ron_1st
 
  Apparently the gb.qt component did not compile - You should check that
  before trying to install anything.

 just done:
 ( ./configure -C; make; make install )  output.txt 21

 I see at line 149 and up

 checking for external internationalization library headers... /usr/include/
 checking for external internationalization library libraries... no
 configure: WARNING: Unable to find file: libintl.so
 configure: This library may be located inside the system C library, so
 let's go on... checking for optional external charset conversion library
 headers... /usr/include/ checking for optional external charset conversion
 library libraries... no configure: WARNING: Unable to find file:
 libiconv.so
 configure: This library may be located inside the system C library, so
 let's go on... checking for foreign function interface component with
 pkg-config... no configure: WARNING: *** foreign function interface is
 disabled
 checking for foreign function interface headers... /usr/include/
 checking for foreign function interface libraries... /usr/lib/


 libintl.so and libiconv.so do not exist in (k)ubuntu 8.04, I Can't find
 them. the .h however is there.
 With apt-file search i get


 apt-file search libiconv.so
 none found

 apt-file search libiconv
 libiconv-hook-dev: /usr/lib/libiconv_hook.so
 libiconv-hook-dev: /usr/share/doc/libiconv-hook-dev/changelog.Debian.gz
 libiconv-hook-dev: /usr/share/doc/libiconv-hook-dev/changelog.gz
 libiconv-hook-dev: /usr/share/doc/libiconv-hook-dev/copyright
 libiconv-hook1: /usr/lib/libiconv_hook.a
 libiconv-hook1: /usr/lib/libiconv_hook.so.1
 libiconv-hook1: /usr/lib/libiconv_hook.so.1.0.0
 libiconv-hook1: /usr/share/doc/libiconv-hook1/README.Debian
 libiconv-hook1: /usr/share/doc/libiconv-hook1/README.JP.gz
 libiconv-hook1: /usr/share/doc/libiconv-hook1/README.gz
 libiconv-hook1: /usr/share/doc/libiconv-hook1/changelog.Debian.gz
 libiconv-hook1: /usr/share/doc/libiconv-hook1/changelog.gz
 libiconv-hook1: /usr/share/doc/libiconv-hook1/copyright

 apt-file search libintl.so
 gettext: /usr/lib/preloadable_libintl.so
 libuclibc-dev: 

Re: [Gambas-user] make install errors

2009-01-25 Thread Ron_1st
On Monday 26 January 2009, Benoit Minisini wrote:
  Best regards,
 
  Ron_1st
 
 These libraries are not mandatory: they do not exist on Linux, but they exist 
 on other Unices, and so are used only when present.
 
 Regards,
 

OK, solved  this part.

Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install errors

2009-01-25 Thread Ron_1st
On Sunday 25 January 2009, Benoit Minisini wrote:
 
 Apparently the gb.qt component did not compile - You should check that before 
 trying to install anything.
 

in output.txt

line# 5623:
Compiling the gb.gtk project...
gb.gtk
/root/src/gambas/trunk/gb.gtk/src/gb.gtk/Action.class:16: Unknown identifier: 
Picture

line# 5968:
Compiling the gb.qt project...
gb.qt
/root/src/gambas/trunk/gb.qt/src/gb.qt/Action.class:16: Unknown identifier: 
Picture


line# 6613:
Compiling the gb.desktop project...
gb.desktop
Cannot read component list file: /root/.local/share/gambas3/info/gb.form.list
/root/src/gambas/trunk/gb.desktop/src/gb.desktop/DesktopWindow.class:14: 
Unknown identifier: Image

Creating the information files for gb.desktop component...
gb.desktop

!!! hu what does gb.form.list have to do with gb.desktop and the path 
/root/.local/ 






Best regards,

Ron_1st

-- 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user