> I was wondering if someone could help me with this build step, its giving me
> an error "A tool returned an error code from "Performing Custom Build
> Step"
>
> My build step on my interface is as follows:
>
> Command Line: C:\Documents and
> Settings\herbieh\Desktop\Clean\swigwin-1.3.31\swig -c++ -o
> $(InputName)_wrap.cpp $(InputPath)
>
> Description: Performing Custom Build Step
>
> Outputs: $(InputName)_wrap.cpp
>
Hello Herbie,
I have a similar build step on my code, and it works fine.
As an idea, try moving swig to a directory without spaces in the name (eg c:\swigwin-1.3.31). Sometimes compilers can get messed up with directories with spaces.
Regards,
Mark
|