IonicWind Software

IWBasic for Linux => General IWLP Discussion => Topic started by: ExMember001 on October 02, 2007, 05:15:02 AM

Title: Any news?
Post by: ExMember001 on October 02, 2007, 05:15:02 AM
Well, i was wondering if there will be an update soon with more command for gui and file handling :)
any news on the linux version ?
Title: Re: Any news?
Post by: Ionic Wind Support Team on October 02, 2007, 08:11:10 AM
I am working on it more now.  Had to update to the latest Ubuntu which took a while to get everything setup correctly again. 

Soon I will have a separate machine to use for Linux development so I don't have to dual boot anymore.  Already have a KVM switch set up for it.  Then I can push-button back and forth, and copy files over my network when needed.

Paul.
Title: Re: Any news?
Post by: ExMember001 on October 02, 2007, 12:14:54 PM
great just setup ubuntu on my new machine too !
i need more commands to be able to do something usable ;)
Title: Re: Any news?
Post by: Duffer on June 03, 2008, 12:30:21 AM
any progress?
Title: Re: Any news?
Post by: Ionic Wind Support Team on June 03, 2008, 01:09:21 AM
No.  That post was right before I was contracted with my real job.  Haven't even booted into Linux since last year and don't have time to work on it at the moment.

Paul.

Title: Re: Any news?
Post by: Duffer on June 05, 2008, 08:08:13 AM
Thanks, Paul.  Never hurts to ask ;D
Title: Re: Any news?
Post by: Ionic Wind Support Team on July 26, 2008, 03:43:33 PM
Linux version was updated, available in the subscribers center, for those that didn't get the email.

Paul.
Title: Re: Any news?
Post by: BumbleBee on July 27, 2008, 12:52:07 PM
Hi Paul,

Thanks for the update.
Do we have to install any special thing?
The parser creates the asm and the object file successfully, but the linker fails:

ld -lc -lgtk-x11-2.0 -o "hi" "hi.o" /usr/lib/libebasic.a --dynamic-linker /lib/ld-linux.so.2
/usr/lib/libebasic.a(conmain.o): In function `_start':
conmain.asm:(.text+0x23): undefined reference to `_ib_main'

I've installed nasm, libc-dev, gtk-dev, but got the same message on Ubuntu 8.04 and Suse 11.0 too.

B.
Title: Re: Any news?
Post by: Ionic Wind Support Team on July 27, 2008, 01:24:10 PM
Either put $main in your source file or compile with the main switch:

ebparse hi.eba hi.o /m

Title: Re: Any news?
Post by: BumbleBee on July 27, 2008, 01:56:01 PM
:)

OK, my fault...
Thanks Paul, I haven't got any other question ::)
Title: Re: Any news?
Post by: ExMember001 on July 27, 2008, 07:08:14 PM
great, thanks Paul.
seems to work fine so far ;)
Title: Re: Any news?
Post by: Ionic Wind Support Team on July 31, 2008, 10:27:19 AM
Linux version updated again.  See the subscribers center for details.

Thanks,
Paul.
Title: Re: Any news?
Post by: Barney on July 31, 2008, 10:35:09 AM
Looks like I'll have to install Ubuntu just to try this one out. :)

Well... let's see...

Barney
Title: Re: Any news?
Post by: Ionic Wind Support Team on July 31, 2008, 10:40:00 AM
Doesn't have to be Ubuntu.  Dependencies are low so you should be able to get it to work in any Linux distro.  ebtinyide has the extra dependency of libgtksourceview-1.0, which in Ubuntu is part of the default install because of gnome editor. 

Paul.
Title: Re: Any news?
Post by: Rock Ridge Farm (Larry) on July 31, 2008, 10:42:50 AM
I am running it on Mandrivia.
Title: Re: Any news?
Post by: Barney on July 31, 2008, 12:33:19 PM
Quote from: Paul Turley on July 31, 2008, 10:40:00 AM
Doesn't have to be Ubuntu.  Dependencies are low so you should be able to get it to work in any Linux distro.  ebtinyide has the extra dependency of libgtksourceview-1.0, which in Ubuntu is part of the default install because of gnome editor. 

Paul.
Oh, I know it should works on other distributions, too. It's just that I have the latest Ubuntu CD image here, and was just looking for a good excuse to install it. Now I have the excuse...  ;D

Barney
Title: Re: Any news?
Post by: jerryclement on July 31, 2008, 05:10:23 PM
Thanks for the update Paul, will try it out this evening.

Jerry Clement
;)
Title: Re: Any news?
Post by: Allan on August 01, 2008, 05:49:54 PM
When will the EB Linux be available for users?
Title: Re: Any news?
Post by: Ionic Wind Support Team on August 01, 2008, 06:12:08 PM
? It is available now in the subscribers center.
Title: Re: Any news?
Post by: Allan on August 01, 2008, 07:16:29 PM
Thanks.

PayPal seem to have screwed my account up somehow as they claim I am already using the Credit Card number.
Must have been another account. Will try working out the issue with them.
Title: Re: Any news?
Post by: Copex on January 25, 2009, 03:21:25 AM

Im geting this error,

./ebtinyide: error while loading shared libraries: libgtksourceview-1.0.so.0: cannot open shared object file: No such file or directory

