Hi Robert, Sorry to hear about the FreeBSD issues. And agree on boost. Thanks again for the kind words. Cheers. --Luis
On Tue, Jul 2, 2024 at 10:16 AM Robert Winkler < [email protected]> wrote: > Thanks, Luis! > > Sure. TPP is the gold standard for MS-based proteomics and a long-going > community project. > > Finally I had some other problems on FreeBSD (otherwise an excellent > platform) and moved back to a Debionid system. > > I hate boost. > > Robert > > On Saturday 29 June 2024 at 04:01:09 UTC-6 Luis Mendoza wrote: > >> 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 <[email protected]> >> 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 [email protected]. >>> 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/spctools-discuss/57994c92-6f68-4823-814a-16622f5691f3n%40googlegroups.com > <https://groups.google.com/d/msgid/spctools-discuss/57994c92-6f68-4823-814a-16622f5691f3n%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spctools-discuss/CACyS9brFWspQNRT3yo7myRU9xMCerCeYLagd9hGO3TWBpgADVg%40mail.gmail.com.
