With the tablet code addition, compiling gives the following errors.
winxp scons-ming.
"intern\ghost\intern\GHOST_SystemWin32.cpp:636: error: `WT_CSRCHANGE' undeclared
(first use this function)
intern\ghost\intern\GHOST_SystemWin32.cpp:637: error: `WT_PROXIMITY' undeclared
(first use this function)
scons: *** [C:\build\install\intern\ghost\intern\GHOST_SystemWin32.o] Error 1
scons: building terminated because of errors."
I have updated cvs (current now) with this included.
"sirdude (Kent Mein) 2006/11/06 17:58:28 CET
Modified files:
blender/source nan_definitions.mk
blender/intern/ghost/intern Makefile
Log:
Fix for makefiles so it can find wintab headers in the libdir."
Help appreciated.
compile error with cvs scons/ming
Moderators: jesterKing, stiv
go to \blender\intern\ghost\intern\GHOST_WindowWin32.h and change this lines
to this one (or what ever your absolute path to wintablet libs is)
Code: Select all
#include <wintab.h>
#define PACKETDATA (PK_BUTTONS | PK_NORMAL_PRESSURE | PK_CURSOR)
#define PACKETMODE PK_BUTTONS
#include <pktdef.h>
Code: Select all
#include <C:\blender\lib\windows\wintab\INCLUDE\wintab.h>
#define PACKETDATA (PK_BUTTONS | PK_NORMAL_PRESSURE | PK_CURSOR)
#define PACKETMODE PK_BUTTONS
#include <C:\blender\lib\windows\wintab\INCLUDE\pktdef.h>
-
- Site Admin
- Posts: 207
- Joined: Fri Oct 18, 2002 12:48 pm
- Location: Finland