-
Samples\GLCube\Makefile
NAME=Minimal
should be:
NAME=GLCube.
2006-08-26 23:52:19 UTC in wxD
-
Since import default becomes private, mostly by adding
necessary imports.
2006-08-14 21:56:50 UTC in wxD
-
235c235
< public ToolBarTool AddTool(int toolid, string
label, Bitmap bitmap, string shortHelp, ItemKind kind)
---
> public ToolBarTool AddTool(int toolid, string
label, Bitmap bitmap, string shortHelp, ItemKind kind =
ItemKind.wxITEM_NORMAL)
2006-08-13 19:44:46 UTC in wxD
-
15c15
< LDFLAGS = $(WXLIBS) -lstdc++
---
> LDFLAGS = $(WXLIBS) -lwxexpat-2.6 -lwxpng-2.6
-lwxtiff-2.6 -lwxjpeg-2.6 -lstdc++
otherwise, it complains lots of missing symbol in
libjpeg, libpng ...
2006-08-13 19:41:12 UTC in wxD
-
glcanvas.cpp: In function `void
wxGLContext_Update(wxGLContext*)':
glcanvas.cpp:36: error: 'class wxGLContext' has no
member named 'Update'
glcanvas.cpp: In function `void
wxGLCanvas_UpdateContext(wxGLCanvas*)':
glcanvas.cpp:167: error: 'class wxGLCanvas' has no
member named 'UpdateContext'
make[1]: *** [glcanvas.o] Error 1
make[1]: Leaving directory `/g/project/wxd/wxc'
make: *** [all.
2006-08-13 19:02:43 UTC in wxD