"jean-frederic clere" <[EMAIL PROTECTED]> wrote:

> Pier Fumagalli wrote:
>> "Punky Tse" <[EMAIL PROTECTED]> wrote:
>> 
>> 
>>>> The problem described is a compilation problem and isn't related to to the
>>> 
>>> make install.  I had this problem when I tried to compile the source after
>>> downloading it a while ago.  The problem is caused by the constants TYPE_...
>>> not being defined anywhere in the source.  To solve this problem I took at
>>> look at the java warp source to determine what the constants should be and
>>> then added them into pr_warp.h file as follows:
>>> 
>>>> #define TYPE_ERROR 0x00
>>>> #define TYPE_DISCONNECT 0xfe
>>>> ....
>>> 
>>> I recalled that lib/pr_warp_defs.h was failed to be generated when
>>> Constant.java had been moved.
>>> 
>>> See the diff:
>>> http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/Makefile.
>>> in.diff?r1=1.21&r2=1.22&diff_format=h
>> 
>> 
>> If someone would have cared to ask on the mailing list, I would have -1ed
>> the change, but since more than few things are screwed around here, I
>> stopped caring a long time ago...
> 
> It works - At least it compiles with a some hours old cvs -
> I do not see what wrong with my correction... :-(

Nothing is wrong with it... It does work, it's not a nitpick on what _you_
did.  It's just how it's over-all changed. On January 23rd Remy changed the
whole Java structure from a working thing, and broke the nightlies going out
until you didn't fix the whole crap on January 30th.

Before this change, I was _able_ to build both the Java and C part with not
many problems, _now_ I have to download ANT which I don't know and don't
use, so I can't do shit anymore and fix if something goes wrong.

--enable-debug was so nice beause it helped out also to debug problems on
the Java side, all I just had to do was to type ./configure --enable-debug ;
make and I had all built for debgging (module and java), now that doesn't
work like that anymore, and for no apparent reason...

WHY? It was working _before_, why did we have to put in this whole build
change? I don't see any advantage over it...

    Pier


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to