Opened 17 years ago

Closed 17 years ago

#380 closed defect (fixed)

Build problems because of mount directory problem on Mingw (thanks Lafras Henning)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.8.0
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Quoting Lafras's email on PJSIP mailing list:

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

Change History (1)

comment:1 Changed 17 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1449:
Lafras suggested to use pwd -W on Mingw, which seems to work okay. The configure script has been updated.

Thanks Lafras Henning for spotting and fixing this problem!

Note: See TracTickets for help on using tickets.