[XeTeX] xdv2pdf.cpp include file case sensitivity

Likai Liu liulk at cs.bu.edu
Fri Sep 22 16:30:05 CEST 2006


I got the following bug report through Fink. The line that reads 
#include <Quicktime/Quicktime.h> should read <QuickTime/QuickTime.h> 
instead. Please check other include files for case as well, since 
someone may actually want to build XeTeX on a case sensitive file 
system.

Thanks.

liulk

Begin forwarded message:

>> Comment By: Alexander Hansen (alexkhansen)
> Date: 2006-09-22 10:00
>
> Message:
> Logged In: YES
> user_id=353035
>
> It won't build on a case-sensitive file system:
> ...
>                 (cd TeX/texk/xdv2pdf && make XXCFLAGS="-
> DMACOSX_DEPLOYMENT_TARGET=$V" all)
>         fi
> uname
> gcc -DHAVE_CONFIG_H  -I. -I../../../../TeX/texk/xdv2pdf -I.. 
> -I../../../../
> TeX/texk/xdv2pdf/..  -I/sw/include  -g -O2  -c 
> ../../../../TeX/texk/xdv2pdf/
> xdv2pdf_main.c -o xdv2pdf_main.o
> ../../../../TeX/texk/xdv2pdf/xdv2pdf_main.c:19:1: warning:
> "MAC_OS_X_VERSION_MIN_REQUIRED" redefined
> <command line>:9:1: warning: this is the location of the previous 
> definition
> c++ -g -O2 -DHAVE_CONFIG_H -DMACOSX_DEPLOYMENT_TARGET=1030 -I.
> -I../../../../TeX/texk/xdv2pdf -c 
> ../../../../TeX/texk/xdv2pdf/xdv2pdf.cpp
> ../../../../TeX/texk/xdv2pdf/xdv2pdf.cpp:40:1: warning:
> "MAC_OS_X_VERSION_MIN_REQUIRED" redefined
> <command line>:10:1: warning: this is the location of the previous 
> definition
> ../../../../TeX/texk/xdv2pdf/xdv2pdf.cpp:45:33: Quicktime/Quicktime.h: 
> No
> such file or directory
> ...
>
> That should be QuickTime/QuickTime.h .



More information about the XeTeX mailing list