[SOLVED] compiling the PureBasic IDE on Windows

Windows specific forum
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

[SOLVED] compiling the PureBasic IDE on Windows

Post by IceSoft »

An own "thread" is more helpfully as some hints on the Announcement thread to PureBasic OpenSource Projects:
(Hope all Tricks 'n' Tips will be on the BUILD.txt file sometimes)
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?
Last edited by IceSoft on Wed Dec 04, 2019 9:30 am, edited 2 times in total.
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: compiling the PureBasic IDE on Windows

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!

Solution (Pull Request is written):
Remove this lines from makebuildinfo.pb (Procedure and Call):

Code: Select all

Procedure GetSvnInfo()
[...]
EndProcedure


GetSvnInfo()
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Post Reply