satyannair
Bit poster
First time user of parallels,
I am getting this error when running the parallel-config command.
Kernel Info:
Fedora Linux 2.6.19-1.2911.6.5.fc6xen #1 SMP Sun Mar 4 16:59:41 EST 2007 i686 i686 i386 GNU/Linux
*************************************************************************
SUBDIRS=/usr/lib/parallels/drivers/drv_main SRCROOT=/usr/lib/parallels/drivers/drv_main mo\
dules
make[3]: Entering directory `/usr/src/kernels/2.6.19-1.2911.6.5.fc6-xen-i686'
CC [M] /usr/lib/parallels/drivers/drv_main/vmmain.o
CC [M] /usr/lib/parallels/drivers/drv_main/vmproc.o
CC [M] /usr/lib/parallels/drivers/drv_main/device.o
CC [M] /usr/lib/parallels/drivers/drv_main/dwrap.o
CC [M] /usr/lib/parallels/drivers/drv_main/intgate.o
/usr/lib/parallels/drivers/drv_main/intgate.c: In function 'ig_OpenCurrGate_ipi':
/usr/lib/parallels/drivers/drv_main/intgate.c:217: error: implicit declaration of function 'hypAssignInterrupt'
make[4]: *** [/usr/lib/parallels/drivers/drv_main/intgate.o] Error 1
make[3]: *** [_module_/usr/lib/parallels/drivers/drv_main] Error 2
make[3]: Leaving directory `/usr/src/kernels/2.6.19-1.2911.6.5.fc6-xen-i686'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/lib/parallels/drivers/drv_main'
make[1]: *** [vmmain] Error 2
make[1]: Leaving directory `/usr/lib/parallels/drivers'
make: *** [build] Error 2
*************************************************************************
The rpm was giving me libXft.so.1 problems. I installed it with --nodeps options.
Looks like I had libXft.so.2. tried all I can by linking it to libXft.so.1 as mentioned somewhere but it could not find it.
Also tried commenting out the line in the intgate.c where the hypAssignInterrupt is called. Found that it was called in another function as well i.e ig_CloseCurrGate_ipi also. Commented that also and it started giving me something else. So uncommented both and this is the original error as above.
Any help would be appreciated.
I am getting this error when running the parallel-config command.
Kernel Info:
Fedora Linux 2.6.19-1.2911.6.5.fc6xen #1 SMP Sun Mar 4 16:59:41 EST 2007 i686 i686 i386 GNU/Linux
*************************************************************************
SUBDIRS=/usr/lib/parallels/drivers/drv_main SRCROOT=/usr/lib/parallels/drivers/drv_main mo\
dules
make[3]: Entering directory `/usr/src/kernels/2.6.19-1.2911.6.5.fc6-xen-i686'
CC [M] /usr/lib/parallels/drivers/drv_main/vmmain.o
CC [M] /usr/lib/parallels/drivers/drv_main/vmproc.o
CC [M] /usr/lib/parallels/drivers/drv_main/device.o
CC [M] /usr/lib/parallels/drivers/drv_main/dwrap.o
CC [M] /usr/lib/parallels/drivers/drv_main/intgate.o
/usr/lib/parallels/drivers/drv_main/intgate.c: In function 'ig_OpenCurrGate_ipi':
/usr/lib/parallels/drivers/drv_main/intgate.c:217: error: implicit declaration of function 'hypAssignInterrupt'
make[4]: *** [/usr/lib/parallels/drivers/drv_main/intgate.o] Error 1
make[3]: *** [_module_/usr/lib/parallels/drivers/drv_main] Error 2
make[3]: Leaving directory `/usr/src/kernels/2.6.19-1.2911.6.5.fc6-xen-i686'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/lib/parallels/drivers/drv_main'
make[1]: *** [vmmain] Error 2
make[1]: Leaving directory `/usr/lib/parallels/drivers'
make: *** [build] Error 2
*************************************************************************
The rpm was giving me libXft.so.1 problems. I installed it with --nodeps options.
Looks like I had libXft.so.2. tried all I can by linking it to libXft.so.1 as mentioned somewhere but it could not find it.
Also tried commenting out the line in the intgate.c where the hypAssignInterrupt is called. Found that it was called in another function as well i.e ig_CloseCurrGate_ipi also. Commented that also and it started giving me something else. So uncommented both and this is the original error as above.
Any help would be appreciated.