Page 1 of 1

[SOLVED] compiling the PureBasic IDE on Windows

Posted: Wed Dec 04, 2019 8:37 am
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?

Re: compiling the PureBasic IDE on Windows

Posted: Wed Dec 04, 2019 9:18 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!

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

Code: Select all

Procedure GetSvnInfo()
[...]
EndProcedure


GetSvnInfo()