[Solved] Developer supplied me a patch, but I can't seem to apply it

Hello,
I wanted to make xfce4-indicator-plugin work with the new branch of libindicator, so I emailed the developer on this issue. He supplied me with a patch, but I can't seem to apply it. I customized the xfce4-indicator-plugin PKGBUILD to grab the latest version and apply the patch, but I get the following error:
==> Starting build()...
can't find file to patch at input line 11
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
|From 68b8d6ab2ff0a4e39836a8c3d5f391b745eb5354 Mon Sep 17 00:00:00 2001
|From: Mark Trompell <[email protected]>
|Date: Fri, 09 Sep 2011 07:45:25 +0000
|Subject: allow building with indicator-0.4
|
|---
|diff --git a/configure.in.in b/configure.in.in
|index e0913ba..107ae55 100644
|--- a/configure.in.in
|+++ b/configure.in.in
File to patch:
When I put in configure.in (which I think I need) I get the error that I need to install the older libindicator. Now, either the patch is wrong (which I doubt) or I'm patching the wrong file... Can you help me? The developer hasn't answered my email that I sent a week ago now, so I thought I'd ask here. Here's my PKGBUILD:
pkgname=xfce4-indicator-plugin
pkgver=0.3.1
_pkgbranch=3.0
pkgrel=1
pkgdesc="Display indicators in the xfce4 panel"
arch=(i686 x86_64)
license=('LGPL2.1')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libxfce4util' 'libindicator')
makedepends=('intltool' 'xfce4-dev-tools')
options=('!libtool')
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/$_pkgbranch/$pkgname-$pkgver.tar.bz2
libindicator-fix.patch)
build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -Np0 -i "${srcdir}/libindicator-fix.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
md5sums=('c4940695e412f7bac0fdb46be22ab5f2'
'ab714e4bcf5d113f87647ecd20bd88f4')
EDIT: and here's the patch:
From 68b8d6ab2ff0a4e39836a8c3d5f391b745eb5354 Mon Sep 17 00:00:00 2001
From: Mark Trompell <[email protected]>
Date: Fri, 09 Sep 2011 07:45:25 +0000
Subject: allow building with indicator-0.4
diff --git a/configure.in.in b/configure.in.in
index e0913ba..107ae55 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -67,7 +67,7 @@ dnl ***********************************
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0])
+XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0], [], [XDT_CHECK_PACKAGE([INDICATOR], [indicator-0.4], [0.3.90])])
dnl ***********************************
dnl *** Check for debugging support ***
cgit
Last edited by Unia (2011-09-13 18:32:08)

There you go:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xfce4-indicator-plugin configure 0.3.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --disable-static --disable-debug
## Platform. ##
hostname = lappy
uname -m = x86_64
uname -r = 3.0-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/jente/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/java/jre/bin
PATH: /usr/bin/core_perl
## Core tests. ##
configure:2320: checking build system type
configure:2334: result: x86_64-unknown-linux-gnu
configure:2354: checking host system type
configure:2367: result: x86_64-unknown-linux-gnu
configure:2387: checking target system type
configure:2400: result: x86_64-unknown-linux-gnu
configure:2444: checking for a BSD-compatible install
configure:2512: result: /bin/install -c
configure:2523: checking whether build environment is sane
configure:2573: result: yes
configure:2714: checking for a thread-safe mkdir -p
configure:2753: result: /bin/mkdir -p
configure:2766: checking for gawk
configure:2782: found /usr/bin/gawk
configure:2793: result: gawk
configure:2804: checking whether make sets $(MAKE)
configure:2826: result: yes
configure:2901: checking how to create a ustar tar archive
configure:2914: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:2917: $? = 0
configure:2957: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2960: $? = 0
configure:2964: tar -xf - <conftest.tar
configure:2967: $? = 0
configure:2980: result: gnutar
configure:2990: checking whether to enable maintainer-specific portions of Makefiles
configure:2999: result: no
configure:3061: checking for gcc
configure:3077: found /usr/bin/gcc
configure:3088: result: gcc
configure:3317: checking for C compiler version
configure:3326: gcc --version >&5
gcc (GCC) 4.6.1 20110819 (prerelease)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3337: $? = 0
configure:3326: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.6-20110819/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --disable-libstdcxx-pch --enable-checking=release
Thread model: posix
gcc version 4.6.1 20110819 (prerelease) (GCC)
configure:3337: $? = 0
configure:3326: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3337: $? = 1
configure:3326: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3337: $? = 1
configure:3357: checking whether the C compiler works
configure:3379: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:3383: $? = 0
configure:3431: result: yes
configure:3434: checking for C compiler default output file name
configure:3436: result: a.out
configure:3442: checking for suffix of executables
configure:3449: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:3453: $? = 0
configure:3475: result:
configure:3497: checking whether we are cross compiling
configure:3505: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:3509: $? = 0
configure:3516: ./conftest
configure:3520: $? = 0
configure:3535: result: no
configure:3540: checking for suffix of object files
configure:3562: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3566: $? = 0
configure:3587: result: o
configure:3591: checking whether we are using the GNU C compiler
configure:3610: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3610: $? = 0
configure:3619: result: yes
configure:3628: checking whether gcc accepts -g
configure:3648: gcc -c -g conftest.c >&5
configure:3648: $? = 0
configure:3689: result: yes
configure:3706: checking for gcc option to accept ISO C89
configure:3770: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3770: $? = 0
configure:3783: result: none needed
configure:3814: checking for style of include used by make
configure:3842: result: GNU
configure:3867: checking dependency style of gcc
configure:3977: result: gcc3
configure:3992: checking for a sed that does not truncate output
configure:4056: result: /bin/sed
configure:4074: checking for grep that handles long lines and -e
configure:4132: result: /bin/grep
configure:4137: checking for egrep
configure:4199: result: /bin/grep -E
configure:4204: checking for fgrep
configure:4266: result: /bin/grep -F
configure:4293: checking how to print strings
configure:4320: result: printf
configure:4353: checking for ld used by gcc
configure:4420: result: /usr/bin/ld
configure:4427: checking if the linker (/usr/bin/ld) is GNU ld
configure:4442: result: yes
configure:4497: checking for BSD- or MS-compatible name lister (nm)
configure:4546: result: /usr/bin/nm -B
configure:4676: checking the name lister (/usr/bin/nm -B) interface
configure:4683: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4686: /usr/bin/nm -B "conftest.o"
configure:4689: output
0000000000000000 B some_variable
configure:4696: result: BSD nm
configure:4699: checking whether ln -s works
configure:4703: result: yes
configure:4711: checking the maximum length of command line arguments
configure:4836: result: 1572864
configure:4853: checking whether the shell understands some XSI constructs
configure:4863: result: yes
configure:4867: checking whether the shell understands "+="
configure:4873: result: yes
configure:4908: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:4948: result: func_convert_file_noop
configure:4955: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:4975: result: func_convert_file_noop
configure:4982: checking for /usr/bin/ld option to reload object files
configure:4989: result: -r
configure:5063: checking for objdump
configure:5079: found /usr/bin/objdump
configure:5090: result: objdump
configure:5122: checking how to recognize dependent libraries
configure:5324: result: pass_all
configure:5409: checking for dlltool
configure:5439: result: no
configure:5469: checking how to associate runtime and link libraries
configure:5496: result: printf %s\n
configure:5557: checking for ar
configure:5573: found /usr/bin/ar
configure:5584: result: ar
configure:5621: checking for archiver @FILE support
configure:5638: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5638: $? = 0
configure:5641: ar cru libconftest.a @conftest.lst >&5
configure:5644: $? = 0
configure:5649: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:5652: $? = 1
configure:5664: result: @
configure:5722: checking for strip
configure:5738: found /usr/bin/strip
configure:5749: result: strip
configure:5821: checking for ranlib
configure:5837: found /usr/bin/ranlib
configure:5848: result: ranlib
configure:5950: checking command to parse /usr/bin/nm -B output from gcc object
configure:6069: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6072: $? = 0
configure:6076: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6079: $? = 0
configure:6145: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c conftstm.o >&5
configure:6148: $? = 0
configure:6186: result: ok
configure:6223: checking for sysroot
configure:6253: result: no
configure:6330: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6333: $? = 0
configure:6496: checking for mt
configure:6526: result: no
configure:6546: checking if : is a manifest tool
configure:6552: : '-?'
configure:6560: result: no
configure:7192: checking how to run the C preprocessor
configure:7223: gcc -E conftest.c
configure:7223: $? = 0
configure:7237: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-indicator-plugin"
| #define PACKAGE_TARNAME "xfce4-indicator-plugin"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-indicator-plugin"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7262: result: gcc -E
configure:7282: gcc -E conftest.c
configure:7282: $? = 0
configure:7296: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-indicator-plugin"
| #define PACKAGE_TARNAME "xfce4-indicator-plugin"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-indicator-plugin"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7325: checking for ANSI C header files
configure:7345: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7345: $? = 0
configure:7418: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:7418: $? = 0
configure:7418: ./conftest
configure:7418: $? = 0
configure:7429: result: yes
configure:7442: checking for sys/types.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for sys/stat.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for stdlib.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for string.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for memory.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for strings.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for inttypes.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for stdint.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7442: checking for unistd.h
configure:7442: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7442: $? = 0
configure:7442: result: yes
configure:7456: checking for dlfcn.h
configure:7456: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7643: checking for objdir
configure:7658: result: .libs
configure:7925: checking if gcc supports -fno-rtti -fno-exceptions
configure:7943: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:7947: $? = 0
configure:7960: result: no
configure:8270: checking for gcc option to produce PIC
configure:8277: result: -fPIC -DPIC
configure:8285: checking if gcc PIC flag -fPIC -DPIC works
configure:8303: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8307: $? = 0
configure:8320: result: yes
configure:8349: checking if gcc static flag -static works
configure:8377: result: yes
configure:8392: checking if gcc supports -c -o file.o
configure:8413: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:8417: $? = 0
configure:8439: result: yes
configure:8447: checking if gcc supports -c -o file.o
configure:8494: result: yes
configure:8527: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9685: result: yes
configure:9722: checking whether -lc should be explicitly linked in
configure:9730: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9733: $? = 0
configure:9748: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9751: $? = 0
configure:9765: result: no
configure:9930: checking dynamic linker characteristics
configure:10444: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10444: $? = 0
configure:10670: result: GNU/Linux ld.so
configure:10777: checking how to hardcode library paths into programs
configure:10802: result: immediate
configure:11342: checking whether stripping libraries is possible
configure:11347: result: yes
configure:11382: checking if libtool supports shared libraries
configure:11384: result: yes
configure:11387: checking whether to build shared libraries
configure:11408: result: yes
configure:11411: checking whether to build static libraries
configure:11415: result: no
configure:11451: checking whether NLS is requested
configure:11460: result: yes
configure:11490: checking for intltool-update
configure:11508: found /usr/bin/intltool-update
configure:11520: result: /usr/bin/intltool-update
configure:11530: checking for intltool-merge
configure:11548: found /usr/bin/intltool-merge
configure:11560: result: /usr/bin/intltool-merge
configure:11570: checking for intltool-extract
configure:11588: found /usr/bin/intltool-extract
configure:11600: result: /usr/bin/intltool-extract
configure:11731: checking for xgettext
configure:11749: found /usr/bin/xgettext
configure:11761: result: /usr/bin/xgettext
configure:11771: checking for msgmerge
configure:11789: found /usr/bin/msgmerge
configure:11801: result: /usr/bin/msgmerge
configure:11811: checking for msgfmt
configure:11829: found /usr/bin/msgfmt
configure:11841: result: /usr/bin/msgfmt
configure:11851: checking for gmsgfmt
configure:11882: result: /usr/bin/msgfmt
configure:11902: checking for perl
configure:11920: found /usr/bin/perl
configure:11932: result: /usr/bin/perl
configure:11943: checking for perl >= 5.8.1
configure:11950: result: 5.14.1
configure:11954: checking for XML::Parser
configure:11957: result: ok
configure:11982: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:11982: $? = 0
configure:12013: checking math.h usability
configure:12013: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12013: $? = 0
configure:12013: result: yes
configure:12013: checking math.h presence
configure:12013: gcc -E conftest.c
configure:12013: $? = 0
configure:12013: result: yes
configure:12013: checking for math.h
configure:12013: result: yes
configure:12013: checking for memory.h
configure:12013: result: yes
configure:12013: checking for stdlib.h
configure:12013: result: yes
configure:12013: checking for string.h
configure:12013: result: yes
configure:12013: checking for sys/stat.h
configure:12013: result: yes
configure:12013: checking sys/time.h usability
configure:12013: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12013: $? = 0
configure:12013: result: yes
configure:12013: checking sys/time.h presence
configure:12013: gcc -E conftest.c
configure:12013: $? = 0
configure:12013: result: yes
configure:12013: checking for sys/time.h
configure:12013: result: yes
configure:12013: checking time.h usability
configure:12013: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12013: $? = 0
configure:12013: result: yes
configure:12013: checking time.h presence
configure:12013: gcc -E conftest.c
configure:12013: $? = 0
configure:12013: result: yes
configure:12013: checking for time.h
configure:12013: result: yes
configure:12027: checking for dummy
configure:12027: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
/tmp/ccuoh8EG.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `dummy'
collect2: ld returned 1 exit status
configure:12027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-indicator-plugin"
| #define PACKAGE_TARNAME "xfce4-indicator-plugin"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-indicator-plugin"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_MATH_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| /* Define dummy to an innocuous variant, in case <limits.h> declares dummy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dummy innocuous_dummy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dummy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dummy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dummy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dummy || defined __stub___dummy
| choke me
| #endif
|
| int
| main ()
| {
| return dummy ();
| ;
| return 0;
| }
configure:12027: result: no
configure:12027: checking for perl
configure:12027: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
/tmp/cctkv6BN.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `perl'
collect2: ld returned 1 exit status
configure:12027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-indicator-plugin"
| #define PACKAGE_TARNAME "xfce4-indicator-plugin"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-indicator-plugin"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_MATH_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| /* Define perl to an innocuous variant, in case <limits.h> declares perl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define perl innocuous_perl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char perl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef perl
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char perl ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_perl || defined __stub___perl
| choke me
| #endif
|
| int
| main ()
| {
| return perl ();
| ;
| return 0;
| }
configure:12027: result: no
configure:12050: checking locale.h usability
configure:12050: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12050: $? = 0
configure:12050: result: yes
configure:12050: checking locale.h presence
configure:12050: gcc -E conftest.c
configure:12050: $? = 0
configure:12050: result: yes
configure:12050: checking for locale.h
configure:12050: result: yes
configure:12061: checking for LC_MESSAGES
configure:12077: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:12077: $? = 0
configure:12085: result: yes
configure:12102: checking libintl.h usability
configure:12102: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12102: $? = 0
configure:12102: result: yes
configure:12102: checking libintl.h presence
configure:12102: gcc -E conftest.c
configure:12102: $? = 0
configure:12102: result: yes
configure:12102: checking for libintl.h
configure:12102: result: yes
configure:12110: checking for ngettext in libc
configure:12128: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:12128: $? = 0
configure:12137: result: yes
configure:12141: checking for dgettext in libc
configure:12159: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:12159: $? = 0
configure:12168: result: yes
configure:12175: checking for bind_textdomain_codeset
configure:12175: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:12175: $? = 0
configure:12175: result: yes
configure:12451: checking for msgfmt
configure:12478: result: /usr/bin/msgfmt
configure:12489: checking for dcgettext
configure:12489: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default]
configure:12489: $? = 0
configure:12489: result: yes
configure:12499: checking if msgfmt accepts -c
configure:12514: $MSGFMT -c -o /dev/null conftest.foo
configure:12517: $? = 0
configure:12519: result: yes
configure:12529: checking for gmsgfmt
configure:12560: result: /usr/bin/msgfmt
configure:12570: checking for xgettext
configure:12597: result: /usr/bin/xgettext
configure:12616: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:12616: $? = 0
configure:12694: checking for catalogs to be installed
configure:12719: result: da de eu fr hr id it nl pl pt_BR ro ru ug uk zh_CN
configure:12752: checking for bind_textdomain_codeset
configure:12752: result: yes
configure:12758: checking for locales directory
configure:12774: result: ${datarootdir}/locale
configure:12778: checking for additional xgettext flags
configure:12786: result: --keyword=Q_ --from-code=UTF-8
configure:12790: checking for X
configure:12898: gcc -E conftest.c
configure:12898: $? = 0
configure:12929: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lX11 >&5
configure:12929: $? = 0
configure:12979: result: libraries , headers
configure:13078: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lX11 >&5
configure:13078: $? = 0
configure:13176: checking for gethostbyname
configure:13176: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:13176: $? = 0
configure:13176: result: yes
configure:13273: checking for connect
configure:13273: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:13273: $? = 0
configure:13273: result: yes
configure:13322: checking for remove
configure:13322: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:13322: $? = 0
configure:13322: result: yes
configure:13371: checking for shmat
configure:13371: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
configure:13371: $? = 0
configure:13371: result: yes
configure:13429: checking for IceConnectionNumber in -lICE
configure:13454: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lICE >&5
configure:13454: $? = 0
configure:13463: result: yes
configure:13478: checking for main in -lX11
configure:13497: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lX11 -lSM -lICE >&5
configure:13497: $? = 0
configure:13506: result: yes
configure:13555: checking for pkg-config
configure:13573: found /usr/bin/pkg-config
configure:13586: result: /usr/bin/pkg-config
configure:13608: checking for pkg-config >= 0.9.0
configure:13612: result: 0.26
configure:13629: checking for gtk+-2.0 >= 2.6.0
configure:13633: result: 2.24.6
configure:13636: checking GTK_CFLAGS
configure:13639: result: -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
configure:13642: checking GTK_LIBS
configure:13645: result: -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
configure:13767: checking for libxfce4util-1.0 >= 4.3.99.2
configure:13771: result: 4.8.1
configure:13774: checking LIBXFCE4UTIL_CFLAGS
configure:13777: result: -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
configure:13780: checking LIBXFCE4UTIL_LIBS
configure:13783: result: -lxfce4util -lglib-2.0
configure:13905: checking for libxfce4panel-1.0 >= 4.3.99.2
configure:13909: result: 4.8.5
configure:13912: checking LIBXFCE4PANEL_CFLAGS
configure:13915: result: -pthread -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
configure:13918: checking LIBXFCE4PANEL_LIBS
configure:13921: result: -Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
configure:14043: checking for indicator >= 0.3.0
configure:14085: result: not found
## Cache variables. ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_dummy=no
ac_cv_func_gethostbyname=yes
ac_cv_func_perl=no
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
xdt_cv_PKG_CONFIG_VERSION=0.26
## Output variables. ##
ACLOCAL='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run aclocal-1.11'
ALL_LINGUAS='da de eu fr hr id it nl pl pt_BR ro ru ug uk zh_CN '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run automake-1.11'
AWK='gawk'
CATALOGS=' da.gmo de.gmo eu.gmo fr.gmo hr.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo ug.gmo uk.gmo zh_CN.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GETTEXT_PACKAGE='xfce4-indicator-plugin'
GMOFILES=' da.gmo de.gmo eu.gmo fr.gmo hr.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo ug.gmo uk.gmo zh_CN.gmo'
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
GTK_REQUIRED_VERSION='2.6.0'
GTK_VERSION='2.24.6'
INDICATORDIR=''
INDICATORICONSDIR=''
INDICATOR_CFLAGS=''
INDICATOR_LIBS=''
INDICATOR_REQUIRED_VERSION=''
INDICATOR_VERSION=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/bin/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBX11_CFLAGS=''
LIBX11_LDFLAGS=''
LIBX11_LIBS=' -lSM -lICE -lX11'
LIBXFCE4PANEL_CFLAGS='-pthread -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
LIBXFCE4PANEL_LIBS='-Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
LIBXFCE4PANEL_REQUIRED_VERSION='4.3.99.2'
LIBXFCE4PANEL_VERSION='4.8.5'
LIBXFCE4UTIL_CFLAGS='-I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
LIBXFCE4UTIL_LIBS='-lxfce4util -lglib-2.0 '
LIBXFCE4UTIL_REQUIRED_VERSION='4.3.99.2'
LIBXFCE4UTIL_VERSION='4.8.1'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xfce4-indicator-plugin'
PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
PACKAGE_NAME='xfce4-indicator-plugin'
PACKAGE_STRING='xfce4-indicator-plugin 0.3.1'
PACKAGE_TARNAME='xfce4-indicator-plugin'
PACKAGE_URL=''
PACKAGE_VERSION='0.3.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORM_CFLAGS=''
PLATFORM_CPPFLAGS=''
PLATFORM_LDFLAGS=''
POFILES=' da.po de.po eu.po fr.po hr.po id.po it.po nl.po pl.po pt_BR.po ro.po ru.po ug.po uk.po zh_CN.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='0.3.1'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_ARGS='--keyword=Q_ --from-code=UTF-8'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jente/packages/arch/xfce4-indicator-plugin/src/xfce4-indicator-plugin-0.3.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## confdefs.h. ##
/* confdefs.h */
#define PACKAGE_NAME "xfce4-indicator-plugin"
#define PACKAGE_TARNAME "xfce4-indicator-plugin"
#define PACKAGE_VERSION "0.3.1"
#define PACKAGE_STRING "xfce4-indicator-plugin 0.3.1"
#define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/"
#define PACKAGE_URL ""
#define PACKAGE "xfce4-indicator-plugin"
#define VERSION "0.3.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define GETTEXT_PACKAGE "xfce4-indicator-plugin"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define HAVE_LIBX11 1
configure: exit 1

