Closed jmullentech closed 10 years ago
@jmullentech , Hi and thx for your report.
I assume you are using the master
branch. This problem is fixed in the development
branch where we prepare the new release of the engine. See this commit.
I would try to push a commit with the modified files but I have no clue how to do so. Apologies on that note.
Git can be a little difficult at first, but is an incredible tool ... worth learning.
At this time you can only build a dedicated Linux server with official repository. If you're interested in compile and use T3D on Linux, we are working on a port. See this thread..
If you have any questions, feel free to write to the thread. I try to help as I can.
I think it's safe to say this has been resolved.
http://pastebin.com/TsY6rqnL
I would try to push a commit with the modified files but I have no clue how to do so. Apologies on that note.
You can see on the PasteBin, my terminal output when trying to execute "projectGenerator.command" to create the needed make files. My PHP version is 5.5 from the Ubuntu repository.
I had to do a "Find & Replace" for the string "Generator" in every file that gave me the fatal errors and change "Generator" to "GeneratorX". This allowed projectGenerator to execute with no further errors and I was then able to build from source without a single problem.
If you'd like any further information, please fire away :)
Thanks guys.