> I have renamed your .rcp.in file to .rcp and compiling.
Not exactly the right way of doing things. The .in is a file which
is used to create viewer.rcp as an output file. If you search the file for
every location with an '@' sign, you'll see lots of replacable parameters
that get filled in when the ./configure or ./autogen.sh commands are run.
We didn't just "spell it wrong", there is a reason for that file
having the name it does. It's all part of the build process. Use it.
> I have added pilRC plugin to the project to convert .rcp file to .r
> file. Am i doing any mistake here. It is showing 2 errors 1)MENU ITEMS
> short cuts 2)Duplicate resource tFBM of ID 3002. Why it is showing like
> this.
Yes, see above.
> lang.h is missing from your source, as of now i have commented that
> line. If i compile this program successfully i will be grateful to u.
> Any help regd. this is appreciated.
It's not missing at all, it's just not created yet. You didn't use
the proper automake/autoconf procedure to build it, so those files aren't
going to be there. The build process is quite dynamic, and several steps
have to be taken first, before you get those files.
/d