Hi David,
Can you give me the details how to make .rcp.in file to .rcp. I
did not understand about the commands you are saying in your mail. Are there
any tools to download. plz give the related links(if any).
Regards
Nag Malluru
Sr. Software Engineer,
JP Systems(India) Ltd.,
+9140 6667794/95 x-217
----- Original Message -----
From: David A. Desrosiers <[EMAIL PROTECTED]>
To: Plucker Development List <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 24, 2001 4:58 PM
Subject: Re: Regd. plkr source
>
> > 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
>
>