Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Custom C++ Toolchain (http://www.chiefdelphi.com/forums/showthread.php?t=105877)

CodeYeti 07-01-2013 12:10

Re: Custom C++ Toolchain
 
Quote:

Originally Posted by PaulDavis1968 (Post 1204340)
Just for a heads up. This all worked great. I did scratch my head on some installs I needed for a fresh Ubuntu install. Most are things that are listed in the other post. This one had me scratching my head when I built the WPILIB.

There is a program in a batch file that took me a minute to find that I needed. Once I read the error message and went through the batch script it became obvious.

export WIND_BASE=$(realpath "$WIND_BASE")

realpath had to be apt-get installed.

Then there is replacing /path/to

/home/paul but that is because I am stupid. :D

Thanks for the hard work.

Yes. It should have been mentioned that `realpath' is a dependency of all of the scripts in here. If anybody is on OSX or something, or just wants a minimal realpath implementation, I've forked one on my github and made some changes to the build system for it.

https://github.com/mcoffin/realpath-osx


All times are GMT -5. The time now is 15:01.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi