
OpenTK and other Unix OS
Posted Monday, 16 November, 2009 - 13:39 by baobab1111| Project: | The Open Toolkit library |
| Version: | 1.0-beta-2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
DetectUnixKernel() in some BSD OS and San OS returns a value other than 'Unix'
and openTK application doesn't run but could (I found the values: 'FreeBSD' , 'SunOS', etc)
I think it would be good to:
1. establish and enter the names of all the Unix systems on which we can run openTK
2. or maybe done any name mapping?
3. or maybe done possibility to run applications on your own risk?


Comments
#1
Thanks for reporting this issue.
I have modified the detection code so that it doesn't abort when the specific kernel name is unknown. This takes care of the immediate issue (OpenTK aborting on *BSD or Solaris) but these platforms remain completely untested.
If you have access to any of these platforms, I would appreciate some feedback and bug reports! (does OpenTK run? Any issues?)
Regarding your specific suggestions:
#2
Closing issues fixed in 1.0 beta-2.
#3
Excellent! I tested my program on FreeBSD and it runs smoothly (GL and input works correctly)!
I will test it on other Unix systems, and write how it works.