Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-19 Thread Jussi Lahtinen
I can't quite understand your question...
Gambas has ability to make installation packages (Project -- Make --
Installation package...).
./configure -C and make doesn't need sudo, only make install needs it.

Jussi


On Fri, Dec 18, 2009 at 16:45, craf p...@vtr.net wrote:
 -Mensaje original-
 De: Benoît Minisini gam...@users.sourceforge.net
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Fri, 18 Dec 2009 15:33:07 +0100

 -Mensaje original-
 De: Benoît Minisini gam...@users.sourceforge.net
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Fri, 18 Dec 2009 11:53:09 +0100

  Hello.
 
  When I create a new project with database support. The hidden file .
  project  show me the  components that are needed to run the
  application.
 
  Example.
 
  # Gambas Project File 2.0
  Title=myproject
  Startup=FMain
  Library=gb.db
  Library=gb.gtk
  Library=gb.gtk.ext
  Library=gb.form =NOT FOUND
  Library=gb.db.form
 
  All the components I could find in the folder / usr/local/lib/gambas2 /
  but that is not the only component is the gb.form.
  How can I locate it, or refers to another component in particular?.
 
  Regards
 
 
  Your installation of Gambas is apparently broken. How did you install it?

 Hi Benoit, thanks for responding.

 I tell you, I'm trying to do an install script of my programs in order
 to distribute other equipment. I need to copy all the shared libraries
 needed by components Gambas.

 To do this read the file (. Project) and then run ldd component
 instruction. The script finds all least gb.form component.

 I have no problems running Gambas and run my programs, just do not find
 the component gb.form in the folder /usr/local/lib/gambas2.


gb.form is a component written in gambas, so you have only the gb.form.gambas
and gb.form.component files in the lib/gambas2 directory.

Regards,

 Hello.

 So I need the component gb.form?.

 If so, why I run my applications, if required this component, because
 when you create a basic gtk application, me included?.

 What would that do to include it in my collection?, Or is it normal that
 I receive?.

 Regards.


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-19 Thread craf
-Mensaje original-
De: Jussi Lahtinen jussi.lahti...@gmail.com
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: mailing list for gambas users gambas-user@lists.sourceforge.net
Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
in /usr/local/lib/gambas2]
Fecha: Sat, 19 Dec 2009 16:05:16 +0200

I can't quite understand your question...
Gambas has ability to make installation packages (Project -- Make --
Installation package...).
./configure -C and make doesn't need sudo, only make install needs it.

Jussi

Hello.

I have no problem with the installation of Gambas.

What I am trying to do is a script to install my application on another
computer without having all the libraries compartidas.Now, to know what
components are needed, just look at the file (. project), which shows
you the necessary libraries .
Example
Library = gb.db
Library = gb.gtk
etc.

The problem is that Gambas brings extra controls that are installed with
the library gb.form, which comes not listed in the hidden file
(.project), it leaves the library gb.draw which is also required. Only I
mean that in the file (. project) would appear all the libraries that
are marked in the section components within the Gambas IDE.

As I explained Benoit, is that the library is a component gb.form done
with Gambas and therefore does not appear listed in the file (.project).

Unfortunately English is not my native language, and can misinterpret
what I need.

Regards.



On Fri, Dec 18, 2009 at 16:45, craf p...@vtr.net wrote:
 -Mensaje original-
 De: Benoît Minisini gam...@users.sourceforge.net
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Fri, 18 Dec 2009 15:33:07 +0100

 -Mensaje original-
 De: Benoît Minisini gam...@users.sourceforge.net
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Fri, 18 Dec 2009 11:53:09 +0100

  Hello.
 
  When I create a new project with database support. The hidden file .
  project  show me the  components that are needed to run the
  application.
 
  Example.
 
  # Gambas Project File 2.0
  Title=myproject
  Startup=FMain
  Library=gb.db
  Library=gb.gtk
  Library=gb.gtk.ext
  Library=gb.form =NOT FOUND
  Library=gb.db.form
 
  All the components I could find in the folder / usr/local/lib/gambas2 /
  but that is not the only component is the gb.form.
  How can I locate it, or refers to another component in particular?.
 
  Regards
 
 
  Your installation of Gambas is apparently broken. How did you install it?

 Hi Benoit, thanks for responding.

 I tell you, I'm trying to do an install script of my programs in order
 to distribute other equipment. I need to copy all the shared libraries
 needed by components Gambas.

 To do this read the file (. Project) and then run ldd component
 instruction. The script finds all least gb.form component.

 I have no problems running Gambas and run my programs, just do not find
 the component gb.form in the folder /usr/local/lib/gambas2.


