Re: [Gambas-user] compiling gambas2 on opensuse 11.1 x64

2009-08-08 Thread kobolds




kobolds wrote:
 
 I try many times try to compile gambas2 from source . I left with 4
 warning to solve . please help me 
 http://www.nabble.com/file/p24868373/log.txt log.txt 
 
 - gb.corba 
libACE.so  - from acroread , libomniORB4.so, libomniDynamic4.so
 
 - gb.db.firebird 
install from opensuse database respository
 (http://download.opensuse.org/repositories/server:/database/openSUSE_11.1/) 
 
 - gb.db.mysql
  install from opensuse database respository
 (http://download.opensuse.org/repositories/server:/database/openSUSE_11.1/) 
 but missing mysql-devel  .
 
 - gb.qte
?? no idea what missing ?? 
 
 
 
 
 
 


I try compile gambas3, this time I get different problem
- gb.corba 
- gb.db.firebird 
- gb.db.mysql
- gb.sdl


i don't know how to solve this problem. can anyone help me please?



-- 
View this message in context: 
http://www.nabble.com/compiling-gambas2-on-opensuse-11.1-x64-tp24868373p24876908.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
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] Why I meet illegal instruction ?

2009-08-08 Thread Benoît Minisini
 My Dear,
 I'm a fortune teller, writing a predict fortune program.

 dim gan as TienGan 'TienGan is a Class
 dim dx as ShiXing   'ShiXing is a Class
 dim fd as FlowData 'FlowData is a Class, it have defined many constant.

 gan = new TienGan(3, fd)
 dx = new ShiXing(gan.GetValue(), fd)
 why  dx = new ... this line wrong ? gambas said illegal instruction .
 Thank you



This is usually a bug in Gambas, but I need your full project and a way to 
reproduce the Illegal instruction error. Otherwise I can't fix it!

Regards,

-- 
Benoît

--
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 in Science ?

2009-08-08 Thread Carlos Prieto López
I recently used Gambas for a simple ray-tracing application to simulate the
effects of dissipation on light refraction. I am currently working on a
program to store, manipulate and present laboratory data.

I'm not familiar to the modules you talk about.

Regards,

Carlos

2009/8/7 Nick Rathke n...@sci.utah.edu

 Hi Gambas users,

 I was wondering if any one is using Gambas for Science related work ?

 Would Gambas modules fo OpenMPI, OpenMP, CUDA be useful ? How about BLAS
 or Lapack ?

 I am not sure how doable any of these are, but I might try to put some
 of these together for my own use

 --
 Nick Rathke
 Scientific Computing and Imaging Institute
 Sr. Systems Administrator
 n...@sci.utah.edu
 www.sci.utah.edu
 801-587-9933
 801-557-3832

 I came I saw I made it possible Royal Bliss - Here They Com


 --
 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] Gambas in Science ?

2009-08-08 Thread Jean-Yves F. Barbier
Nick Rathke a écrit :
 Hi Gambas users,
 
 I was wondering if any one is using Gambas for Science related work ?

No, I tried to rule the world through Gambas, but it didn't worked (yet:)
 
 Would Gambas modules fo OpenMPI, OpenMP, CUDA be useful ? How about BLAS 
 or Lapack ?

May be it is not the right way to consider it, AFAIK these have also command 
line
possibilities, so may be writing a nice GUI with Gambas and call/retrieve with 
it
is the solution - Yours involve inclusion of alien programming that will call 
for
too much dependencies (and compilation/optimization problems) and trying to see
things by Benoît's eyes: its hard enough to maintain AND develop one whole 
language
to loose time with alien inclusions/evolutions.

JY

-- 
Les choses ne sont pas toujours ce que l'on voudrait qu'elles soient qu'elles 
fussent -- P. Dac

--
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] Reading settings

2009-08-08 Thread Charlie Reinl
Am Freitag, den 07.08.2009, 16:38 -0500 schrieb M0E Lnx:
 Speaking of legal stuff.
 
 My project is released under the gpl v3.
 Can the guy who wrote this add licensing so I can use it please?
 
Salut,

the problem is, I can't add a license.

1. I did nothing on that code, only compiling gb.settings from gambas3
with gambas2.

2. as you can read above, that is gambas3 code , you can find in
gambas3 package. In .project file (I also took the one from gb.settings
of gambas3) is written 
License=General Public Licence  

3. all what I did, I named that child gb.settings-bp, because without
the new name it didn't appear in 'components'.

So I think the fact, that I posted my changes which I made on open
source software, back to the community, is the prove that it still is
open source.

If you still have problems, with that, throw away my package, and make
what Benoît said.
Pull out the 3 files from the gambas3 2.99.0
Revision: 2218 package and use them. OK


-- 
Amicalment
Charlie


--
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] Reading settings

2009-08-08 Thread M0E Lnx
Ok. Gambas is open source after all, so if it's all gambas code, and
you posted the thing here I got no problem with it.

Thanks

--
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] compiling gambas2 on opensuse 11.1 x64

2009-08-08 Thread kobolds



Benoît Minisini wrote:
 
 kobolds wrote:
  I try many times try to compile gambas2 from source . I left with 4
  warning to solve . please help me
  http://www.nabble.com/file/p24868373/log.txt log.txt
 
  - gb.corba
 libACE.so  - from acroread , libomniORB4.so, libomniDynamic4.so
 
  - gb.db.firebird
 install from opensuse database respository
 
 (http://download.opensuse.org/repositories/server:/database/openSUSE_11.1
 /)
 
  - gb.db.mysql
   install from opensuse database respository
 
 (http://download.opensuse.org/repositories/server:/database/openSUSE_11.1
 /) but missing mysql-devel  .
 
  - gb.qte
 ?? no idea what missing ??

 I try compile gambas3, this time I get different problem
 - gb.corba
 - gb.db.firebird
 - gb.db.mysql
 - gb.sdl


 i don't know how to solve this problem. can anyone help me please?
 
 Not compiling gb.qte is not a problem, forget it. But for the others, you
 just 
 have to install the development packages needed by the components. I don't 
 know how they name them on OpenSuse, but did you read the documentation
 about 
 OpenSuse installation on the wiki?
 
 -- 
 Benoît
 
 --
 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
 
 

yes I had read the wiki . I having some trouble because of 64bit and kde 4.3 

I manage to solved the firebird and mysql problem. 

now left corba and qte . no info about these two on wiki . 

I  ignore these two problem and install . things work fine but the help
browser not show up

-- 
View this message in context: 
http://www.nabble.com/compiling-gambas2-on-opensuse-11.1-x64-tp24868373p24882620.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
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


[Gambas-user] glut

2009-08-08 Thread abdurrahman ulusoy
hi
i think there arent glut library in gambas. do you think import it.




  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
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