Just for the record.

On FreeBSD, 'make' is BSD 'make', and 'gmake' is GNU 'make'.

For building ATS, please do:

gmake MAKE=gmake MAKE4J=gmake

If you want to install ATS (after compilation is done successfully),
please do

gmake install

That is all.

On Tuesday, April 29, 2014 at 3:17:23 PM UTC-4, Ivan Uemlianin wrote:
>
> Thanks, I'll have another go in the morning.
>
> There is effectively no documentation on building & installing ATS, so 
> anything else you can think of please let me know.
>
> Beat wishes
>
> Ivan
>
> --
> festina lente
>
>
> On 29 Apr 2014, at 19:31, gmhwxi <...> wrote:
>
>
> >>Neither PATSHOME nor PATSLIBHOME have been defined previously
>
> They are defined on config.mk (which is generated from config.mk.in).
>
> On Tuesday, April 29, 2014 12:25:26 PM UTC-4, gmhwxi wrote:
>>
>> I suspect that you did not do './configure'.
>> If that is the case, please do
>>
>> ./configure
>> make all
>>
>> It normally takes less than 2 minutes to finish.
>>
>> On Tuesday, April 29, 2014 12:01:17 PM UTC-4, Ivan Uemlianin wrote:
>>>
>>> Dear All
>>>
>>> I am trying to build ATS from source as per the instructions on the 
>>> ats-lang.org download page.  However, step 2 "make all" gets the error:
>>>
>>>     make: "/usr/home/ivan/ats_stuff/ATS2-Postiats-0.0.7/Makefile" line 
>>> 62: Variable/Value missing from "export"
>>>     make: "/usr/home/ivan/ats_stuff/ATS2-Postiats-0.0.7/Makefile" line 
>>> 63: Variable/Value missing from "export"
>>>     make: Fatal errors encountered -- cannot continue
>>>     make: stopped in /usr/home/ivan/ats_stuff/ATS2-Postiats-0.0.7
>>>
>>> The Makefile at this point has the following (which doesn't look quite 
>>> right):
>>>
>>>     56  # This variable is to be set externally
>>>     57  #
>>>     58  DESTDIR :=
>>>     59  #
>>>     60  ######
>>>     61  
>>>     62  export PATSHOME
>>>     63  export PATSLIBHOME
>>>
>>> Neither PATSHOME nor PATSLIBHOME have been defined previously.  Line 58 
>>> doesn't look grammatical either.
>>>
>>> Do I need to edit this Makefile?  Is there something else I'm missing?
>>>
>>> Building from the git repo I have the same issue.
>>>
>>> Any help appreciated.
>>>
>>> With thanks and best wishes
>>>
>>> Ivan
>>>
>>>
>>> -- 
> You received this message because you are subscribed to the Google Groups 
> "ats-lang-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to ats-lang-users+unsubscr...@googlegroups.com.
> To post to this group, send email to ats-lang-users@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/ats-lang-users/553962fc-a909-48b5-97a7-9fe55520d7fa%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/ats-lang-users/553962fc-a909-48b5-97a7-9fe55520d7fa%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ats-lang-users+unsubscr...@googlegroups.com.
To post to this group, send email to ats-lang-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ats-lang-users/7093009f-1c2c-4e5c-ac49-4d68bbecbe80%40googlegroups.com.

Reply via email to