gb.form is a component written in gambas, so you have only the gb.form.gambas
and gb.form.component files in the lib/gambas2 directory.

Regards,

 Hello.

 So I need the component gb.form?.

 If so, why I run my applications, if required this component, because
 when you create a basic gtk application, me included?.

 What would that do to include it in my collection?, Or is it normal that
 I receive?.

 Regards.


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


--
This SF.Net

Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-19 Thread Benoît Minisini
 -Mensaje original-
 De: Jussi Lahtinen jussi.lahti...@gmail.com
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Sat, 19 Dec 2009 16:05:16 +0200
 
 I can't quite understand your question...
 Gambas has ability to make installation packages (Project -- Make --
 Installation package...).
 ./configure -C and make doesn't need sudo, only make install needs
  it.
 
 Jussi
 
 Hello.
 
 I have no problem with the installation of Gambas.
 
 What I am trying to do is a script to install my application on another
 computer without having all the libraries compartidas.Now, to know what
 components are needed, just look at the file (. project), which shows
 you the necessary libraries .
 Example
 Library = gb.db
 Library = gb.gtk
 etc.
 
 The problem is that Gambas brings extra controls that are installed with
 the library gb.form, which comes not listed in the hidden file
 (.project), it leaves the library gb.draw which is also required. Only I
 mean that in the file (. project) would appear all the libraries that
 are marked in the section components within the Gambas IDE.
 
 As I explained Benoit, is that the library is a component gb.form done
 with Gambas and therefore does not appear listed in the file (.project).
 
 Unfortunately English is not my native language, and can misinterpret
 what I need.
 
 Regards.
 

Yes, there are hidden dependencies: gb.draw, that is needed by all GUI 
components, any gb.db.* driver that could be loaded by the gb.db component.

But you should get an error message while running your program if a Gambas 
component written in C/C++ is missing.

Beside the hidden dependencies, you just have to list all Library= lines in 
the .project file, and copy in the /lib/gambas2 directory all files beginning 
with the component name.

For example: you have gb.form in the .project file? Do a cp gb.form.* 
destination.

If you want all the details, read the how to package gambas page on the 
wiki.

Regards,
-- 
Benoît Minisini

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-19 Thread craf
-Mensaje original-
De: Benoît Minisini gam...@users.sourceforge.net
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: mailing list for gambas users gambas-user@lists.sourceforge.net
Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
in /usr/local/lib/gambas2]
Fecha: Sat, 19 Dec 2009 22:44:23 +0100

 -Mensaje original-
 De: Jussi Lahtinen jussi.lahti...@gmail.com
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Sat, 19 Dec 2009 16:05:16 +0200
 
 I can't quite understand your question...
 Gambas has ability to make installation packages (Project -- Make --
 Installation package...).
 ./configure -C and make doesn't need sudo, only make install needs
  it.
 
 Jussi
 
 Hello.
 
 I have no problem with the installation of Gambas.
 
 What I am trying to do is a script to install my application on another
 computer without having all the libraries compartidas.Now, to know what
 components are needed, just look at the file (. project), which shows
 you the necessary libraries .
 Example
 Library = gb.db
 Library = gb.gtk
 etc.
 
 The problem is that Gambas brings extra controls that are installed with
 the library gb.form, which comes not listed in the hidden file
 (.project), it leaves the library gb.draw which is also required. Only I
 mean that in the file (. project) would appear all the libraries that
 are marked in the section components within the Gambas IDE.
 
 As I explained Benoit, is that the library is a component gb.form done
 with Gambas and therefore does not appear listed in the file (.project).
 
 Unfortunately English is not my native language, and can misinterpret
 what I need.
 
 Regards.
 

Yes, there are hidden dependencies: gb.draw, that is needed by all GUI 
components, any gb.db.* driver that could be loaded by the gb.db component.

But you should get an error message while running your program if a Gambas 
component written in C/C++ is missing.