ubuntu x64 8.10 :-(
Title: Re: Any news?
Post by: Ionic Wind Support Team on January 25, 2009, 10:04:11 AM
Your missing a package.  Try:

sudo apt-get install gtksourceview

from a shell.
Title: Re: Any news?
Post by: Copex on January 30, 2009, 04:39:32 PM

Couldn't find package gtksourceview
Title: Re: Any news?
Post by: Ionic Wind Support Team on January 30, 2009, 05:01:19 PM
Make sure you have all the repositories enabled, universe, multiverse, etc in synaptic.    This is really a question for the Ubuntu forums as I really don't know why you're missing that package, it is part of the base install afaik.  At least it is in 8.04 and 8.10 32bit versions.

perhaps

sudo apt-get install libgtksourceview

Paul.
Title: Re: Any news?
Post by: Copex on January 31, 2009, 06:35:40 AM
Hi Paul

i have installed according to symmetric package manager libgtksourceview is installed, i will post on the ubuntu forums and post if i get a reply.

i was going to write a bash script to get the required packages and install linux eb :-(

Title: Re: Any news?
Post by: Copex on February 13, 2009, 12:54:51 PM

I have given up

ls -al libgtksource*

-rw-r--r-- 1 root root 383654 2007-04-28 15:49 libgtksourceview-1.0.a
lrwxrwxrwx 1 root root     29 2009-01-30 23:36 libgtksourceview-1.0.so -> libgtksourceview-1.0.so.0.0.0
lrwxrwxrwx 1 root root     29 2009-01-25 10:28 libgtksourceview-1.0.so.0 -> libgtksourceview-1.0.so.0.0.0
-rw-r--r-- 1 root root 213504 2007-04-28 15:49 libgtksourceview-1.0.so.0.0.0
lrwxrwxrwx 1 root root     29 2008-11-19 12:10 libgtksourceview-2.0.so.0 -> libgtksourceview-2.0.so.0.0.0
-rw-r--r-- 1 root root 284232 2008-11-03 15:53 libgtksourceview-2.0.so.0.0.0
Title: Re: Any news?
Post by: Armando Rivera on April 08, 2009, 10:00:47 PM
Been away in C/ObjC land.

The reason it doesn't work is because you're running an x64 version of Linux.  The version of libgtksourceview on your system is the 64bit version, but the editor was compiled as a 32bit app linking against 32bit libs.

The command you'll want to use is ldd, which will show that you don't have the 32bit version of gtksourceview installed as shown below (4th line):


linux-gate.so.1 =>  (0xf7f49000)
libc.so.6 => /lib32/libc.so.6 (0xf7dd4000)
libgtk-x11-2.0.so.0 => /usr/lib32/libgtk-x11-2.0.so.0 (0xf7a36000)
libgtksourceview-1.0.so.0 => not found
libgdk-x11-2.0.so.0 => /usr/lib32/libgdk-x11-2.0.so.0 (0xf79a9000)
libpango-1.0.so.0 => /usr/lib32/libpango-1.0.so.0 (0xf7966000)
libgobject-2.0.so.0 => /usr/lib32/libgobject-2.0.so.0 (0xf7928000)
libglib-2.0.so.0 => /usr/lib32/libglib-2.0.so.0 (0xf7871000)
/lib/ld-linux.so.2 (0xf7f4a000)
libgdk_pixbuf-2.0.so.0 => /usr/lib32/libgdk_pixbuf-2.0.so.0 (0xf7856000)
libpangocairo-1.0.so.0 => /usr/lib32/libpangocairo-1.0.so.0 (0xf784b000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf775c000)
libXcomposite.so.1 => /usr/lib32/libXcomposite.so.1 (0xf7758000)
libXdamage.so.1 => /usr/lib32/libXdamage.so.1 (0xf7755000)
libXfixes.so.3 => /usr/lib32/libXfixes.so.3 (0xf774f000)
libatk-1.0.so.0 => /usr/lib32/libatk-1.0.so.0 (0xf7733000)
libcairo.so.2 => /usr/lib32/libcairo.so.2 (0xf76c0000)
libgio-2.0.so.0 => /usr/lib32/libgio-2.0.so.0 (0xf7658000)
libpangoft2-1.0.so.0 => /usr/lib32/libpangoft2-1.0.so.0 (0xf7630000)
libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf75ba000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf75a3000)
libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf7576000)
libgmodule-2.0.so.0 => /usr/lib32/libgmodule-2.0.so.0 (0xf7571000)
libm.so.6 => /lib32/libm.so.6 (0xf754b000)
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf753c000)
libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf7531000)
libXinerama.so.1 => /usr/lib32/libXinerama.so.1 (0xf752e000)
libXi.so.6 => /usr/lib32/libXi.so.6 (0xf7524000)
libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf751d000)
libXcursor.so.1 => /usr/lib32/libXcursor.so.1 (0xf7514000)
libpcre.so.3 => /lib32/libpcre.so.3 (0xf74e9000)
libxcb-xlib.so.0 => /usr/lib32/libxcb-xlib.so.0 (0xf74e6000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf74cd000)
libdl.so.2 => /lib32/libdl.so.2 (0xf74c9000)
libpixman-1.so.0 => /usr/lib32/libpixman-1.so.0 (0xf7487000)
libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf7460000)
libxcb-render-util.so.0 => /usr/lib32/libxcb-render-util.so.0 (0xf745b000)
libxcb-render.so.0 => /usr/lib32/libxcb-render.so.0 (0xf7453000)
libselinux.so.1 => /lib32/libselinux.so.1 (0xf7439000)
libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf7412000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf740e000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7409000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf73f0000)




Paul, is the Linux port on hiatus, or has it gone as far as it's going to go?  I understand time vs $$ on this if it's been set aside....just wondering.

Back to C/ObjC I go....

AIR.