Several files reference files with names in wrong letter case
Opened this issue · 3 comments
GoogleCodeExporter commented
I'm running Funtoo Linux (a fork of Gentoo). While trying to compile the svn
source 969 I get errors that certain files cannot be found. It turns out that
several files have names that are in the wrong case. For example IntrinSse.h
might be referenced, but that actual file is named IntrinSSE.h. I'm including
diff patches to correct the issues I've found.
Original issue reported on code.google.com by doctorwh...@gmail.com
on 5 Mar 2012 at 10:45
Attachments:
GoogleCodeExporter commented
Hi,
thank you for this report. Windows probably messed up new names of these files,
C++ includes are fine, but IntrinXXX.h names are wrong, I will do a fix today.
BTW: r953 is the latest revision known to work on Linux/Mac, I'm working on a
new font engine and I started implementing first the Windows part, SVN is
currently broken.
So, marking as accepted, but patches won't be used, instead different fix will
be applied.
Best
Petr
Original comment by kobalicek.petr
on 6 Mar 2012 at 8:16
- Changed state: Accepted
GoogleCodeExporter commented
Should be fixed by r972.
Original comment by kobalicek.petr
on 6 Mar 2012 at 8:34
GoogleCodeExporter commented
OK. Thanks. I wrote a Gentoo ebuild for it. I'll mark one to use SVN
953 and await 972. :-)
Original comment by doctorwh...@gmail.com
on 6 Mar 2012 at 3:59