Beside the hidden dependencies, you just have to list all Library= lines in 
the .project file, and copy in the /lib/gambas2 directory all files beginning 
with the component name.

For example: you have gb.form in the .project file? Do a cp gb.form.* 
destination.

If you want all the details, read the how to package gambas page on the 
wiki.

Regards,

Thanks Benoit. 

Now I have clearer ideas.

Regards


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-18 Thread Benoît Minisini
 Hello.
 
 When I create a new project with database support. The hidden file .
 project  show me the  components that are needed to run the
 application.
 
 Example.
 
 # Gambas Project File 2.0
 Title=myproject
 Startup=FMain
 Library=gb.db
 Library=gb.gtk
 Library=gb.gtk.ext
 Library=gb.form =NOT FOUND
 Library=gb.db.form
 
 All the components I could find in the folder / usr/local/lib/gambas2 /
 but that is not the only component is the gb.form.
 How can I locate it, or refers to another component in particular?.
 
 Regards
 

Your installation of Gambas is apparently broken. How did you install it?

-- 
Benoît Minisini

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-18 Thread craf
-Mensaje original-
De: Benoît Minisini gam...@users.sourceforge.net
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: mailing list for gambas users gambas-user@lists.sourceforge.net
Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
in /usr/local/lib/gambas2]
Fecha: Fri, 18 Dec 2009 11:53:09 +0100

 Hello.
 
 When I create a new project with database support. The hidden file .
 project  show me the  components that are needed to run the
 application.
 
 Example.
 
 # Gambas Project File 2.0
 Title=myproject
 Startup=FMain
 Library=gb.db
 Library=gb.gtk
 Library=gb.gtk.ext
 Library=gb.form =NOT FOUND
 Library=gb.db.form
 
 All the components I could find in the folder / usr/local/lib/gambas2 /
 but that is not the only component is the gb.form.
 How can I locate it, or refers to another component in particular?.
 
 Regards
 

 Your installation of Gambas is apparently broken. How did you install it?

Hi Benoit, thanks for responding. 

I tell you, I'm trying to do an install script of my programs in order
to distribute other equipment. I need to copy all the shared libraries
needed by components Gambas.
 
To do this read the file (. Project) and then run ldd component
instruction. The script finds all least gb.form component.
 
I have no problems running Gambas and run my programs, just do not find
the component gb.form in the folder /usr/local/lib/gambas2. 

The installation I do is the next to my computer with Ubuntu 9.04. 

1) Position needed packages: 

sudo apt-get install build-essential autoconf libbz2-dev libfbclient2
libgnorba-dev libmysqlclient15-dev unixodbc-dev libpq-dev libsqlite0-dev
libsqlite3-dev libgtk2.0-dev libldap2-dev gnutls-dev
libcurl4-libgtkglext1-dev libpcre3-dev libsdl-dev
libsdl-sound1.2-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev
libxslt1-dev libbonobo2-dev libcos4-dev libomniorb4-dev librsvg2-dev-dev
libpoppler libpoppler-glib-dev libesd0-dev libasound2-dev libesd-alsa0
libdirectfb-dev-dev libaa1 libxtst-dev libffi-dev kdelibs4-dev
firebird2.1-dev libqt4-dev 

2) After installing I always: 

$ Cd / usr/src/gambas2-2.18.0 
$ Sudo. / Configure-C 
$ Sudo make 
$ Sudo make install 

After that I normally run my program. 

I see the folder / usr/local/lib/gambas2 has a component gb.form.gambas
there any connection between the component gb.form?. 

Any help on this point I would appreciate it.

Regards

[OperatingSystem]
OperatingSystem=Linux
KernelRelease=2.6.28-14-generic
DistributionVendor=ubuntu
DistributionRelease=Ubuntu 9.04

[System]
CPUArchitecture=i686
TotalRam=1026628 kB

