GooData: diagrams for screen / printer / files

User projects written in or related to FreeBASIC.
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: GooData: diagrams for screen / printer / files

Post by TJF »

badidea wrote:I have problems with getting the 32-bit libs installed on my 64-bit linux. The package manager wants remove libraries went I try install the 32-bit libs.
No old 32 bit netbook in any corner?
badidea wrote:Which I don't like. So I guess, have have to look into the 2nd option: cva_list. Which I have not used before.
This is fbc-1.07 only! (Not available in the current stabil 1.06 version.)

Regards

PS: My bindings don't work either. I've to fix a problem in GirToBac :-(
badidea
Posts: 2586
Joined: May 24, 2007 22:10
Location: The Netherlands

Re: GooData: diagrams for screen / printer / files

Post by badidea »

TJF wrote:No old 32 bit netbook in any corner?
Actually, I do. But I fear that I will spend a whole evening fiddling with that thing and its tiny screen with 2 possible outcomes:
A) It works on 32-bit, now what?
B) It does not work. One evening wasted.
Also probably more convenient to install a 32-bit Linux in Virtual Box.

But the plan is visualized as:
"data" ---> "some tool" --> "nice plots"
Where gnuplot currently seems the fastest option for "some tool"

But the interest for good a plotting tool in FreeBASIC seems large, judging form the number of replies on my gnuplot topic. So I put GooData on my medium priority todo list :-)
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: GooData: diagrams for screen / printer / files

Post by TJF »

badidea wrote:So I put GooData on my medium priority todo list :-)
I found some time to check the old code. The current GIT version works with the newest gir_headers. And the library build is organised by CMake scripts now. The scripts are using compiler option -arch 32, so you can compile on a 64 bit system. In order to link the binary, you've to install the :386 libraries.

Regards
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: GooData: diagrams for screen / printer / files

Post by TJF »

I forgot to update:

Since April 17, 2017 all is working fine on 32/64 bit with fbc 1.07 or later.

Regards
Post Reply