Page 2 of 9
Re: PureBasic OpenSource Projects
Posted: Tue Dec 03, 2019 10:09 pm
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.
Re: PureBasic OpenSource Projects
Posted: Tue Dec 03, 2019 10:25 pm
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 !
Re: PureBasic OpenSource Projects
Posted: Tue Dec 03, 2019 11:38 pm
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.)
Re: PureBasic OpenSource Projects
Posted: Tue Dec 03, 2019 11:55 pm
by Zebuddi123
Thank You Fred & Team

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.
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 12:04 am
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 ?
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 4:22 am
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
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 7:12 am
by Bitblazer
Nice thanks.
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 7:35 am
by #NULL
Thank you!
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 7:44 am
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?
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 7:54 am
by #NULL
Zebuddi123 wrote:makefile:152: *** multiple target patterns
Maybe colons or spaces in a variable value.
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 8:50 am
by Fred
Try to open all makefile and look for svn, you can safely delete the line as it's not on svn anymore
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 9:14 am
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!
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 9:38 am
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

Since more than 10 years you always be my hero, again a reason to love you even more, like if it's again possible

One thousand of thanks for one of the best present of my life
Your fan for the life
KCC
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 10:51 am
by Mesa
I can't find the docmaker !
Because it's not a part of the ide ?
Mesa.
Re: PureBasic OpenSource Projects
Posted: Wed Dec 04, 2019 12:06 pm
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.
