Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] using external/additional build tools

Hi all,

I use in a standard C++ projects (Makefile) an external
build tool, rootcint.

Compiling a project I get following error message:

rootcint -v4 -f SLBagDict.cc -c -p 
make[1]: rootcint: Command not found
make[1]: *** [SLBagDict.cc] Error 127
make: *** [all-recursive] Error 1

How can I set a folder in eclipse for external (additional)
build tools?

OS: MacOS X

Thx,
Damian



Back to the top