I had the same problem, I downloaded Tao for Mono-win32,
I made:
make Mono-1.1
make STRONG=1

and I built the examples,

they're compiling without warnings and some of them are running; after that, someof my examples're compiling but, when they've glutKeyboardFunc or glutReshapeFunc, this error occurs.


=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:
in <0x4> (wrapper managed-to-native) Tao.FreeGlut.Glut:glutMainLoop ()
in <0xffffe5b2> (wrapper managed-to-native) Tao.FreeGlut.Glut:glutMainLoop ()
in <0x92> Redbook.Alpha:Main (string[])
in <0xf053b97> (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
[] (object,intptr,intptr,intptr)



--

JAG
Jorge González
jorge.unal (at) gmail.com
Bogotá   -   Colombia   -   Sur América


2006/1/28, matthew h <[EMAIL PROTECTED]>:
I am on mandriva linux 2006 and I can't get any kind of tao related
thing to work. I have downloaded it from the site, made it with
mono-1.1, but none of the examples work.

to make it I did:

$ make mono-1.1 STRONG=1 *press enter*
$ make STRONG=1 *press enter*
and away it went. it compiled without errors.

How would I get, for instance one of the nehe examples to work? The
nearest i've been is putting it in the dist/bin directory. I renemaed
it to Ne.exe for simplicity so I did

"$ mono /dist/bin/Ne.exe"

and something comes up asking me whether I want it in fullscreen or
not. No matter what I choose I get

"Unhandled Exception: System.EntryPointNotFoundException:
SetProcessWorkingSetSize
in (wrapper managed-to-native)
Tao.Platform.Windows.Kernel:SetProcessWorkingSetSize (intptr,int,int)
in <0x0007f> NeHe.Lesson02:CreateGLWindow (System.String title, Int32
width, Int32 height, Int32 bits, Boolean fullscreenflag)
in <0x00047> NeHe.Lesson02:Main (System.String[] commandLineArguments)"


Compiling anything throws me errors of how none of the Tao namespaces
exist, I have installed it, so shouldn't it recognise the namespaces?

All I want it to get one of the examples working, how hard can it be?

Thank you for any help.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to