Hi.
I'm building/built the ver 1.92 for a headless machine, debian/sid arm.
No problem what so ever to compile it.
And I was using this config: ./configure --disable-cli --disable-gtk --disable-nls --enable-static --disable-libcanberra --disable-mac --disable-libappindicator --disable-libnotify CPPFLAGS=-DTR_EMBEDDED
But what is the CPPFLAGS=-DTR_EMBEDDED for?
//Mike
EDIT: arch ARM
Headless built question
Re: Headless built question
Not much, if you check the code you'l find:what is the CPPFLAGS=-DTR_EMBEDDED for?
Code: Select all
#ifdef TR_EMBEDDED
#define TR_DEFAULT_ENCRYPTION TR_CLEAR_PREFERRED
#else
#define TR_DEFAULT_ENCRYPTION TR_ENCRYPTION_PREFERRED
#endif
Code: Select all
#if defined(TR_EMBEDDED) && !defined(DISABLE_GETTEXT)
#define DISABLE_GETTEXT
#endif
Not worth using the define unless you find a problem with those characteristics.
I don't use the define, and transmission works fine on an HP MediaVault (ARM with little RAM) using encryption most of the time.
Re: Headless built question
Ok so it's good for nothing then, so to speak 
