I had to install python and gperf on my linux since python is too old and gperf is not there for some reason. I installed them in my home folder as I don't want to mess around with the one used by OS. So, I pre-pend the bin directories to PATH variable. However, when I build chrome, it was still using the older version of python. After I have that installed on /usr/local, it works just fine. Then it complains about gperf, and I have to install it under /usr/local as well. It seems like scons does not pick up the PATH environment variables at all. my question is, is this intentional and are there any background to this?
Also, how do I check the current revision number for source code that I currently have? Thanks, Hadi --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
