Project : Tailbite for Linux

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Project : Tailbite for Linux

Post by Progi1984 »

Hi all,

One month ago, I contacted ABBKlaus because I worked on source code of tailbite. With his big help, we reorganized and modified the source code for removing a maximum of Win32 Api, and preparing the source code package for Linux.

The goal of this project is "Using one source code for compiling Tailbite and userlibs on Linux & Windows, API excluded".

So for beginning,
  • - Who is really interested by the project ?
    o lexvictory, Mistrel, ts-soft
    - Who is interested for really helping to convert API ?
    o Mistrel
    - Who is interested for really working on conversion ?
    o lexvictory, Mistrel
    - Who is interested for testing ?
    o lexvictory, Mistrel, ts-soft
Last edited by Progi1984 on Sun Jun 01, 2008 8:10 am, edited 1 time in total.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

> - Who is really interested by the project ?
I am
> - Who is interested for testing ?
I am
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Noone is interested for helping me in coding ?
DarkDragon
Addict
Addict
Posts: 2218
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Progi1984 wrote:Noone is interested for helping me in coding ?
You should ask who has enough time for it. :wink:
bye,
Daniel
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

The advantage of "helping in coding this project" is :
- Not a full time project : you can help an hour a week, ten an another...
- A Project End Date in five months which let us the time to work on it

This project is for helping Linux PB users to share more their userlibs, like under Windows. Do some maths : count Windows userlibs and Linux userlibs. You see a small difference :wink:
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

If I knew ASM I would be more than happy to help. This kind of a project is beyond my experience.
Fred
Administrator
Administrator
Posts: 16622
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Walker already done TailByte for linux, or i miss something ?
DarkDragon
Addict
Addict
Posts: 2218
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Fred wrote:Walker already done TailByte for linux, or i miss something ?
Yes, I was the first, then walker and now he, but he wants one source for tailbite under windows and linux. At the moment the sourcecodes for the tailbite versions are separated.
bye,
Daniel
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

I think it's a good idea... and it's why i try to unify all goodwills for this project.

DarkDragon and walker, you which have began this project, your help and knowledge will be very interesting.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

... I'm willing to help as much I can... but I have very very rare time at present.... (maybe this is better in 2-3 month) :cry:

Tailbite for Linux was working perfectly till version 4.20 beta 1.... from beta 2 on (and at least the final) it isn't working any more... I have spent some hours to find the problem... but I'm not very good in ASM :roll: (and I guess there is the problem the compiler produces a different code)... anyway

The Idea one source for both OS is a very good one... for the start I can add the Linux sources (based on the code of DD) 8)
How will this project be organized? via SVN or similar?
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Thank you for your answer...
walker wrote:... I'm willing to help as much I can... but I have very very rare time at present.... (maybe this is better in 2-3 month) :cry:
The time is not a gift.
walker wrote:Tailbite for Linux was working perfectly till version 4.20 beta 1.... from beta 2 on (and at least the final) it isn't working any more... I have spent some hours to find the problem... but I'm not very good in ASM :roll: (and I guess there is the problem the compiler produces a different code)... anyway
For the ASM problem, is it the same problem that ABBKlaus has solved ?
Here : http://www.purebasic.fr/english/viewtopic.php?t=32510
walker wrote:The Idea one source for both OS is a very good one... for the start I can add the Linux sources (based on the code of DD) 8)
How will this project be organized? via SVN or similar?
Yes, I think too. May be in a far future, a Tailbite for MacOS :p But one project at time ! For the organization, actually, ABBKlaus centralize all code. But a SVN (GoogleCode) will be a good idea. Managed by ABBklaus, which would decide of project contributors.

Code question :
Is Userlibs Internal Organization the same on Windows & Linux ?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Before the Tail Bite source of the Linux version will be enlarged, parsing
should first be changed by the use of RegEx, it would be much safer and
faster

greetings
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

ts-soft wrote:Before the Tail Bite source of the Linux version will be enlarged, parsing
should first be changed by the use of RegEx, it would be much safer and
faster

greetings
Thomas
It's a good idea and can be added at the todo list.
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Re: Project : Tailbite for Linux

Post by lexvictory »

Progi1984 wrote:Who is interested for really helping to convert API ?
i could try help with that, but i dont usually use much linux api
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I would be interested in helping to convert source, testing, and removing API. :)

Are there any plans for source control?
Post Reply