Re: cygwin opengl problem

2006-12-06 Thread dvmorris
Larry Hall (Cygwin) wrote: > > From the information you've given, it sounds to me like the code is > suspect. I'd start by getting this to work as it should with portability > in mind. The fact that it works on one system/compiler/whatever is not > an indication that the code is correct. Elim

Re: cygwin opengl problem

2006-12-05 Thread dvmorris
ok, i will start looking at all the opengl code and seeing where the problem might be. thanks for the advice. dave -- View this message in context: http://www.nabble.com/cygwin-opengl-problem-tf2762607.html#a7704268 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe

Re: cygwin opengl problem

2006-12-05 Thread dvmorris
dvmorris wrote: > > I finally managed to get this c++ program compiled on cygwin, and when I > start it up, the interface (done in fltk) works great, but the opengl > display window is frozen. It only shows the last frame from the openGL > buffer on the machine. if i open

cygwin opengl problem

2006-12-05 Thread dvmorris
I finally managed to get this c++ program compiled on cygwin, and when I start it up, the interface (done in fltk) works great, but the opengl display window is frozen. It only shows the last frame from the openGL buffer on the machine. if i open another opengl program, display something, then go

Troubleshooting compiler errors

2006-12-03 Thread dvmorris
I am trying to compile a linux program on cygwin, and I'm getting the following error: undefined reference to `std::basic_string, std::allocator >::c_str() const' along with about a million other errors that look pretty similar. I guess my real problem is that I have no clue how to troubleshoot

Libarcball

2006-12-03 Thread dvmorris
Does anyone know anything about libarcball? I am trying to compile a linux program on cygwin, and I get an error saying a file libarcball.a is incompatible, and then it says "cannot find -larcball". I can't seem to find any documentation on it anywhere, and I don't really know who to ask for help