Ok I found edit C:\msys\1.0\home\Lafras\PJ\build.mak Line 31 change export PJDIR := /home/Lafras/pjt to export PJDIR := c:/msys/1.0/home/Lafras/pjt This file (build.mak) is created by the ./configure script so the correct fix should be in aconfigure, but the scriping language is beyond me. Thanks Lafras ----- Original Message ----- From: Lafras Henning To: pjsip at pjsip.org Sent: Friday, September 21, 2007 8:08 AM Subject: [pjsip] Build problem with version 7 on mingw (version 5 ok) all, I use mingw on w2k. I can build version 5 of pjsip with no problem. Trying to build version 7 gives the following error: ./configure completes ok (appart from a WARNING: mswsock.h: present but cannot be compiled - also warned in V5 but was ok) make dep >>> for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \ if c:/mingw/bin/make.exe -C $dir/build dep; then \ true; \ else \ exit 1; \ fi; \ done makefile:2: /home/Lafras/pjt/build/common.mak: No such file or directory c:\mingw\bin\make.exe[1]: Entering directory `C:/msys/1.0/home/Lafras/pjt/pjlib/build' c:\mingw\bin\make.exe[1]: Leaving directory `C:/msys/1.0/home/Lafras/pjt/pjlib/build' c:\mingw\bin\make.exe[1]: *** No rule to make target `/home/Lafras/pjt/build/common.mak'. Stop. c:\mingw\bin\make.exe: *** [dep] Error 1 <<<<< then stops The file C:/msys/1.0/home/Lafras/pjt/pjlib/build/common.mak does exist although the error is missing the c:/msys/1.0 part. Please can anyone assist. Regards Lafras ------------------------------------------------------------------------------ _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20070921/71290bd1/attachment-0001.html