View Single Post
  #26 (permalink)  
Old 05-15-2008, 04:16 AM
Abdelmonam Kouka Abdelmonam Kouka is offline
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by Abdelmonam Kouka View Post
Thanks very much for the clarification but :-/

I do what you said to me, I find some problems when it attempts to compile ZimbraNative, some header files are missing, in fact it was jni.h which I search and download it from the web, it call jni_md.h, so I do the same thing..the same with jri_md.h and assert.h, this last one call CyWin.h witch I can't find it any where!!!

Did you think that is normal? Am I on the good way (by downloading header files)? What can I do?

Sorry for all these question, but really I do my best but I find always problems in this subject.
Thanks for help and comprehension...
OK, I find the solution for this pb, it call this files from /usr/local/java/include which doesn't exist --> the solution is
Code:
ln -s /home/abdelmonam/jdk1.5.0_12/ /usr/local/java
I will continu now and give feed backs
Reply With Quote