[Gambas]
Gambas1=Not Installed
Gambas2=2.18.0
Gambas2Path=/usr/local/bin/gbx2
Gambas3=Not Installed


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-18 Thread Benoît Minisini
 -Mensaje original-
 De: Benoît Minisini gam...@users.sourceforge.net
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Fri, 18 Dec 2009 11:53:09 +0100
 
  Hello.
 
  When I create a new project with database support. The hidden file .
  project  show me the  components that are needed to run the
  application.
 
  Example.
 
  # Gambas Project File 2.0
  Title=myproject
  Startup=FMain
  Library=gb.db
  Library=gb.gtk
  Library=gb.gtk.ext
  Library=gb.form =NOT FOUND
  Library=gb.db.form
 
  All the components I could find in the folder / usr/local/lib/gambas2 /
  but that is not the only component is the gb.form.
  How can I locate it, or refers to another component in particular?.
 
  Regards
 
 
  Your installation of Gambas is apparently broken. How did you install it?
 
 Hi Benoit, thanks for responding.
 
 I tell you, I'm trying to do an install script of my programs in order
 to distribute other equipment. I need to copy all the shared libraries
 needed by components Gambas.
 
 To do this read the file (. Project) and then run ldd component
 instruction. The script finds all least gb.form component.
 
 I have no problems running Gambas and run my programs, just do not find
 the component gb.form in the folder /usr/local/lib/gambas2.
 

gb.form is a component written in gambas, so you have only the gb.form.gambas 
and gb.form.component files in the lib/gambas2 directory.

Regards,

-- 
Benoît Minisini

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-18 Thread craf
-Mensaje original-
De: Benoît Minisini gam...@users.sourceforge.net
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: mailing list for gambas users gambas-user@lists.sourceforge.net
Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
in /usr/local/lib/gambas2]
Fecha: Fri, 18 Dec 2009 15:33:07 +0100

 -Mensaje original-
 De: Benoît Minisini gam...@users.sourceforge.net
 Reply-to: mailing list for gambas users
 gambas-user@lists.sourceforge.net
 Para: mailing list for gambas users gambas-user@lists.sourceforge.net
 Asunto: Re: [Gambas-user] [Fwd: Not Found component gb.form
 in /usr/local/lib/gambas2]
 Fecha: Fri, 18 Dec 2009 11:53:09 +0100
 
  Hello.
 
  When I create a new project with database support. The hidden file .
  project  show me the  components that are needed to run the
  application.
 
  Example.
 
  # Gambas Project File 2.0
  Title=myproject
  Startup=FMain
  Library=gb.db
  Library=gb.gtk
  Library=gb.gtk.ext
  Library=gb.form =NOT FOUND
  Library=gb.db.form
 
  All the components I could find in the folder / usr/local/lib/gambas2 /
  but that is not the only component is the gb.form.
  How can I locate it, or refers to another component in particular?.
 
  Regards
 
 
  Your installation of Gambas is apparently broken. How did you install it?
 
 Hi Benoit, thanks for responding.
 
 I tell you, I'm trying to do an install script of my programs in order
 to distribute other equipment. I need to copy all the shared libraries
 needed by components Gambas.
 
 To do this read the file (. Project) and then run ldd component
 instruction. The script finds all least gb.form component.
 
 I have no problems running Gambas and run my programs, just do not find
 the component gb.form in the folder /usr/local/lib/gambas2.
 

gb.form is a component written in gambas, so you have only the gb.form.gambas 
and gb.form.component files in the lib/gambas2 directory.

Regards,

Hello.

So I need the component gb.form?. 

If so, why I run my applications, if required this component, because
when you create a basic gtk application, me included?.

What would that do to include it in my collection?, Or is it normal that
I receive?.

Regards.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Fwd: Not Found component gb.form in /usr/local/lib/gambas2]

2009-12-17 Thread craf
Hello. 

When I create a new project with database support. The hidden file .
project  show me the  components that are needed to run the
application. 

Example.

# Gambas Project File 2.0
Title=myproject
Startup=FMain
Library=gb.db
Library=gb.gtk
Library=gb.gtk.ext
Library=gb.form =NOT FOUND
Library=gb.db.form

All the components I could find in the folder / usr/local/lib/gambas2 /
but that is not the only component is the gb.form.
How can I locate it, or refers to another component in particular?.

Regards

[OperatingSystem]
OperatingSystem=Linux
KernelRelease=2.6.28-14-generic
DistributionVendor=ubuntu
DistributionRelease=Ubuntu 9.04

[System]
CPUArchitecture=i686
TotalRam=1026628 kB

[Gambas]
Gambas1=Not Installed
Gambas2=2.18.0
Gambas2Path=/usr/local/bin/gbx2
Gambas3=Not Installed
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user