Amit wrote:
> Oh it works,Thanks,
>  it generates "MyprjRsc.h" file,
> But there is one poblem it gives me error
>  *** No rule to make target `MyprjRsc.h.h', needed by `src/myprj.d'.  
> Stop.****

I've seen this behavior, and the fix that worked for me is
the same that I posted yesterday to answer another question.
(But, I'm not sure if the cause of your problem is the same
as mine was.)

In the PODS Navigator window, right-click on the project name,
and select "refresh".  (This apparently rebuilds Eclipse's list
of dependencies and files to include in the build.) Then try
building the project again and see if it works.

If you still get the error, then maybe you are not including
the .h file properly?  Actually, the error messages lists
it as <filename>.h.h, which looks rather suspicious.

BTW, in case you don't understand this, the error message comes
from the GNU 'make' program.  It's a good thing to read up on,
if you want to understand the PODS build process.

Jay Ts
-- 
The foundation of all mental illness is
the avoidance of legitimate suffering.
        - Carl Jung

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to