Community
Participate
Working Groups
Build Identifier: CDT 8.0.0 weekly builds of 2011-02 I need to use a special g++ version at a non-standard path. For that reason the c++ build environment variable contains that location like: PATH ==> ${workspace_loc}/bin/ups-win32/mingw;${workspace_loc}/bin/ups-win32/gcc-4.3/bin;${PATH};${workspace_loc}/bin/ups-win32 This works fine in regular builds. But when running a "selected build" on a single file the g++ executable is not found. Obviously the path environment is not extended as requested. As a workaround I extend the system path which works but can't be done on a project basis. Reproducible: Always Steps to Reproduce: 1. add non-standard path to environment variable in project settings 2. build project ==> works 3. run "build selected" from context menu on c++ file 4. non-standard g++-4.3 is not found
It should get working after fix for bug 364733.