rajouter cl.h dans quelques fichiers
rajouter stdio.h dans cl.h avant l'appel  makeRCompatible.h

rajouter makeRCompatible.h dans cqp/cqp.h


Lignes commentes dans 
cwb/cqp/cqp.c
dans initialize_cqp :

  /* let's always run stdout unbuffered */
  /*  if (batchmode || rangeoutput || insecure || !isatty(fileno(stdout))) */
  if (setvbuf(stdout, NULL, _IONBF, 0) != 0)
    perror("unbuffer stdout");



 svn ci rcqp/src/cwb/editline/vc_editline_config.h -m "win to unix line endings"

dans :
rcqp/src/cwb/cqp/output.c
attention  remplacer "Warning" par "Issue" dans la fonction cqpmessage 
pour viter que ce soit interprt comme un "Warning" durant la phase "R 
CMD check"

Rajouter #include <time.h> dans cwb/cqp/cqp.h
