|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Golden Condom
![]() ![]() ![]() Join Date: Nov 2002
Location: 日本
Posts: 379
|
Help with compiling gpupeopssoftx 1.17
I am having some difficulties in compiling gpupeopssoftx 1.17 plugin. I am using Ubuntu Breezy, where libXxf86vm.a is placed under folder '/usr/lib' so I edit the path of '/makes/mk.x11': line 23,24.
Code:
ifeq ($(XF86VM), TRUE)
OBJECTS+= /usr/lib/libXxf86vm.a
CFGOBJS+= /usr/lib/libXxf86vm.a
CFLAGS+= -DUSE_XF86VM
Code:
mojo@mojo:~/Desktop/src$ make
gcc -g -Wall -fPIC -O4 -fomit-frame-pointer -ffast-math -I/usr/local/include `gtk-config --cflags` -DUSE_XF86VM -c -o draw.o draw.c
In file included from /usr/include/X11/extensions/xf86vmode.h:39,
from draw.c:4403:
/usr/include/X11/Xmd.h:157: error: two or more data types in declaration specifiers
/usr/include/X11/Xmd.h:157: error: two or more data types in declaration specifiers
draw.c: In function ‘CreateDisplay’:
draw.c:4767: warning: pointer targets in passing argument 6 of ‘XCreateImage’ differ in signedness
draw.c: In function ‘XStretchBlt16’:
draw.c:5706: error: invalid lvalue in increment
make: *** [draw.o] Error 1
Code:
#ifndef I_NEED_OS2_H typedef CARD8 BYTE; typedef CARD8 BOOL; #else #define BYTE CARD8 #define BOOL CARD8 #endif
__________________
>> IBM Thinkpad X61 << OS: Ubuntu Ibex Intrepid SVN |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|