Hello Robert,

Not sure that this is "elegant", but perhaps you can add the following two
lines to common.mk, starting after line 132 (additions in red) :

else ifneq (,$(findstring linux, $(TARGET)))
   OS := Linux
else ifneq (,$(findstring freebsd, $(TARGET)))
   OS := Linux
else ifneq (,$(findstring darwin, $(TARGET)))
   OS := Darwin

Hope this does the trick!

Did previous versions of TPP compile fine in the same system?  We don't
have much experience with FreeBSD.

Thanks for MassyPup's continued support of TPP!
--Luis

On Fri, Jun 28, 2024 at 11:03 AM Robert Winkler <
robert.winkler.m...@gmail.com> wrote:

> Hi, I'm working on the next edition of MassyPup(64)
> <https://peerj.com/articles/1401/>
>
> Of course,  the TPP should be included for proteomics data processing.
> As platform, I have chosen a FreeBSD 14 this time.
>
> In general, this is a very clean system for building. E.g. OpenMS is
> compiling since about 2 hours now without bothering me with
> warnings/errors. As well, R stuff (xcms, etc.) compiles well.
>
> With the 'bleeding-edge 7.0+ TPP' I got, however a problem with the build
> configuration:
> `gmake` results in
> ~~~
> common.mk:147: *** Unable to determine target platform using $(CXX)
> -dumpmachine. Stop.
> ~~~
> manually invoking `gcc -dumpmachine` gives `x86_64-portbld-freebsd14.0`
>
> Is there an elegant way for convincing TPP to build?
>
> Best, Robert
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "spctools-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spctools-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/spctools-discuss/f284504c-e29e-4935-a69b-93b4859f14b4n%40googlegroups.com
> <https://groups.google.com/d/msgid/spctools-discuss/f284504c-e29e-4935-a69b-93b4859f14b4n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spctools-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spctools-discuss/CACyS9bq3YbaQ1wDEt25tD8eBPwgiLc9ma68N7GmBjns8a6Fdcw%40mail.gmail.com.

Reply via email to