compilation - Windows Mingw Make error - -


i'm trying compile jitsi in windows, , mingw make not working me. can me out?

build-installation-wix-base: [propertyfile] creating new property file: d:\code\jitsi-master\release\windows\versionupdate.properties     [mkdir] created dir: d:\code\jitsi-master\release\windows\tmp\light      [exec] makefile:41: *** target pattern contains no `%'.  stop. 

the makefile looks in line 41:

$(cygwin.target.dir)/$(target_basename).exe: "$(cygwin.target.dir)/config.h" registry.c run.c "$(cygwin.target.dir)/run.res" ../setup/nls.c     $(cc) $(cppflags) registry.c run.c "$(target.dir)/run.res" ../setup/nls.c $(ldflags) -o "$(target.dir)/$(target_basename).exe" $(libs)     -"$(mingw_home)/$(machine)/bin/strip.exe" "$(target.dir)/$(target_basename).exe" 

i can't compile cygwin because throwing tchar.h not found error.

please me out.

if using mingw, should run mingw32-make instead of make cygwin distribution. using different path convetions.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -