[Fontconfig-bugs] [Bug 74559] Pathnames mangled under windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 5 20:58:44 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74559

--- Comment #2 from Dirk <tomsies at mighty.co.za> ---
Configure command:
/home/dirk/mybuild>../fontconfig-2.11.0/configure --prefix=/opt/mingwExtra
--enable-static --enable-shared=no

Environment set at configure time:
# winSet - set compile options for windows target
export CC=gcc
export CXX=g++
export AR=ar
export NM=nm
export PATH="/opt/winw32/bin:/opt/mingwExtra/bin:/bin:/c/Program
Files/MiKTeX/miktex/bin:/c/Program Files/CMake/bin"
export build_alias="i686-w64-mingw32"
export host_alias="i686-w64-mingw32"
export CPPFLAGS="-I/opt/mingwExtra/include"
export CMAKE_INCLUDE_PATH="/opt/mingwExtra/include"
export CMAKE_LIBRARY_PATH="/opt/mingwExtra/lib"
export LDFLAGS="-L/opt/mingwExtra/lib"
export PKG_CONFIG_LIBDIR="/opt/mingwExtra/lib/pkgconfig"


config.log: (whether this is true or false I dunno :) )
OS_WIN32_FALSE='#'
OS_WIN32_TRUE=''

config.h:
#define FC_DEFAULT_FONTS "WINDOWSFONTDIR"


So I guess it is picking up I am on win32, but understand that I want the paths
to be unix like. I am compiling and executing under MSYS not under native
windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20140206/87fbdbac/attachment.html>


More information about the Fontconfig-bugs mailing list