Leslie Newell <les.new...@...> writes: > > Actually it's pretty simple. There are a lot of instructions on that > page because there are quite a few ways of installing/building emc. > In a nutshell: > Start a terminal window and enter the following: > cd Documents > mkdir emc > cd emc > sudo apt-get install cvs > export CVS_RSH=ssh > cvs -z5 -d:ext:a...@...:/cvs co -demc2-trunk emc2 > cd emc/src > ./configure --enable-run-in-place > make > sudo make setuid > cd .. > . scripts/emc-environment > (note the space after the dot - it's important) > emc >
Hi Les, Well, I did what you said here. I got as far as "./configure --enable-run-in-place" and I got some errors. I copied and pasted them below. Would you have a look and tell me what I did wrong? ********************** r...@linuxbox2:~/documents/emc/emc2-trunk# cd src r...@linuxbox2:~/documents/emc/emc2-trunk/src# ./configure --enable-run-in- place checking installation prefix... /usr/local checking for RT dir... Using /usr/realtime-2.6.15-magma/bin/rtai-config as the R T signature checking for location of kernel headers... using value from RTS: /usr/src/ inux-headers-2.6.15-magma checking for cc version... found gcc in rtai-config checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for usability of rdtscll from asm/msr.h... yes checking for usability of linux/joystick.h... yes checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking /usr/src/linux-headers-2.6.15-magma/include/linux/version.h usability... no checking /usr/src/linux-headers-2.6.15-magma/include/linux/version.h presence... no checking for /usr/src/linux-headers-2.6.15-magma/include/linux/ version.h... no configure: error: version.h not found - Is the kernel headers package installed ? r...@linuxbox2:~/documents/emc/emc2-trunk/src# make Makefile:31: Makefile.inc: No such file or directory Makefile:42: *** Makefile.inc must specify RTPREFIX and other variables. Stop. r...@linuxbox2:~/documents/emc/emc2-trunk/src# make setuid Makefile:31: Makefile.inc: No such file or directory Makefile:42: *** Makefile.inc must specify RTPREFIX and other variables. Stop. ******************************************* Any help here? Tom ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
