> So who has ordered there pi 2. I have.
Read the news yesterday. Unfortunately I've had very limited time over
for RPi as well as Gambas so let us all know how it works out for you.
/CJ
--
Dive into the
Just wanted to share this neat script that uses curl for uploading
or downloading files/directories from CLI and/or Gambas.
http://www.andreafabrizi.it/?dropbox_uploader
Takes a few minutes to set up, here is a guide...
http://xmodulo.com/access-dropbox-command-line-linux.html
/CJ
I can't see any immediate benefits for me personally.
/CJ
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub fo
rguments
to the script, then catched the output of the script in a variable.
Shell "/path/to/script.gbs arg1 arg2" To variable
Don't know if this is the best way but it works but I'm interested to lear
by doing (and
reading) thing.
>
> Regards,
> Tobi
>
> [0] http://www-e.uni-magdeburg.de/tboege/gambas
>
> --
Great work and thanks for sharing it with the rest of us. Reading
mode ON...
/CJ
--
Dive in
Hi Ivan,
> does anyone have an example of external library
> libftd2xx? I can't get data from the USB device.
If you find something please share with the list. I'm also
interested in the topic.
/CJ
> Yeah, just read the log:
>
> Unable to met pkg-config requirement: gmime-2.6
> Unable to met pkg-config requirement: gmime-2.4
Thanks, missed that part!
Will try to install libgmime-2.x-dev and rec
;m still on Natty Narwhal
so I can't use it this time.
/CJ
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks a
P3 component, also compiled OK on Raspberry Pi running
Debian Wheezy.
Finally catching up to a more recent version than 3.3.4 ;) Thanks again and
kudos
to everyone involved!
/CJ
--
See everything from the browser to t
e I'm
not able to upgrade. Have Gambas3 3.4.2 pre runtime + a few selected
components
working fine after manually upgrading a couple of the Debian packages.
/CJ
--
See everything from the browser to the database with
top.
> I only support officially supported Debian releases.
I understand that you have to draw the line somewhere I just
answered your question if Lenny was still being used ;)
/CJ
--
See everything from the bro
Gambas3)
flawlessly
and time is limited I'm still using Lenny on that one.
Also I'm a firm beliver in "if it ain't broken don't fix it" ;)
/CJ
--
See everything from the browser to th
I doing wrong?
I can't say exact what version needed for having the POP3 component
but it sounds like you need to either recompile or update to get it.
Did you compile 3.3.4 from source? I had a similar issue where gb.net.pop3
was skipped due to a missing MIME library (l
> Just looked it up, libgmime 2.4 is there on my system, but
> not the -dev version, it isn't offered at all.
What Linux distribution, version etc. are you using?
/CJ
--
See everything from the bro
net/linux/RPM/opensuse/11.4/i586/gmime-2_4-devel-2.4.21-3.2
.i586.html
/CJ
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate
y) and if
you don't have the libgmime-2.4-dev package I assume gb.mime fails first,
search logfile and see if gb.mime component was compiled OK.
/CJ
--
See everything from the browser to the database with AppDynami
t; image of the software.
>
> Do you think it's a good idea?
Would love to learn more about the individuals in the Gambas development
team, a photo would be a bonus but not mandatory IMO.
/CJ
--
October
ard to test 3.5.2 when a free timeslot arrives...
Seasons Greetings!
/CJ
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads,
Have problems sending to the list...
/CJ
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal
[Libraries]
Cairo=libcairo.so.2.11000.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.1.0
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
x27;t want to make the server address public would it be possible
for
me to send you a private e-mail with the https URL to test?
If, then just send me your e-mail address to my address used for this
mailing list...
/CJ
--
p the example program including the https test address and
send it to you when I get back home tomorrow.
/CJ
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data w
Hi Benoît,
> Can you try revision #6330 and tell me?
Thanks for looking into it! It works in #6330, tested on Ubuntu 12.04 LTS
and Xubuntu 14.04 LTS.
/CJ
--
HPCC Systems Open Source Big Data Platform from LexisNe
Anyone using ZeroMQ (a.k.a ØMQ/0MQ/zmq) with Gambas3? Looks like a nice way
doing inproc, IPC, RPC...
http://zeromq.org
Below is a nice introduction...
http://nichol.as/zeromq-an-introduction
/CJ
--
Open source
I'm trying to receive a simple structure from a shared library but
get an Type Mismatch error saying...
"wanted StructVersion, got Function instead in FMain:87"
Before calling the extern function I declare the structure, variable
and the library using...
Public Struct StructVersion
Maj
all it as a function.
Fabien and Benoît,
Unfortunately that crashes the Gambas interpreter with a Segmentation fault
(11) message?
If you are interesting to test yourself see my previous post to this list,
it includes
library and a simple testprogram.
/CJ
--
Noticed I missed a "NEW" keyword but the problem with the segmentation fault
persists.
Attached is an updated version of the simple test program calling the
libtest library.
/CJ
libtest2.tar.gz
Description: GNU Zip compr
under Xubuntu 14.04 LTS (32-bit). What Linux
dist
are you running? Is it 64-bit?
> I am not able to create a shared library from a free Pascal code.
If I know what dist you are running I maybe can install same and recompile
on that.
/CJ
--
and read up on it later if
needed, let me know...
/CJ
root@VB-Xubuntu-1404:/home/christer/Documents/Gambas 3/Projects/libtest2# gdb
gbx3
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl
> Hi, this is my system
OK, I'm downloading Linux Mint 17 64-bit and will see if I can install it
and compile.
PS: I have a slow pipe so it will take a while to DL.
/CJ
--
Open source business process ma
ng to get the struct it crashes.
> Also byte cannot hold values like 01, is just same as 1.
Correct, guess I wrote 01 just out of habit, i.e. 1.01.
Hopefully the gdb output give clues to whats happening.
/CJ
based on 2.2 API version and API reference is
found
here:
http://api.zeromq.org/2-2:_start
/CJ
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications wit
and read up on it later if
needed, let me know...
/CJ
root@VB-Xubuntu-1404:/home/christer/Documents/Gambas 3/Projects/libtest2# gdb
gbx3
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl
ng to get the struct it crashes.
> Also byte cannot hold values like 01, is just same as 1.
Correct, guess I wrote 01 just out of habit, ie 1.01.
Hopefully the gdb output will give Benoit etc. clues to whats happening.
/CJ
---
ng to get the struct it crashes.
> Also byte cannot hold values like 01, is just same as 1.
Correct, guess I wrote 01 just out of habit, ie 1.01.
Hopefully the gdb output will give Benoit etc. clues to whats happening.
/CJ
---
Sorry if this message appears twice on the list, had issues posting again...
> Just do :
>
> Version = LIBVersion()
Hmm, that crashes the Gambas interpreter with a Segmentation fault (11)
message.
/CJ
--
Op
all it as a function.
Fabian and Benoît,
Unfortunately that crashes the Gambas interpreter with a Segmentation fault
(11) message?
If you are interesting to test yourself see my previous post to this list,
it includes
library and a simple testprogram.
/CJ
--
> Just do :
>
> Version = LIBVersion()
Hmm, that crashes the Gambas interpreter with a Segmentation fault (11) message.
/CJ
--
Open source business process management suite built on Java and Eclipse
Turn
> Just do :
>
> Version = LIBVersion()
Hmm, that crashes the Gambas interpreter with a Segmentation fault (11) message.
/CJ
--
Open source business process management suite built on Java and Eclipse
Turn
ng to get the struct it crashes.
> Also byte cannot hold values like 01, is just same as 1.
Correct, guess I wrote 01 just out of habit, i.e. 1.01.
Hopefully the gdb output give clues to whats happening.
/CJ
> Just do :
>
> Version = LIBVersion()
Hmm, that crashes the Gambas interpreter with a Segmentation fault (11)
message.
/CJ
--
Open source business process management suite built on Java and Eclipse
Turn
every Gambas team member involved!
Also want to apologise for duplicate mails to the list from me, I don't
know why I sometimes have big problems posting to this list?
/CJ
--
Open source business process management
> -Original Message-
> From: Benoît Minisini [mailto:gam...@users.sourceforge.net]
> Sent: Tuesday, July 08, 2014 6:32 PM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Gambas 3.5.40 - Unable to compile gambas3
>
>
> Le 08/07/2014 16:41, CJ a
.4.8.6
SDL=libSDL-1.2.so.0.11.4
/CJ
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, dat
tests I can
run that
may reveal helpfull information?
PS: Free Pascal source code included just for reference.
/CJ
...
root@VB-Xubuntu-1404:/home/christer/Documents/Gambas 3/Projects/libtest# gdb
gbx3
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License
returns a pointer to the structure, or not a copy of
> the structure - This is what the argument name "result" tells us.
>
> 3) If you can't return a pointer, transform the declaration of the
> extern function in Gambas, so that the function takes one
> argument
Just wanted to say thanks! With Benoît's helpfull pointers and some more
reading/digging I managed to sort out the issue I had with Gambas 3 and
Free Pascal.
Let me know if there are any general interest and I will post a simple demo.
> Oh, please, do it. I am not used to Free Pascal, but it have
> tempted me several times. So it will be useful to have an starting point
> using FP shared libraries in addition to C/C++ ones.
I will post my findings along with simple example la
> The Ubuntu daily PPA correctly builds again, so the Ubuntu
> Gambas daily packages should be available again soon!
Appreciated!
/CJ
--
Want fast and easy access to all the code in your enterprise? Index and
d to read the upcoming issue!
/CJ
--
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
___
Gambas-user mailing list
Gambas-user@lists
s really nice. Maybe this could be
something worth mentioning in upcoming Gambas Magazine?
/CJ
--
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
___
> jockerfox,
>
> I'll be interested to hear how you go with this,
Same here!
If you need compiled files for Debian ARMEL just let me know.
It would be quite easy to do a first test by copying the run
time and run a simple "
Hi Sebastian,
> I will have the stable PPA updated tonight with armhf builds
> included ;)
Do you plan to add stable builds also for armel?
/CJ
--
___
Gambas-user m
l PPAs. As soon as a new architecture
is made
> available, I will do my best to add it to the supported list.
>
> On Nov 2, 2014 2:10 AM, "CJ" wrote:
>
> > Hi Sebastian,
> >
> > > I will have the stable PPA updated tonight with armhf builds
> > &g
compiler
Just a FYI if it helps, the last version I compiled without problems on the
same setup was 3.5.4.
/CJ
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.
will post another thread
> in a few days with the remaining problems I had.
>
> On Mon, Nov 3, 2014 at 6:46 AM, CJ wrote:
>
> >
> > > I tried to fix it in #6607. What compiler (version) do
> you use? I ask
> > > because there is nothing more in those lin
> It is fixed in trunk! I was just asking to backloport it so
> it is released with Gambas 3.6.2
Thanks! Will give it a go when 3.6.2 is officially released
0
> Also jit is always disabled.
This one needs LLVM installed
/CJ
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notific
> I have made the release of Gambas 3.6.2 official.
Thank you Gambas Team!
I just read thru the changelog for 3.6.0 to 3.6.2 and damn, you guys
have been busy...lots of great new features to try :)
like I have to pay more attention but since it was a
similar error like the one I had before I jumped to the conclusion
to fast, sorry for the noise :/
/CJ
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 s
stack?)
(gdb)
Doen't say me much but hopefully you get enough clues to whats wrong...
/CJ
> Can you run your program through gdb to get the stack
> backtrace when you get the error?
>
> That way:
>
> $ cd /path/to/my/project
> $ gdb gbx3
> ...
> (gdb) break THROW
&g
> Did you compile Gambas with debugging information enabled?
Yes, the debug option was checked. Just to verify I recompiled again
and here are the complete output...
root@raspi-dev:/home/cj/Gambas 3/Projekt/libwiringPi_irq# gdb gbx3
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 F
Just a test since I've had problems posting to this list, please
ignore!
/CJ
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring
em may very well be in my code when setting up the
interrupt handler, attached is the source code and wonder if I'm doing it
correctly by placing the interrupt handler in a separate classfile so any
pointer
appreciated...
/
489
#2 0x0004a9e4 in THROW_STACK () at gb_error.c:489
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
The stack overflow is happening on the "Wait 1" line in the Do...Loop and
same
thing happens if I remove the
rpreter friendly"
interrupt function to his library.
/CJ
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful
66 matches
Mail list logo