Re: [Emc-developers] [ emc-Bugs-1650938 ] Translation strings from rs274_err.mo are not shown

2007-02-10 Thread Florian Hahn
Hello, I tried several things, and now how to get it working: - libintl.h and loclae.h have to be included. - bindtextdomain("rs274_err","/usr/share/locale"); setlocale(LC_ALL,""); textdomain("rs274_err"); have to be called in main function. But I do not know how to programm this in clan way an

Re: [Emc-developers] HEAD build errors

2006-11-22 Thread Florian Hahn
stall to really install the software to > /usr/... > or you should use ./configure --enable-run-in-place --enable-simulator > > Best regards, > Alex Joni > > - Original Message - > From: "Florian Hahn" <[EMAIL PROTECTED]> > To: "EMC developers&

Re: [Emc-developers] HEAD build errors

2006-11-22 Thread Florian Hahn
Hello, Some more: $ ./configure --enable-simulator $ make $ make install $ emc Then I choose sim->axis I get: Traceback (most recent call last): File "/usr/local/bin/hal_manualtoolchange", line 36, in ? nf.start(app); nf.makecommand(app, "_", _) File "/usr/lib/python2.4/site-packages/nf

Re: [Emc-developers] HEAD build errors

2006-11-14 Thread Florian Hahn
an Jeff Epler schrieb: > On Tue, Nov 14, 2006 at 02:01:33PM +0100, Florian Hahn wrote: > >> install -m 0644 -o root ../docs/man/man3/*.3{hal,rtapi} /usr/local/man/man3 >> install: Aufruf von stat für „../docs/man/man3/*.3{hal,rtapi}“ nicht >> möglich: No such file

Re: [Emc-developers] HEAD build errors

2006-11-14 Thread Florian Hahn
install -m 0644 -o root ../docs/man/man1/*.1 /usr/local/man/man1 install -m 0644 -o root ../docs/man/man3/*.3{hal,rtapi} /usr/local/man/man3 install: Aufruf von stat für „../docs/man/man3/*.3{hal,rtapi}“ nicht möglich: No such file or directory make: *** [install-kernel-indep] Error 1 Regards Florian

[Emc-developers] HEAD build errors

2006-11-13 Thread Florian Hahn
Hi, I've get two errors if I try to build EMC2 Head. OS: Ubuntu Edgy Eft EMC: CVS HEAD $ ./configure --enable-simulator $ make Compiling emc/rs274ngc/gcodemodule.cc Linking python module gcode.so Compiling realtime objects/hal/components/abs.c In file included from /home/florian/emc2/src/rtapi/r