Re: [Emc-users] Building EMC2 2.2.8

2008-12-27 Thread Sebastian Kuzminsky
Richard F. Amaral wrote:
 I'm trying to build the latest EMC2 release, 2.2.8 on a Live-CD  
 install (Ubuntu 8.0). I've already installed the following missing  
 packages:
 
 dpgk-dev
 libc6-dev
 tcl
 tcllib
 python2.5-dev
 mesa-common-dev
 libglu-dev
 gcc
 g++
 gettext
 
 After a few minutes of building, the Makefile stops with this error:
 
 make: Entering directory `'
 none -k_ -o po/rs274_err.pot emc/task/emctaskmain.cc  
 emc/rs274ngc/rs274ngc_errors.cc emc/rs274ngc/interp_arc.cc  touch  
 po/rs274_err.pot
 /bin/sh: none: not found
 make: *** [po/rs274_err.pot] Error 127

This sounds like the build system doesnt think you have the gettext 
package installed, which is strange, since you said you installed it.

Perhaps one of the other build dependencies is missing?  There is a 
(somewhat cryptic) list of required packages in the file 
debian/control.in, in the section labeled Package: 
@EMC2_PACKAGE_NAME@, on the line that begins with Build-Depends.

Make sure you have all that stuff installed.

If it still doesnt work, please email us the entire output of 
./configure --enable-run-in-place, and all the output of these commands:

dpkg --status gettext
gettext --version


-- 
Sebastian Kuzminsky
Okay, people. Now is the time to start discussing the rules of war for
autonomous robots. Now, when it's still theoretical. --  Bruce Schneier

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Building EMC2 2.2.8

2008-12-27 Thread Sebastian Kuzminsky
Sebastian Kuzminsky wrote:
 Perhaps one of the other build dependencies is missing?  There is a 
 (somewhat cryptic) list of required packages in the file 
 debian/control.in, in the section labeled Package: 
 @EMC2_PACKAGE_NAME@, on the line that begins with Build-Depends.
 
 Make sure you have all that stuff installed.

Oops, sorry, the Build-Depends is in the Package: emc2 section.

Specifically you need all of these packages:

build-essential
g++
make
libc6-dev
tcl8.4-dev
tk8.4-dev
libgtk2.0-dev
libncurses-dev
gettext
libxaw7-dev
libreadline5-dev
lyx-qt or lyx
python
tetex-bin
python-dev
libglu1-mesa-dev
libgl1-mesa-dev
libgnomeprintui2.2-dev
bwidget
tetex-extra


-- 
Sebastian Kuzminsky
Okay, people. Now is the time to start discussing the rules of war for
autonomous robots. Now, when it's still theoretical. --  Bruce Schneier

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Building EMC2 2.2.8

2008-12-27 Thread Alex Joni
 I'm trying to build the latest EMC2 release, 2.2.8 on a Live-CD
 install (Ubuntu 8.0). I've already installed the following missing
 packages:

Do you mean Ubuntu 8.04? or Ubuntu 8.10 ?
Do you refer to the LiveCD found at www.linuxcnc.org? or to one from 
www.ubuntu.com ?
Are you installing from a LiveCD and then you try to add the 2.2.8 package?
If you only need the 2.2.8 package, you can get them via updates from our 
repository.

 Perhaps one of the other build dependencies is missing?  There is a
 (somewhat cryptic) list of required packages in the file
 debian/control.in, in the section labeled Package:
 @EMC2_PACKAGE_NAME@, on the line that begins with Build-Depends.

For installed packages (or available from the repository), it helps to run
sudo apt-get build-dep emc2

This will install all dependencies for building the emc2 package.

 Make sure you have all that stuff installed.

 If it still doesnt work, please email us the entire output of
 ./configure --enable-run-in-place, and all the output of these commands:

 dpkg --status gettext
 gettext --version


Regards,
Alex


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Building EMC2 2.2.8

2008-12-27 Thread Jeff Epler
note that after installing gettext, you probably need to re-run
configure for it to be picked up.

Jeff

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users