adium-facebook icon indicating copy to clipboard operation
adium-facebook copied to clipboard

Plugin won't compile with latest Adium release

Open rodneyrod opened this issue 6 years ago • 6 comments

rodneyrod avatar Sep 16 '17 05:09 rodneyrod

The issue is that Adium fails to build on newest Mac OS 10.12 platform. And the another one issue is that Adium development seems to be dead, even their bug tracker is down 😞

duxet avatar Sep 16 '17 09:09 duxet

OpenSSL issue?

rodneyrod avatar Sep 16 '17 09:09 rodneyrod

I'm getting

/adiumPurpleCore.m:41:9: fatal error: 'auth.h' file not found

mluis avatar Apr 28 '18 02:04 mluis

@duxet Have you had any luck with this one?

rodneyrod avatar Aug 20 '18 02:08 rodneyrod

I'm getting

/tmp/adium-facebook/adium/Plugins/Purple Service/libpurple_extensions/auth_fb.c:23:10: fatal error: 'internal.h' file not found
#include "internal.h"
         ^~~~~~~~~~~~


** BUILD FAILED **


The following build commands failed:
	CompileC /tmp/adium-facebook/adium/build/Adium.build/Debug/AdiumLibpurple.build/Objects-normal/x86_64/auth_gtalk.o /tmp/adium-facebook/adium/Plugins/Purple\ Service/libpurple_extensions/auth_gtalk.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Compiling like:

xcodebuild -configuration=release HEADER_SEARCH_PATHS="/usr/local/Cellar/[email protected]/1.1.1/include" OTHER_CFLAGS="$(pkg-config --cflags --libs glib-2.0)"

mluis avatar Jan 10 '19 18:01 mluis

I'm getting

/tmp/adium-facebook/adium/Plugins/Purple Service/libpurple_extensions/auth_fb.c:23:10: fatal error: 'internal.h' file not found
#include "internal.h"
         ^~~~~~~~~~~~


** BUILD FAILED **


The following build commands failed:
	CompileC /tmp/adium-facebook/adium/build/Adium.build/Debug/AdiumLibpurple.build/Objects-normal/x86_64/auth_gtalk.o /tmp/adium-facebook/adium/Plugins/Purple\ Service/libpurple_extensions/auth_gtalk.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Compiling like:

xcodebuild -configuration=release HEADER_SEARCH_PATHS="/usr/local/Cellar/[email protected]/1.1.1/include" OTHER_CFLAGS="$(pkg-config --cflags --libs glib-2.0)"

I'm getting exactly the same problem. The purple-facebook plugin works fine for me on Pidgin and I'd love to continue using it with Adium. I tried for about an hour to fix the errors but with little luck. Did you manage to get it working in the end?

stevegwh avatar Mar 03 '19 21:03 stevegwh