sweec / osx86-driver-radeonhd

Automatically exported from code.google.com/p/osx86-driver-radeonhd
0 stars 0 forks source link

info.plist preprocessing error #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clean project
2. build project
3.

What is the expected output? What do you see instead?
expected: build complete with driver package produced,
instead: build incomplete, error preprocessing info.plist file.
file contain EDID data field not acceptable by XCode preprocessor (possibly
contain unescaped characters.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ole2m...@gmail.com on 31 Oct 2009 at 8:39

GoogleCodeExporter commented 9 years ago
temporary emptied field data of EDID helped to bypass preprocessing error, 
further
investigation required.

Original comment by ole2m...@gmail.com on 31 Oct 2009 at 8:41

GoogleCodeExporter commented 9 years ago
I suffer the same problem building the driver. This is a strange one, because 
plist 
editor encodes the edid data in base64 therefore unescaped characters shouldn't 
be an 
issue. Will investigate further too.

/deadbeef 

Original comment by steenh...@gmail.com on 21 Nov 2009 at 4:04

GoogleCodeExporter commented 9 years ago
My way to solve this problem is to uncheck the "Preprocess Info.plist File" 
option in
the target's Build rule.

Original comment by dong...@gmail.com on 24 Nov 2009 at 8:16