Similar Messages

  • I've updated my phone and lost my music but I can't seem to sync it back on!!

    Please help me!! I've updated my phone and have lost all my music but I can't seem to sync it back on! An error message has popped up asking me if i'd risk losing my apps so I've clicked yes but nothing seems to be happening!!?? Helpp!! i need my music!!!

    problem solved! took me three hours some dental floss a tooth pick a fork and a quarter but i fixed it! so relieved!

  • I need to print save the date magnets that are 8.5x5.5 but I can't seem to align the printer / paper

    I need to print save the date magnets that are 8.5x5.5 but I can’t seem to align the printer / paper to print correctly!! HELP!

    Please read this post then provide some details.  What printer model? What operating system? What program are you using to print?
    How thick are the magnet sheets?  I would expect most printers would have trouble feeding this material.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I just purchased a Brother MFC-9340CDW all in one printer.  It shows up on a list of compatable airprint devices but I can't seem to get it to work.  Any suggestions?

    I just purchased a Brother MFC-9340CDW all in one printer.  It shows up on a list of compatable airprint devices but I can't seem to get it to work.  Any suggestions?

    Hi,
    It won't work with airplay, here is how I got it to work with OSX 10.9.4 fully patched;
    you will need to use the serial cable to start the process:
    In-brief Version:
    0) Go grab the firmware update tool, the driver, and the scanner software
    1) Turn off the firewall and antivirus (if you use it ??)
    2) Update the firmware using the serial line
    3) Reserve a static IP outside the DHCP range (using the MAC address of the printer) on your WAP server
    4) Configure the printer to use a static IP through the front panel
    5) Configure the printer WIFI with your SSID and net key through the front panel
    6) Install the CUPS driver on your computer through the printer settings by specifying the static IP
    7) Install the Scanner driver then go into the Control Center and add you computer and printer configuration
    I generally use this kind of set up so that the printer comes back at the same place after a power failure in
    the event that it has a crappy driver.
    For those of you who need a little more help:
    0) Turn off anti-virus and firewall software (it did seem to matter)
    1) Go to the Brother Center and download 1) The firmware update tool, 2) the driver, 3) the scanner software
    2) Go to the front panel on the printer: tools -> all settings -> network -> tcp/ip -> WLAN ; find the MAC address and write it down
    3) Plug the printer in using the serial cable, it will auto detect and you will be able to talk to it.
    4) Install the firmware update tool by double clicking on the dmg you downloaded
    5) Update the firmware and the subfirmware (NOTE: this is a bit finicky -- you may have to unplug and replug it in a couple of times before it starts to talk with the device, after it starts the update process it frequently gives up in the middle, DO NOT unplug the device at this point, just select "retry" from the dialog and it will continue -- it will take about 15 mins or so.
    6) Once the firmware is installed, go to your WAP server and look at the DHCP IP range; typically something like 10.0.1.2 to 10.0.1.200
    7) If there is a capability to reserve an IP on your WAP server pick an IP outside the range in 6 (e.g. 10.0.1.201) and use the MAC address (from step 2) for the reservation... its fine if you don't reserve it -- this is an extra precaution -- just make sure you pick an IP outside the DHCP range
    8) Go to the front panel on the printer: tools -> all settings -> network -> tcp/ip -> WLAN ; then set the IP address:
         boot method: static
         IP address: the address you chose in 7)
         mask: 255.255.255.0
         gateway: the IP of your router -- typically 10.0.1.1
    8) Go to the front panel on the printer: tools -> wireless -> setup wizard -> let it find your network, select it, and enter your key.
    9) Reboot the printer and check it connects to your wireless network
    10) Go to the front panel on the printer, tools -> all settings -> print reports -> network configuration ; print the report and check the IP and MAC
    are what you think they should be.
    11) Go to your computer, bring up a terminal (applications->utilities->terminal)
    12) Ping your printer to make sure its up and accessible -- type: "ping 10.0.1.201" (or whatever IP you used in step 7) and check you get a response -- not a timeout -- if it works disconnect the serial line and delete the (serial line) printer from the list of printers  -- you won't need it anymore -- if not you screwed up somewhere along the line
    13) Now the printer is on the wireless network, install the driver by double clicking the dmg. Then go to system preferences->printers & scanners
         click +
         in the add menu click IP
         enter your IP (from step 7)
         make sure the Protocol is IPP
         Name the printer and set its location
         Go to Use field, in the pull down menu select "Select Software"
         Go through the list and find the Brother MFC-9340CDW CUPS driver -- if its not there you screwed up installing it so go do it again.
    14) Go back to the printer page -- select the printer, select Open Print Queue, then select Settings -- check the Driver Version is 4.1.0 -- if
    it says 2 you are using the airplay version which seems to be buggered -- so you need to try again.
    15) Go open a word document and print it -- smile you are nearly there
    16) Install the scanner software by double clicking the dmg
    17) Open the Control Center, under the Model: select Other
         Click +
         Select your printer
         Enter your computer name in the display name and click ok
    18) Go into adobe Acrobat File->Create->PDF from Scanner (or whatever software you are scanning with)
    19) Select "Brother TWAIN" from the scanner list -- if its not there you screwed up the scanner software installation -- go do it again
    20) Put a document in the top of the printer and press scan -- wammo !
    21) Turn back on your firewall (and antivirus if you have it -- why I can't imagine but what the ****)
    22) Go ping the printer and make sure its still reachable (see step 12) -- if not you need to figure out what your antivirus is screwing up because the firewall is no problem
    23) try printing and scanning again...
    24) rejoice... your done.

  • My client has chosen pantone 2567c as their brand colour, but I can't seem to find this in illustrator, it's there in photoshop. any ideas?

    My client has chosen pantone 2567c as their brand colour, but I can't seem to find this in illustrator, it's there in photoshop. any ideas? I want to supply a vector logo for them to use as a standard. Not come across this before!
    help much appreciated.

    Thanks for the reply,
    think this was me being a bit dim, sorted the list in name order ant it was there.
    Thanks for taking the time to reply.

  • I currently study at Flinders university and I got my iPad so I can use FLO anytime I wish. But I can't seem to watch my lectures they just don't load. Do I need to download an app or something for them to work?..

    I currently study at Flinders university and I got my iPad so I can use FLO anytime I wish. But I can't seem to watch my lectures they just don't load. Do I need to download an app or something for them to work?..

    What type of file are the lectures?
    If they are videos in the Adobe Flash file format, you won't be able to watch them. Adobe has never made a version of Flash for iOS devices, and have ceased development of Flash for ALL mobile devices now.

  • TS4062 when i connect my new ipad to my computer and open itunes - it's telling me that the device can not open IPAD because it needs Itunes version 10.5 - but i can't seem to find out or download the newest version of itunes on my ipad.  Any ideas?

    My computer is not reading my new IPAD in ITunes.  It's saying i need itunes, 10.5 or higher - but i can't seem to update my itunes on the IPAD - any ideas?

    10.5 is NOT software for your ipad.  It is the itunes software for your computer.

  • I have an external hard drive that was formatted by a PC and has files and directories etc. I want to format it and use it on my IMAC for backup but I can't seem to write to it nor can I delete current content. How do I initialize it for use with the MAC?

    I have an external hard drive that was formatted by a PC and has files and directories copied to it etc. I want to use it on my IMAC for backup. I see it on my my IMAC . I can open files etc.  But I can't seem to write to it nor can I delete current content. I don't care if I lose current content. How do I initialize it for use with the MAC?

    You can't write to it because it's formatted as NTFS which OS X will read but not write to. If you want to continue using the drive with both a PC and OS X you will need to download and install NTFS-3G so you can then write to it from your Mac. You can get NTFS-3G at:
    http://www.macupdate.com/app/mac/24481/ntfs-3g
    If you want to use the drive exclusively with your Mac then move the data off it and reformat it in Disk Utility (Applications - Utilities - Disk Utilities) as Mac OS Extended (Journaled.)

  • I created a new Apple ID for iCloud on my iPhone, but I can't seem to find a way to "sign out" or "log out" of that Apple ID (for iCloud) to sign in with another Apple ID. The only account login I could change was the Store. How do I "log out"

    I created a new Apple ID for iCloud on my iPhone, but I can't seem to find a way to "sign out" or "log out" of that Apple ID (for iCloud) to sign in with another Apple ID. The only account login I could change was the Store.
    How do I "log out" or "sign out" of iCloud on my iPhone? There is an option to delete the account, but I just want to log off. I want to keep the account name for future use.

    @fernandamagalhaes
    It looks like the article below has the information you are looking for.
    iCloud: Change iCloud feature settings
    http://support.apple.com/kb/PH2613
    Turn off iCloud completely
    Depending on whether you want to stop using iCloud on all or only some devices, do one or more of the following:
    On your iOS device’s Home screen, go to Settings > iCloud, then at the bottom of the screen, tap Delete Account.
    Note:   If you delete your iCloud account, iCloud will no longer back up your iOS data. You can still back up your device in iTunes (for more information, open iTunes and choose iTunes > Help). 
    On your Mac, open iCloud preferences, then click Sign Out.
    If your Mac has OS X v10.7.5 and you turn off iCloud, your calendar information and reminders aren’t stored locally in iCal. If you want to retain your calendar and reminder information, you need to back it up before turning off iCloud. For more information, see the Apple Support article iCloud: Calendar & reminder data removed from Calendar and Reminders or iCal when disabling iCloud Calendar.
    On your Windows computer, open the iCloud Control Panel, then click Sign Out.
    Note:   If you turned on automatic download of music, app, or book purchases (in iTunes preferences or in Settings on your iOS device), your iTunes purchases are still downloaded to your devices.
    Set up iCloud on your devices

  • I have an older Power Mac G5 Quad, and my video card just went out. I am trying to find a video card that will work for my Power Mac. I have duel screens but I can't seem to find the appropriate video card

    I have an older Power Mac G5 Quad, and my video card just went out. I am trying to find a video card that will work for my Power Mac. I have duel screens but I can't seem to find the appropriate video card. The serial number on my computer is: RM620603R6W. Apple won't help me because the computer is older than suggested. Please give me the exact video card that will work best for my computer.

    Hi Mike, make sure the card has Mac ROM, or is a PC card with Mac ROMs flashed to it...
    G5 PCIe options are listed here:
    http://www.jcsenterprises.com/Japamacs_Page/Blog/71BBF3EF-9713-4C53-8B80-26771F8 A4087.html

  • ITunes shows that there are no songs on my iphone but there are 274 songs there. The data storage shows up as "other" on iTunes. I just want to clear the music on my phone but  I can't seem to do so. Is there any way to do this?

    iTunes shows that there are no songs on my iphone but there are 274 songs there. The data storage shows up as "other" on iTunes. I just want to clear the music on my phone but  I can't seem to do so. Is there any way to do this? You used to be able to swipe and delete a song straight from your phone but I can't seem to do that anymore.

    That is stealing.

  • The instagram icon on my iTunes says it has been downloaded but I can't seem to find it. Where do I find it?

    The instagram icon on my iTunes says it has been downloaded but I can't seem to find it. Where do I find it?

    Hi Charlene1018,
    You can locate any of your iTunes media including apps in Finder by following this article:
    Where are my iTunes files located?
    http://support.apple.com/kb/ht1391
    Locating the file for an item you see in iTunes
    If you're not sure where some of the content you see in iTunes is stored, iTunes will also show you what it knows about your media in the Get Info window.
    Select an item in iTunes and choose File > Get Info.
    You can right-click on the 'Where' to get the option to Show in Finder (Mac OS X) or Show in Windows Explorer (Windows).
    Cheers!
    - Ari

  • I recently update my iTunes and it deleted all my songs. I was able to get some back via iCloud but I can't seem to sync my old playlist. Any suggestions??

    I recently update my iTunes and it deleted all my songs. I was able to get some back via iCloud but I can't seem to sync my old playlist. Any suggestions??

    See Empty/corrupt library after upgrade/crash...
    tt2

  • I'm new to GB and I'm trying to record solo vocal with a backing track. I can get the track running OK but I can't seem to record. I think when I press record the backing track mutes and I need it running.. Thanks in advance!

    I'm new to GB and I'm trying to record solo vocal with a backing track. I can get the track running OK but I can't seem to record. I think when I press record the backing track mutes and I need it running.. Thanks in advance!

    guess what it says java file. So yes i'm sure. Sarcasm. Not the best way to encourage a total stranger to help you. Then there's
    Sorry if i wasn't more clear but was that response needed?No it wasn't needed, but I'm not the one asking for help so I have the luxury of not worrying too much about it. It's extremely frustrating trying to drag relevant information out of someone, and makes one less inclined to bother.
    Anyways, there's still nothing in this thread that actually explicitly says "there is a file called VolcanoApp.java in the directory where I'm running javac from" and I really can't be bothered banging my head against the wall any longer. You've made a silly mistake, or a false assumption. We all do it from time to time. My advice is, take a break, go for a walk and re-visit this in a while. You'll probably spot the mistake right away.

  • I know this is going to sound stupid but I can't seem to set up my email as an iCloud email account. I want to eliminate my aol account and transfer everything to iCloud with an iCloud email. How do I do this.

    I know this is going to sound stupid but I can't seem to set up my email as an iCloud email account. I want to eliminate my aol account and transfer everything to iCloud with an iCloud email. How do I do this.

    If your Mac is running OS X 10.7.5 or higher, you first have to go to System Preferences>iCloud, sign in with your Apple ID to create your account, then check Mail.  This will automatically add an iCloud email account.
    To transfer your AOL mail, you need to drag and drop them into the same folder in the iCloud account.  If you have any folders in your AOL mail, you would need to create folders by the same name in the iCloud account, then open each folder, select all the mail in the folder and drag and drop them on the folder by the same name in your iCloud account.  (To create a folder in the iCloud account, click the "+" at the bottom of your folder list, choose Create Mailbox, choose iCloud as the location and give it a name.)

