我正在尝试在 Windows 中编译 Jitsi,而 Mingw make 对我不起作用。你能帮我吗?
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.
makefile 在第 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"
我无法用 cygwin 编译它,因为它会抛出 tchar.h not found 错误。
请帮帮我。