Missing 'filelist' file
I have recently encountered this cryptic error message whenever I create a new SDL OpenGL project in Xcode 3.1:
ld: -filelist file not found: <Project Path>
collect2: ld returned 1 exit status
I have been unable to find resources to resolve this issue. This is a compile-time error that prevents my project from being fully compiled, even when no extraneous files have been added to the project. Please advise.
ld: -filelist file not found: <Project Path>
collect2: ld returned 1 exit status
I have been unable to find resources to resolve this issue. This is a compile-time error that prevents my project from being fully compiled, even when no extraneous files have been added to the project. Please advise.
Figured it out:
The file path to the project had a directory that contained commas in it's name. This screws with Xcode's metadata collection for building.
The file path to the project had a directory that contained commas in it's name. This screws with Xcode's metadata collection for building.
Talyn Wrote:Figured it out:
The file path to the project had a directory that contained commas in it's name. This screws with Xcode's metadata collection for building.
Gah, character escaping oversights drive me nuts.
http://bugreporter.apple.com/
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Blender -> Export .Obj -> .mtl's Missing Texture | hangt5 | 12 | 7,911 |
Jul 5, 2005 12:20 PM Last Post: hangt5 |
|