Maybe you are looking for

  • Problem with InDesign Server CS5

    Hi all, when i run from prompt (of Windows Server 2008) the command "InDesign Server.com -port 18383" the system respond "Adobe InDesign Server is not properly licensed and will now quit", until some days ago the InDesign Server work perfecly. What i

  • Question marks on my pictures and diagonal lines down the page

    My site is web.mac.com/jkmerchant. Last night I changed a couple page names, re-ordered them, added some photos, added a blog entry and updated the text, added a new picture on the welcome page and replaced a picture on the welcome page. Ever since t

  • Need Camera for Boardroom

    Does anyone have a suggestion for setting up a stand-alone or wireless camera in a large conference room? Is there a stand-alone client that will automagically connect to iChat Server? Maybe a wireless camera for a Mac Pro that will reach 40 feet? Or

  • "create columns with a where clause" in BMM

    Hi All, I have a question about OBI EE Meta data layer. We have OBIEE sitting on a Data Warehouse with a star schema. Our Fact table holds the following fields... EmployeeID CompanyID Measure ID Measure Name MEASURE This is what we have in the physic

  • How to sync/pull out 'phymyadmin' data into power pivot?

    Hi, i work for a one of the leading e-commerce companies in India. ( Lenskart.com ). I have just installed powerpivot and looking forward to using my database /crm data into power pivot as the data is into millions.. i have login info of my server/db