
Examples fail to compile
Posted Saturday, 27 March, 2010 - 15:30 by nodoid| Project: | The Open Toolkit library |
| Version: | 1.0-2010-10-06 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
There is a problem with the OpenTK.Examples csproj file pointing to files that don't exist. The attached patch enables it to build
| Attachment | Size |
|---|---|
| opentk-examples.patch | 974 bytes |


Comments
#1
The csproj files are auto-generated, I'm spinning a fix for the prebuild script instead.
#2
The new download includes the patch. I just made copies of a rich text file and saved them to the proper directories. Everything compiled after that ;)
#3
Issue fixed in r2657 of 1.0 branch and will be included in the next RC. The 'obj' directory is now explicitly excluded from the generated csproj files.
Thanks for the bug report!
#4
The examples' Resources.resx still references SimpleWindow.cs which results in failure to compile the example project.
#5
I'm in the process of removing those .cs references, some breakage is to be expected before the dust settles. I hope to have everything sorted out by the end of the week or so.
#6
Closing issues fixed in opentk-1.0-2010-10-06 release.