On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:

> On Fri, 8 Nov 2013, David Armstrong wrote:
> > On 08/11/13 19:13, Gene Heskett wrote:
> >> On Friday 08 November 2013 14:11:19 David Armstrong did opine:
> >>>> And it did NOT install convert_crop.so when I did the make install.
> >>>> And since its been a decade since I actually carved new C code, I'm
> >>>> not sure I am up to cleaning up this mess.  convert_crop.c did not
> >>>> throw any errors, but I can sure see why it can go out to lala-land
> >>>> & freeze.  So I think I'll print this and take it from the top
> >>>> with grep.
> >>>> 
> >>>> Cheers, Gene
> >>> 
> >>> Gene,
> >>> make sure your git branch is master and not Upstream or something
> >>> similar builds fine here with no warnings or errors
> >> 
> >> git branch? Don't recall seeing it. I got a tarball of 0.0.37.  Where
> >> is the git?
> >> 
> >> Thanks David.
> >> 
> >> Cheers, Gene
> > 
> > i presume your looking for camunits git , here it is .
> > 
> > git://psha.org.ru/psha/camunits.git
> 
I am running out of patience with git, and with firefox, both of which 
worked a few months ago, and neither has been updated/modified (that I know 
of) since.

But this command line, applied to either the firefox address box or a bash 
shell, fails instantly.  Firefox suddenly has no knowledge of git as a 
protocol, and when applied via a terminal session, does not even exit the 
ethernet port for a dns lookup.  I get this return:

gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
-bash: git://psha.org.ru/psha/camunits.git: No such file or directory

I have looked thru all the plugins for firefox looking for a git helper 
without any success.

git-core at least is installed on every machine.

Ideas to try gleefully accepted at this point.

Finally made it do something here:

gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
Initialized empty Git repository in /home/gene/linuxcnc/camunits/.git/
remote: Counting objects: 2697, done.
remote: Compressing objects: 100% (922/922), done.
remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
Resolving deltas: 100% (1849/1849), done.

But that wasn't more than 5 seconds elapsed time, go see what I have.
Looks half complete, copy to target machine over nfs share.  No configure 
script, ran automake, it barfs of course, ran autoconf which also barfs.

I have now reinstalled m4 and autoconf, autoconf runs but exits with some 
unknown macros errors:
configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
configure.ac:114: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
con./configure: line 1790: syntax error near unexpected token `config.h'


But does leave a 'configure' which also bails out:

./configure: line 1790: syntax error near unexpected token `config.h'
./configure: line 1790: `AM_CONFIG_HEADER(config.h)'

I have blown that away and re copied what git downloaded, and have this 
list of files:

gene@shop:~/linuxcnc/camunits$ ls -l
total 176
-rw-r--r-- 1 gene gene    62 2013-11-12 12:47 AUTHORS
-rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
-rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
-rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
-rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
-rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 examples
-rw-r--r-- 1 gene gene  9416 2013-11-12 12:47 INSTALL
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4macros
-rw-r--r-- 1 gene gene   181 2013-11-12 12:47 Makefile.am
-rw-r--r-- 1 gene gene  6704 2013-11-12 12:47 NEWS
drwxr-xr-x 7 gene gene  4096 2013-11-12 12:47 plugins
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 po
-rw-r--r-- 1 gene gene   306 2013-11-12 12:47 README



> I grabbed a copy of camunits from git. Had to create a few files

So, I'll do this to the recopied tree next
> 
> touch config.rpath
> touch po/Makefile.in.in
> touch ABOUT-NLS
> cp /usr/share/gtk-doc/data/gtk-doc.make .

But this fails, apparently no gkt-doc/data, just html, spend 2 hours 
installing the whole gnome kit to get the data tree there, so thats fixed.

> 
> Then ran
> libtoolize --force
seems to have worked

> aclocal
returned nothing, took 15 seconds to do it.

> autoheader
returned nothing, took 3 seconds

> automake --force-missing --add-missing
looks like it worked

> autoconf
> 
> After that ./configure and it completd ok

Not here, bailed out on no openGL, back to synaptic...

Installed the following packages:
ghc6 (6.12.1-12)
ghc6-doc (6.12.1-12)
libbsd-dev (0.2.0-1)
libffi-dev (3.0.9-1)
libghc6-opengl-dev (2.2.3.0-2)
libghc6-opengl-doc (2.2.3.0-2)
libgmp3-dev (2:4.3.2+dfsg-1ubuntu1)
libgmpxx4ldbl (2:4.3.2+dfsg-1ubuntu1)
libqt4-opengl-dev (4:4.6.2-0ubuntu5.6)
libqtscript4-core (0.1.0-3build1)
libqtscript4-opengl (0.1.0-3build1)

But:
configure: error: OpenGL not found, but is required by camunits.
Fortunately, I have a 250Gb drive, so what am I still missing?
> Configuration (camunits):
> 
>          Source code location:  .
>          Compiler:              gcc
>          x86 optimizations:     Enabled
>          DC1394 plugin:         Enabled
> 
> Make ran without errors until
> make[2]: Leaving directory `/backup_2/tmp/camunits/examples'
> Making all in po
> make[2]: Entering directory `/backup_2/tmp/camunits/po'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory `/backup_2/tmp/camunits/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/backup_2/tmp/camunits'
> make: *** [all] Error 2
> 
> What else do I need?
> 
> Richard
> 
> 
> ------------------------------------------------------------------------
> ------ November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore techniques for threading, error checking, porting, and tuning.
> Get the most from the latest Intel processors and coprocessors. See
> abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.cl
> ktrk _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

The ultimate game show will be the one where somebody gets killed at the 
end.
                -- Chuck Barris, creator of "The Gong Show"
A pen in the hand of this president is far more
dangerous than 200 million guns in the hands of
         law-abiding citizens.

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to