PureBasic OpenSource Projects

Developed or developing a new product in PureBasic? Tell the world about it.
BarryG
Addict
Addict
Posts: 3293
Joined: Thu Apr 18, 2019 8:17 am

Re: PureBasic OpenSource Projects

Post by BarryG »

This concerns me on two levels. (1) It was open-sourced once before, then stopped due to abuse when used to create an IDE for a competing BASIC. So why open again now? (2) Is the answer to (1) because you don't have enough time to work on it anymore? The frequency of PureBasic releases has definitely slowed since the past, so this announcement kind of scares me.
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic OpenSource Projects

Post by Fred »

I think the context has changed since the last time we opensourced the IDE. There is now tons of opensource IDE available (VisualCode, Atom, etc.) so I don't think it's still relevant to keep it closed. About your fears, don't worry we're still developing PB, even if we have less time for it (personal stuff, halving the time with SpiderBasic as well).

So keep cool and enjoy !
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic OpenSource Projects

Post by skywalk »

Yes, so many IDE features to implement.
I do hope good ideas from all contributors make it into the Open Source PB IDE.
(Instead of forking and going separate ways.)
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 794
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: PureBasic OpenSource Projects

Post by Zebuddi123 »

Thank You Fred & Team :D Well this will be dragging me away from UE4! Got to say I agree with skywalk, I wonder what the ide will look like on this day next year. :)

@Fred I`m not really famillier with makefile's now stuck at makefile:152: *** multiple target patterns. Stop. any tips please :)

Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic OpenSource Projects

Post by luis »

That's very nice Fred, thank you.
So will you keep that online copy in sync every time the official IDE is updated ?
"Have you tried turning it off and on again ?"
A little PureBasic review
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic OpenSource Projects

Post by Fred »

luis wrote:That's very nice Fred, thank you.
So will you keep that online copy in sync every time the official IDE is updated ?
Sure, it's our main repo for the build now
Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: PureBasic OpenSource Projects

Post by Bitblazer »

Nice thanks.
webpage - discord chat links -> purebasic GPT4All
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PureBasic OpenSource Projects

Post by #NULL »

Thank you!
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: PureBasic OpenSource Projects

Post by IceSoft »

I get this error:
makebuildinfo - svn executable not found.

Code: Select all

make --directory libmba
make[1]: Entering directory `D:/___0_PB_IDE/purebasic-master/purebasic-master/PureBasicIDE/libmba'
make[1]: `libmba' is up to date.
make[1]: Leaving directory `D:/___0_PB_IDE/purebasic-master/purebasic-master/PureBasicIDE/libmba'
D:\___0_PB_IDE\purebasic-master\purebasic-master/Build/x64/ide/makebuildinfo.exe D:\___0_PB_IDE\purebasic-master\purebasic-master/Build/x64/ide
makebuildinfo - svn executable not found.
make: *** [ide] Error 1
I have installed the TortoiseSVN. (BTW: thats is missing on the BUILD.txt (like: 1. Install UnxUtils)
%Path% seems to be correct: Path=...;C:\Program Files\TortoiseSVN\bin;...
Any hints?
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PureBasic OpenSource Projects

Post by #NULL »

Zebuddi123 wrote:makefile:152: *** multiple target patterns
Maybe colons or spaces in a variable value.
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic OpenSource Projects

Post by Fred »

Try to open all makefile and look for svn, you can safely delete the line as it's not on svn anymore
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: PureBasic OpenSource Projects

Post by IceSoft »

Fred wrote:Try to open all makefile and look for svn, you can safely delete the line as it's not on svn anymore
Thanks it works now!
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5342
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: PureBasic OpenSource Projects

Post by Kwai chang caine »

Waaaaaooouuhh !!!! I don't believe my eyes
Not necessary to be southsayer for see PB not have as much new version than before :| but never i believe see that a day :shock:
Since more than 10 years you always be my hero, again a reason to love you even more, like if it's again possible 8)
One thousand of thanks for one of the best present of my life
Your fan for the life
KCC
ImageThe happiness is a road...
Not a destination
Mesa
Enthusiast
Enthusiast
Posts: 345
Joined: Fri Feb 24, 2012 10:19 am

Re: PureBasic OpenSource Projects

Post by Mesa »

I can't find the docmaker !

Because it's not a part of the ide ?

:cry:

Mesa.
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 794
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: PureBasic OpenSource Projects

Post by Zebuddi123 »

Hi Null#
#NULL wrote:
Zebuddi123 wrote:makefile:152: *** multiple target patterns
Maybe colons or spaces in a variable value.
Read that too and commented out getsvn but i had already installed that and all prerequisites etc. now Im getting stop at
cp -f data/ColorTable.xml /catalogs/ColorTable.xml
cp: cannot create regular file `/catalogs/ColorTable.xml': No such file or directory
make: *** [/catalogs/ColorTable.xml] Error 1
Using make -dk and redirecting to go through logs and get more Confused!!!

Zebuddi. :)
malleo, caput, bang. Ego, comprehendunt in tempore
Post Reply