On 27.11.12 13:24, Viesturs Lācis wrote:
> 2) in Makefile changed the line 55 from this:
> include Makefile.inc
> to this:
> include Makefile.inc.in

Er, perhaps you have a reason for doing that, but it would be strange if
an undigested "in" file could possibly work as if it were legal "make"
syntax. I would have expected the autogen or configure step to convert
xxx.in files. Have you tried skipping step 2, and just doing the rest?
(After restoring line 55, and a "make distclean". Check after autogen
and configure steps, for when Makefile.inc is generated, just for peace
of mind.)

> 3) in terminal I ran these commands:
> cd /home/vie/linuxcnc-dev/src/
> ./autogen.sh
> ./configure --enable-simulator
> make

...

> /bin/sh: 1: CC@: not found
...
> /bin/sh: 1: CXX@: not found

That's what you could get when an undigested Makefile.inc.in is used
where an actual Makefile.inc is required. CC@ is a macro which should be
substituted with the path to your C compiler, and CXX@ is the C++
compiler, AFAICT from here, without having seen any of the files you're
using. That would be resolved in the configure step.

Sorry that I haven't done such a build, so cannot say "I did it this
way", but the above should put things one step back on the right track,
at least allowing progress to the next problem. :-)

Erik

-- 
Because hemp requires much less irrigation, and around half as much land
as cotton to produce the same amount of textile, supporters of legalisation
say it is much more environmentally friendly. Hemp seed and its oil, too,
are championed by health food enthusiasts.
- http://www.bbc.co.uk/news/magazine-20463504


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to