You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Vishy Kasar <vk...@borland.com> on 2001/08/13 23:12:28 UTC

Missing pr_warp_defs.h

Pier,

I have downloaded the Tomcat b7 source and the associated webap
connector sources. When I tried to build mod_webapp, I get a compile
time error stating that pr_warp_defs.h referenced in pr_warp.h is not
found. I tried to get that file from the CVS repository but could not
find it there either. Can you point me to where that file is available?

--
Cheers!




Re: Missing pr_warp_defs.h

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Vishy Kasar at vkasar@borland.com wrote:

> Pier,
> 
> I have downloaded the Tomcat b7 source and the associated webap
> connector sources. When I tried to build mod_webapp, I get a compile
> time error stating that pr_warp_defs.h referenced in pr_warp.h is not
> found. I tried to get that file from the CVS repository but could not
> find it there either. Can you point me to where that file is available?

Follow the README.txt, it describes how to build the connector. The
pr_warp_defs.h file gets created automatically from JAVA sources.

    Pier