--- Mer 8/9/10, Jon TURNEY ha scritto:
> On 08/09/2010 13:53, David Doria
> wrote:
> >> Oh, I guess you have a makefile generated by
> cmake? In which case you need
> >> make VERBOSE=1 to get it to show you what it is
> doing.
> >>
> >
> > Ok, now there is some useful output. I see an -lGL,
> what
On 08/09/2010 13:53, David Doria wrote:
Oh, I guess you have a makefile generated by cmake? In which case you need
make VERBOSE=1 to get it to show you what it is doing.
Ok, now there is some useful output. I see an -lGL, what else should I
be looking for?
/usr/bin/c++.exe -Wno-deprecated
On 9/8/10, David Doria wrote:
>> Oh, I guess you have a makefile generated by cmake? In which case you need
>> make VERBOSE=1 to get it to show you what it is doing.
>>
>
> Ok, now there is some useful output. I see an -lGL, what else should I
> be looking for?
>
> /usr/bin/c++.exe -Wno-deprec
> Oh, I guess you have a makefile generated by cmake? In which case you need
> make VERBOSE=1 to get it to show you what it is doing.
>
Ok, now there is some useful output. I see an -lGL, what else should I
be looking for?
/usr/bin/c++.exe -Wno-deprecated -mwin32
CMakeFiles/GraphicsCxxTests.d
On 08/09/2010 12:24, David Doria wrote:
Since you don't give the link line which is causing the problem, I'd tend to
assume the problem is [2]
[2] http://cygwin.com/faq/faq-nochunks.html#faq.programming.linker
I looked at the make man page to try to see how to get make to tell me
what it is do
> Since you don't give the link line which is causing the problem, I'd tend to
> assume the problem is [2]
> [2] http://cygwin.com/faq/faq-nochunks.html#faq.programming.linker
I looked at the make man page to try to see how to get make to tell me
what it is doing (i.e. show the g++ commands that
On 04/09/2010 17:29, André Bleau wrote:
On 05/09/2010 00:16, David Doria wrote:
Well, we need more info to help us help you. What kind of application are you
trying to build? X11 or native? There are 2 ways to build OpenGL-related
programs:
1- Using native OpenGL, with driver supported hardwar
David Doria wrote:
> Hi André,
Hi David,
>
> I think I'm trying to build an X11 application - I'm trying to use a
> library called VTK (http://www.vtk.org/). I don't believe it uses
> glut, and I do see a bunch of X11 options in the CMake files. Even if
> there is no support for hardwar
> Well, we need more info to help us help you. What kind of application are you
> trying to build? X11 or native? There are 2 ways to build OpenGL-related
> programs:
>
> 1- Using native OpenGL, with driver supported hardware acceleration. For
> that, you need some way to
> get a graphic device
David Doria wrote:
> I'm trying to build a library (VTK) in Cygwin. I am getting a lot of
> errors like this
>
> undefined reference to `_glDepthMask'
> undefined reference to?`_glGetIntegerv'
> undefined reference to?`_glMatrixMode'
>
> I installed ALL of the cygwin packages to try to avoid
10 matches
Mail list logo