0x18B2EE / fog

Automatically exported from code.google.com/p/fog
0 stars 0 forks source link

Several files reference files with names in wrong letter case #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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

GoogleCodeExporter commented 9 years ago
Should be fixed by r972.

Original comment by kobalicek.petr on 6 Mar 2012 at 8:34

GoogleCodeExporter commented 9 years ago
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