Re: [Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread José Luis Redrejo Rodríguez
2009/11/26 Benoît Minisini gam...@users.sourceforge.net

  Hi !
 
  I'm still engaged on Gambas in ARM...
 
  This is my situation:
 
  I download the gambas source and I want to compile gambas for ARM 9
 target.
 
  Usually I use a x86 linux machine for crosscompile my program.
  The crosscompile that I use is arm-none-linux-gnuabi .
 
  I configure the packet with this configure line (On the x86 Platform):
 
  ./configure --host=arm-none-linux-gnueabi -C
  --prefix=/data/GEA_M6425/ltib/rootfs/usr/local/
  --exec-prefix=/data/GEA_M6425/ltib/rootfs/usr/local/
  --with-sdl-includes=/usr/include/SDL/
  --with-sdl-libraries=/usr/lib/
  --with-libxml-includes=/usr/include/libxml2
   --with-xslt-includes=/usr/include/libxslt --disable-corba
  --disable-qte --disable-kde
--disable-sdl --disable-sdlsound --disable-xml
  --disable-v4l --disable-crypt
--disable-opengl --disable-corba --disable-image
  --disable-desktop --disable-mysql
--disable-odbc --disable-postgresql --disable-sqlite2
  --disable-sqlite3 --disable-firebird
--disable-gtk --disable-gtksvg  --disable-bzlib2
  --disable-zlib
 
  and the configure step ends without error.
 
  Next I make the source ,on the x86 platform yet ,and also this step
  ends without error.
 
  The situation is that now I have on the x86 some ARM's binaries like
  gbi2, and when I
  make install the step ends with errors, because (I think !) the make
  invoke the gbi2 command
  that is an ARM binaries
 
  If what I said is correct how I can do for port gambas on ARM ?
 
  Is correct to crosscompile the gcc compile for ARM and then made
  ./configure make make install
  on the ARM platform ?
 
  Did Someone do this operation , and if yes which compiler used ?
 

 Yes, the Gambas make install is special as it runs the Gambas compiler to
 compile everything made in Gambas in the source package, and the informer
 (gbi2) to create information about components.

 But as the automatic ARM builder of Debian succeeded in making ARM packages
 for Gambas, maybe Jose can tell you where (I don't remember the link) you
 can
 see the output of the compilation process. Maybe you will see which flag to
 use and when using them to make the installation process work.

 Regards,


 --
 Benoît Minisini


Hi again, the compiling logs of gambas in all the platforms Debian supports
are at https://buildd.debian.org/pkg.cgi?pkg=gambas2


Regards.
José L:
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-24 Thread José Luis Redrejo Rodríguez
2009/11/23 Rob sourceforge-raind...@kudla.org

 On Monday 23 November 2009 05:07 pm, Vackoy wrote:
  I think is an excellent idea but i don't know if it is possible.
  Sorry my ignorance but what is an ecma-script code??

 ECMAscript is the language used in web browsers as Javascript and in
 Flash applets as Actionscript.

 I don't really think crosscompiling Gambas code to Javascript makes any
 more sense than crosscompiling Gambas code to Java.

 Rob


Hi Rob, there's a big difference, crosscompiling Gambas code to Javascript
will allow you programming in Gambas and running your applications in any
modern browser, without the overload of Java.
That's the idea behind of GWT [1] or Pyjama [2], and I can assure you that
both are good project, and GWT is very succesfully and is making me thinking
of migrate some of my gambas applications to a web interface, even if I have
to use Java (which I wouldn't say it's a language I love) to do the user
frontend.
More and more, everyday, users love the web interface, even if the
application is not  a real web interface. I.E: a small daemon running python
with the twisted framework providing the user interface in javascript in the
browser is prefered to  a real desktop application. At least in the schools
world where I spend most of my time.
Regards.
José L.

[1] http://code.google.com/webtoolkit/
[2] http://pyjs.org/
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-24 Thread José Luis Redrejo
2009/11/23 Rob sourceforge-raind...@kudla.org

 On Monday 23 November 2009 05:07 pm, Vackoy wrote:
  I think is an excellent idea but i don't know if it is possible.
  Sorry my ignorance but what is an ecma-script code??

 ECMAscript is the language used in web browsers as Javascript and in
 Flash applets as Actionscript.

 I don't really think crosscompiling Gambas code to Javascript makes any
 more sense than crosscompiling Gambas code to Java.

 Rob


Hi Rob, there's a big difference: crosscompiling Gambas code to Javascript
will allow you programming in Gambas and running your applications in any
modern browser, without the overload of Java.
That's the idea behind of GWT [1] or Pyjama [2], and I can assure you that
both are good projects, and GWT is very succesfully and is making me
thinking of migrate some of my gambas applications to a web interface, even
if I have to use Java (which I wouldn't say it's a language I love) to do
the user frontend.
More and more, everyday, users love the web interface, even if the
application is not  a real web interface. I.E: a small daemon running python
with the twisted framework providing the user interface in javascript in the
browser is prefered to  a real desktop application. At least in the schools
world where I spend most of my time.
Regards.
José L.

[1] http://code.google.com/webtoolkit/
[2] http://pyjs.org/
 http://pyjs.org/
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread José Luis Redrejo Rodríguez
Matteo, you should add:

--host=arm-linux-gnueabi --build=arm-linux-gnueabi
to your ./configure call.

Anyway, at
https://buildd.debian.org/fetch.cgi?pkg=gambas2;ver=2.17.0-1;arch=armel;stamp=1256678530you
can see a complete compilation of gambas in armel.
Maybe it helps you.

Regards.
José L.

2009/11/23 Benoît Minisini gam...@users.sourceforge.net

 The output is:
 i686-pc-linux-gnu
 Benoît Minisini ha scritto:
 

 Is it normal, as you are compiling for ARM?

 --
 Benoît Minisini


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] configure and gb.qte

2009-05-15 Thread José Luis Redrejo
2009/5/15 Rolf-Werner Eilert eilert-sprac...@t-online.de

 I just downloaded the 2.13 release. Trying to compile it, I ran into
 this old error of gb.qte. Here is the rest of the ./configure messages
 where it eventually stops:

 checking if g++ static flag -static works... yes
 checking if g++ supports -c -o file.o... yes
 checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports
 shared libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 (cached) (cached) checking how to hardcode library paths into
 programs... immediate
 appending configuration tag F77 to libtool
 checking for QT meta-object compiler... /usr/lib/qt3/bin/moc
 checking for QT/Embedded component headers... /usr/lib/qt3/include/
 checking for QT/Embedded component libraries... no
 configure: WARNING: Unable to find file: libqte-mt.so
 configure: WARNING: *** QT/Embedded component is disabled
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: error: cannot find input file: src/Makefile.in
 configure: error: ./configure failed for gb.qte


 As this is an old problem, I thought you guys might meanwhile have a
 solution for this?

 The system here is a Suse 10.3, up to now there has been no problem with
 Gambas compilations, as far as I remember.

 R



It's a new problem with 2.13. You can use
./configure --disable-qte
as a workaround

Regards
José L.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing Component Directory in Ubuntu and Debian packages

2009-03-27 Thread José Luis Redrejo
2009/3/27 jbskaggs jbska...@skaggsworld.com


 Could whoever packages the Ubuntu and / or Debian Packages look into fixing
 the gb-sdl-sound directories?  They are missing and do not get installed.



Which one is missed? :
http://packages.debian.org/squeeze/i386/gambas2-gb-sdl/filelist


José L.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas on ARM?

2009-02-21 Thread José Luis Redrejo
2009/2/21 Hans-Martin bundesh...@yahoo.de

 Hi all,

 to make it short:

 Is it possible to compile gambas for ARM-Plattforms for eg Openmokos
 Freerunner (http://wiki.openmoko.org/wiki/Neo_FreeRunner)?


Compiling it should be possible, just take a look at
http://packages.debian.org/search?keywords=gambas2-devsearchon=namessuite=allsection=all

but I guess nobody tested if it works in some of the compiled platforms.

Regards
José L.
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 2.8 packages for Debian?

2008-09-08 Thread José Luis Redrejo
I've them for Debian sid  lenny. I'll upload it to Debian this week. For
etch you'll have to wait a  little more (for etch a gtk backport must be
used).
Regards.
José L.

2008/9/8 Ron [EMAIL PROTECTED]


 Anyone has Gambas 2.8 packages for Debian etch (4.0r3)?
 Or has a nice script or document to build them?

 Thanks.
 Regards,
 Ron_2nd



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user