|
From: Mark L. <mar...@ho...> - 2004-09-16 15:44:16
|
I have a laptop and want to dual boot between XP home and Debian Linux. I would like to to use the same coLinux file for a coLinux virtual machine between my XP boot and the Linux boot. (I want to have subversion host to connect to in each OS, colinux seems like a good answer.) I am using snapshot colinux20040910 I ran export for the following: COLINUX_HOST_KERNEL_DIR=/usr/src/kernel-source-2.6.8 COLINUX_HOST_OS=linux COLINUX_TARGET_KERNEL_PATH=/usr/src/kernel-source-2.6.8-co then I tired 'make colinux' Here are the results: marksdebian:/usr/src/colinux-20040910/src# make colinux g++ -g -mpush-args -mno-accumulate-outgoing-args -Wno-trigraphs -O2 -fno-strict aliasing -Wall -DCOLINUX_DEBUG -I. -I/usr/src/kernel-source-2.6.8-co/include -c colinux/os/current/user/console/head.cpp -o colinux/os/current/user/console/ ead.o -DCO_HOST_API colinux/os/current/user/console/head.cpp: In function `int main(int, char**)': colinux/os/current/user/console/head.cpp:193: error: `fl_x_global_event_hook' undeclared (first use this function) colinux/os/current/user/console/head.cpp:193: error: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [colinux/os/current/user/console/head.o] Error 1 marksdebian:/usr/src/colinux-20040910/src# I have used the fltk 1.1.4 source and have applied the fltk-1.1.4-linux-patch.diff by running patch -p1 < If you need more info please let me know. I am not a programmer so please clue me in. Thanks for the help. Mark _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ |