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 grabbed a copy of camunits from git. Had to create a few files

touch config.rpath
touch po/Makefile.in.in
touch ABOUT-NLS
cp /usr/share/gtk-doc/data/gtk-doc.make .

Then ran
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf

After that ./configure and it completd ok
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.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to