I was trying to build upp 604-dev4
and came up with couple of issues
Core/Cbgen.h line 805 int should probably be changed to long (that removes the warning)
ide/version.h is missing a newline on the end
in ide/Makefile
added to CINC `xft-config --cflags`
and to LIBPATH `xft-config --libs`
these changes make it compile on my machine
however it doesnt link
Seams like Stream.cpp does not contain FileStream
(BlockStream does however)
Im going to add FileStream to the Stream.cpp and see how far can i get with it
--- EDIT
That did the trick
I am unaware of any usage of BlockStream.cpp (at least its not being used in Makefile). Am i correct ?
Well, there is one thing we are should be doing but are not due to time constraints - we are NOT maintaining makefile for dev releases.
Means, the currently supported way to get dev release working on Linux is to get working last "stable" release (602) and compile using it.
BTW, we are still looking for somebody who would maintain linux releases.