Cannot build awn from AUR ==SOLVED==

lo there all, seem to be having a bit o trouble installing the avant-window-navigator-bzr from AUR,
here is what i am getting
Checking for required M4 macros...
libtool.m4 not found
glib-gettext.m4 not found
intltool.m4 not found
pkg.m4 not found
***Error***: some autoconf macros required to build avant-panel-menu
were not found in your aclocal path, or some forbidden
macros were found. Perhaps you need to adjust your
ACLOCAL_FLAGS?
PKGBUILD: line 41: make: command not found
==> ERROR: Build Failed. Aborting...
i think i have all dependencies
[root@bitsbam nephish]
# pacman -S libtool glib2 intltool pkgconfig
:: libtool-1.5.24-2: local version is up to date. Upgrade anyway? [Y/n] n
warning: libtool-1.5.24-2 is up to date -- skipping
:: glib2-2.14.2-2: local version is up to date. Upgrade anyway? [Y/n] n
warning: glib2-2.14.2-2 is up to date -- skipping
:: intltool-0.36.2-1: local version is up to date. Upgrade anyway? [Y/n] n
warning: intltool-0.36.2-1 is up to date -- skipping
:: pkgconfig-0.22-2: local version is up to date. Upgrade anyway? [Y/n] n
warning: pkgconfig-0.22-2 is up to date -- skipping
local database is up to date
any tips would be much appreciated. thanks
Last edited by nephish99 (2007-11-18 09:52:00)

byte, perfect, fixed, thanks !

Similar Messages

  • [SOLVED] Cannot build openswan from AUR

    Hello everybody,
    I have an error when I try to upgrade openswan with yaourt/AUR (2.6.24-2 => 2.6.25-1) on a i686 arch install
    This is the error :
    make[3]: Entering directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs/addconn'
    cc -c -fno-strict-aliasing -g -Werror -DKLIPS -DSCANDIR_HAS_CONST -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/ports/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/pluto -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/ -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25 -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/linux/include -I/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include -Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wbad-function-cast -DKLIPS -DNAT_TRAVERSAL -DNAT_TRAVERSAL -DKERNEL_ALG -DIKE_ALG -DFINALCONFDIR=\"/etc\" -DFINALCONFDDIR=\"/etc/ipsec.d\" -DFINALCONFFILE=\"/etc/ipsec.conf\" -DFINALVARDIR=\"/var\" -Werror /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/addconn.c
    cc1: warnings being treated as errors
    In file included from /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/addconn/addconn.c:51:0:
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:37:19: error: comparison between 'enum keyword_string_config_field' and 'enum keyword_string_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:38:19: error: comparison between 'enum keyword_numeric_config_field' and 'enum keyword_numeric_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:39:34: error: comparison between 'enum keyword_string_config_field' and 'enum keyword_string_conn_field'
    /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/include/ipsecconf/confread.h:40:34: error: comparison between 'enum keyword_numeric_config_field' and 'enum keyword_numeric_conn_field'
    make[3]: *** [addconn.o] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs/addconn'
    make[2]: *** [programs] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386/programs'
    make[1]: *** [programs] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/OBJ.linux.i386'
    make: *** [programs] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build openswan package.
    Error: unable to update openswan
    Following packages have not been installed:
    openswan
    Is a bug with the AUR package or is a problème on my install ?
    Thx for the help.
    Olive
    Last edited by nolive (2010-05-05 06:58:38)

    ok, that's build when I comment this in /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25/programs/Makefile.program
    # die if there are any warnings
    ifndef WERROR
    #WERROR:= -Werror
    endif
    And run the compile directly (not with yaourt or pkgbuild) with
    sudo make programs install
    in /tmp/yaourt-tmp-olivier/aur-openswan/openswan/src/openswan-2.6.25
    But my ipsec VPN don't work :
    sudo ipsec auto --up toto
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in main_outI1. Errno 22: Invalid argument
    104 "toto" #1: STATE_MAIN_I1: initiate
    010 "toto" #1: STATE_MAIN_I1: retransmission; will wait 20s for response
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in EVENT_RETRANSMIT. Errno 22: Invalid argument
    010 "toto" #1: STATE_MAIN_I1: retransmission; will wait 40s for response
    003 ERROR: "toto" #1: sendto on eth0 to xxx.xxx.xxx.xxx:500 failed in EVENT_RETRANSMIT. Errno 22: Invalid argument
    Thank's for your help. I haven't the skills for checking the code.

  • [SOLVED]yaourt wants to build dependencies from AUR

    Hi,
    I've installed kdemod4... the only problem is that yaourt wants ti install all the dependences of the package(s) i've choose from aur, altough dependencies are present in extra (correct version). How can i solve this??
    An example is:
    cairo-lcd: i have to build all the dependencies from aur, like libpng,etc; but i see from PKGBUILD that the version that needs cairo-lcd is present in extra repository...
    thanks in advance
    Last edited by chesterfork (2009-07-13 10:07:26)

    ..i'm running kdemod 4 x86_64...so if i try install everything using yaourt the dependencies are shown in this way:
    ==> lib32-cairo-lcd dependencies:
    - lib32-gcc-libs (building from AUR)
    - lib32-libpng (building from AUR)
    - lib32-libxrender (building from AUR)
    - lib32-fontconfig (building from AUR)
    - lib32-pixman (building from AUR)
    - lib32-xcb-util (building from AUR)
    if it could help i found this:
    chesterfork ~ $ yaourt -S lib32-cairo
    lib32-cairo not found on AUR
    Packages that were installed as dependencies but are no longer required by any installed package:
    error:
    what about the error? it's a blank line.... i checked yaourtrc in /etc but it seems ok..
    It's happen even if i have these packages installed (and checking in pkg build they have are the same version). EVERYTIME yaourt shows that; cairo, cairo-lcd, bin32-skype-lib32-cairo-lcd....eveything i tried it needs dependencies from aur ONLY. That's the problem....there is a solution??

  • [SOLVED] Unable to build packages from AUR (build: command not found)

    I recently hosed the filesystem on my arch install of ~8 months. I reinstalled arch today and didn't have many problems since I had backups of many important config files. Anyways, I still need to get a few programs installed from AUR, but nothing I get from AUR will build.
    I download the tarball, extract into a folder in /home/myuser/builds and then go into that folder and run makepkg -s (as always)
    It checks the files and extracts/downloads them. Then I get the following error message:
    ==> Starting build()...
    /usr/bin/makepkg: line 741: build: command not found
    ==> ERROR: Build Failed.
    Aborting...
    I've run abs and I checked out the abs wiki page, I've also installed base-devel. I am not sure what else I need to do, the error message is not specific enough.
    The packages I have been trying to install are      ttf-ms-fonts 2.0-7,      keepass 2.14-2, and I also tried ttf-vista-fonts 1-3. I am fairly certain that it is not a problem with the PKGBUILD files.
    Any ideas? Thanks!
    Last edited by fatjake (2011-03-08 01:02:59)

    cyrus wrote:Have you tried Yaourt?
    Nope, haven't tried that, I think mainly because I wanted to learn how to use pacman and how to build using ABS. At this point I think I know how to use pacman/abs, as much as this thread might make it appear that I dont
    I'll give it a try, as I frequently install software from AUR. In the past I think I let software from the AUR get outdated, Yaourt (clumsy name) sounds like it would help that a bit. Thanks!
    Edit: BTW, I really love Arch. I tried it out on a flash drive about 8 months ago (maybe more), and after about 12 hours I was sold and installed it on the drive that Windows XP previously held. Even considering that I had many problems during the initial install, but they were all problems that caused me to learn and were easy to resolve. Seriously, I have lots of Windows tech experience, but only Arch forced me to learn Linux. I had tried Ubuntu previously but it was such a bore, and the problems tended to be hard to find solutions for. I try to convince my other Linux using friends to try arch, but they see it as too hands-on. I don't see it that way, it is very hands off after initial configuration, and the initial config only takes a week or less on the first try and a day and a half (or so) if you re-install. Having backups of your config files is of course a huge deal, and I am glad I had most of those.
    Really, I love Arch Linux, it has taught me so much.
    Last edited by fatjake (2011-03-08 04:25:15)

  • Error when building programs from AUR

    I had a problem installing screen-git from the AUR.  I kept getting this error message, ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory, when trying to build this package.
    At first I thought it might just be a problem with the screen-git pkgbuild, but I tried to install something else from AUR and got the same message.   I usually install things with Yaourt, so I thought it may be a problem with that.  I tried to manually install something from the AUR and got the same error. It seems to be affecting anything that needs to be built from source, so I'm wondering if it is a problem with my makepkg.conf.
    I couldn't seem to find anything posted in the forums.  Any help will be appreciated.

    I fixed the problem.  It was only affecting packages from a git repository. I checked and for some reason only on one of my computers, git was setup to add dos newline characters.
    With a simple change to my .gitconfig file, changing autocrlf = false, fixed the problem.   Thanks for everyone's help.

  • Error building synfigstudio from AUR

    I managed to install Kdenlive from the AUR using Yaourt but Synfigstudio ends with...
    time.cpp:107: error: 'sscanf' was not declared in this scope
    make[3]: *** [libsynfig_la-time.lo] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src/synfig'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build synfig package.
    I have no clue what to try now and was hoping for some help/suggestions.
    Thanks
    Edited for typo
    Last edited by addr (2009-05-25 19:15:34)

    Mr.Elendig wrote:
    Garns wrote:
    No idea how to do this with yaourt but why not just:
    download the tar.gz from AUR
    download and extract source with makepkg -o
    edit time.cpp to correct headers
    use makepkg -e to build without overwriting the modified file
    use pacman -U to install the resulting pkg.tar.gz
    You forgot the important "submit patch upstream" step.
    guilty as charged , however I only skipped it because tomk already excluded patching.

  • Compiling gstreamer0.10-pitfdll-cvs from AUR [SOLVED]

    I am trying to compile the pitfdll plugin for gstreamer0.10 with the PKGBUILD from AUR:
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    The build fails duirng the configure stage. I am not sitting in front of my workstation now, and can't quote the exact error at the moment. It basically can't parse the produced configure script produced by autoconf.
    Has anyone had success compiling it recently?
    Thanks in advance

    that package has no use: the pitfdll code hasn't been touched since we packaged it, so the official package is the same as the CVS version.

  • Cannot build JDS3 from source

    I recently successfully installed Solaris 10 from the media kit on an x86 machine. I also successfully downloaded the JDS3 source tarballs and bunzip'd and untar'd them. I eventually figured out how to set my PATH (and LD_LIBRARY_PATH) environment variable up so that all the requisite tools for building JDS3 from source are in my path. However, I'm failing miserably when I try to use 'pkgbuild --rebuild /path/to/somepackage-src', as  detailed in the instructions on building JDS3 from source. The errors I get depend on what package I try the pkgbuild on. I really only want to be able to peruse the source code (especially the GNOME sources included with the JDS3 source), so I would be happy just to get the "prep" or maybe the "compile" phases of pkgbuild to work, if not the entire rebuild. I have googled and visited  solaris /jds forums for days, and have yet to discover any good information about how to build JDS3 from source on Solaris 10. Surely there are a bunch of people who successfully do this. Can anyone point me to some helpful info? Thanks in advance...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    I am using the macro _TARGET_PRODUCT_VERSION_ which yields major, minor, service and build version (but without the autoincrement)

  • Not able to build kst (kde plotting application from AUR) [SOLVED]

    I am getting following error on running command makepkg -s :
    Starting build()...
    -- 3rd party libs for plugins--------------------
    -- Not found: Getdata, GETDATA_DIR
    -- Found Gsl:
    -- includes : /usr/include/gsl;/usr/include/gsl/..
    -- libraries: /usr/lib/libgsl.so;/usr/lib/libgslcblas.so;/usr/lib/libm.so
    -- Not found: NetCDF, set NETCDF_DIR
    -- Not found: matio, set MATIO_DIR
    -- Found CFITSIO:
    -- includes : /usr/include;/usr/include/..
    -- libraries: /usr/lib/libcfitsio.so;m
    -- Build summary----------------------------------
    -- Version : 1
    -- Path to source: /home/abcd/kst/src/kst-2.0.6
    -- Installation :
    -- /home/abcd/kst/pkg/usr//bin
    -- /home/abcd/kst/pkg/usr//lib
    -- /home/abcd/kst/pkg/usr//lib/kst2/plugins
    -- Used options:
    -- kst_version_string = 1 : Version string.
    -- kst_release = ON : Build release version: optimize for speed, don't embedded debug symbols. Toggle with '-Dkst_release=0'
    -- kst_deploy = OFF : Deploy into install dir. Toggle with '-Dkst_deploy=1'
    -- kst_merge_files = OFF : Merge files to speedup build about factor 5. Toggle with '-Dkst_merge_files=1'
    -- kst_merge_rebuild = OFF : Rebuild generated files from merged files build. Toggle with '-Dkst_merge_rebuild=1'
    -- kst_verbose = OFF : Make verbose CMake run and Makefiles. Toggle with '-Dkst_verbose=1'
    -- kst_install_prefix = /home/abcd/kst/pkg/usr/ : Install path for Kst, using a default if not set.
    -- kst_install_libdir = lib : Install directory name for libraries.
    -- kst_3rdparty = ON : Build plugins depending on 3rd party libraries. Toggle with '-Dkst_3rdparty=0'
    -- kst_dataobjects = ON : Build dataobject plugins. Toggle with '-Dkst_dataobjects=0'
    -- kst_test = OFF : Build unit tests. Toggle with '-Dkst_test=1'
    -- kst_pch = ON : Use precompiled headers. Toggle with '-Dkst_pch=0'
    -- kst_svnversion = OFF : Use svnversion's output for Kst's version information. Toggle with '-Dkst_svnversion=1'
    -- kst_rpath = OFF : Use rpath. Toggle with '-Dkst_rpath=1'
    -- kst_3rdparty_build = OFF : Download and build 3rd party libraries. Toggle with '-Dkst_3rdparty_build=1'
    -- kst_python = ON : Install Python support. Toggle with '-Dkst_python=0'
    -- kst_python_build = OFF : Download and build NumPy/SciPy then install Python support. Toggle with '-Dkst_python_build=1'
    -- kst_python_prefix = /home/abcd/kst/pkg/usr/lib/python2.7 : Path for installing python bindings.
    -- Installing python support into /home/abcd/kst/pkg/usr/lib/python2.7
    CMake Error at modules/FindNumPy.cmake:76 (math):
    math cannot parse the expression: "(1 * 10000) + (7 * 100) + 0b2": syntax
    error, unexpected exp_NUMBER, expecting $end (29)
    Call Stack (most recent call first):
    pyKst/CMakeLists.txt:35 (find_package)
    -- Configuring incomplete, errors occurred!
    ==> ERROR: A failure occurred in build().
    Aborting...
    Where could be the problem? Thanks for your help.
    Last edited by rnarch (2012-11-19 01:20:02)

    It seems that python2-numpy being a beta version in [extra] gives some trouble to cmake. If you don't need the python interface, you can try switching it off in the PKGBUILD (change -Dkst_python=1 to -Dkst_python=0 in the build section). Otherwise, downgrade numpy to stable 1.6.2
    Last edited by arojas (2012-11-18 18:03:57)

  • Problem building 'fuppe' from AUR

    Okay, so I'm using yaourt to build fuppes-svn from the AUR, it worked fine before I reformatted and reinstalled my /, but now it won't compile for a reason I'm not completely sure of. Anyways, the link below is the output, any help is greatly appreciated.
    http://pastebin.com/fb839f01

    Wow I feel super dumb now >_< Thanks a lot, should be able to get this working quickly now.

  • Cannot install anything from AUR

    Hi everyone, I'm quite new on Arch and I'm having troubles trying to installing software from the AUR. When I try to run 'makepkg' I only get:
    ==> ERROR: install file (google-chrome-dev.install) does not exist.
    (in this case with Chrome, but it happens with everything else, too)
    I feel like it's something stupid, but I can't figure out what.
    Thank you for the support.

    Please (re-)read https://wiki.archlinux.org/index.php/AU … g_packages and remember to mark the thread as solved :-)

  • Cannot build gettext from ABS (gets undeclared here)

    Greetings,
    I am trying to build the gettext package from ABS and receive a compiler error "'gets' undeclared here". Also, I'm building for atom on an x86_64 machine
    pkgver is 0.18.1.1
    My command is : makepkg -Af --nocheck
    Here is the output at the build break:
    gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -march=atom -mtune=atom -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -c -o malloca.o malloca.c
    In file included from fwriteerror.h:40:0,
    from fwriteerror.c:21:
    ./stdio.h:456:20: error: ‘gets’ undeclared here (not in a function)
    make[5]: *** [fwriteerror.o] Error 1
    make[5]: *** Waiting for unfinished jobs....
    In file included from closeout.c:22:0:
    ./stdio.h:456:20: error: ‘gets’ undeclared here (not in a function)
    make[5]: *** [closeout.o] Error 1
    In file included from localcharset.c:28:0:
    ./stdio.h:456:20: error: ‘gets’ undeclared here (not in a function)
    make[5]: *** [localcharset.o] Error 1
    make[5]: Leaving directory `/home/bsmith/src/build/core/gettext/src/gettext-0.18.1.1/gettext-runtime/gnulib-lib'
    make[4]: *** [all-recursive] Error 1
    make[4]: Leaving directory `/home/bsmith/src/build/core/gettext/src/gettext-0.18.1.1/gettext-runtime/gnulib-lib'
    make[3]: *** [all] Error 2
    make[3]: Leaving directory `/home/bsmith/src/build/core/gettext/src/gettext-0.18.1.1/gettext-runtime/gnulib-lib'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/bsmith/src/build/core/gettext/src/gettext-0.18.1.1/gettext-runtime'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/bsmith/src/build/core/gettext/src/gettext-0.18.1.1/gettext-runtime'
    make: *** [all-recursive] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    I have seen various reports of this same problem with other packages, such as grub, but couldn't apply the solution that was given there. Any ideas?
    Thanks,
    Brian Smith

    WorMzy wrote:
    bsmith_ati wrote:I have seen various reports of this same problem with other packages, such as grub, but couldn't apply the solution that was given there.
    Why?
    Because the solution for grub is specific to gnu-lib code contained in the grub source package.
    http://lists.gnu.org/archive/html/grub- … iHYUrM.txt
    I have looked at the stdio.h and stdio.in.h files that are shipped with gettext, and do not see directives similar to what are specified in the patch for grub.
    Last edited by bsmith_ati (2012-09-29 21:38:55)

  • Moserial from AUR [solved]

    I've been trying to install moserial from the AUR and I've ran into this strange problem,
    when I run "aurget -S moserial" I get this
    checking gnome-doc-utils >= 0.3.2... no
    configure: error: gnome-doc-utils >= 0.3.2 not found
    but the lastest gnome-doc-utils package is v 0.20.10
    Help anyone
    Last edited by macstr1k3r (2012-08-01 00:11:11)

    Can you just give me this piece of info. After you've compiled with the PKGBUILD check the src/moserial-3.0.7/configure and tell me what do you see on line 11598.
    I see
    gdu_cv_version_required=0.3.2
    If you have the same line and the pkgbuild works, and you have the same version of gnome-doc-utils installed than I'm out of ideas too

  • Error building from AUR (ppc)

    Hi,
       in my archppc I try to build unshield from AUR
    I have change ARCH in PKGBUILD, but I have error:
    BUILDSCRIPT non è definito! Assicurarsi di aver aggiornato /etc/makepkg.conf
    I view that I have /etc/makepkg.conf.new
    then I renamed ..new into makepkg.conf
    but now error is:
    checking for gcc... gcc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make: *** No targets specified and no makefile found.  Stop.
    ==> ERRORE: Compilazione interrotta.
    can you help me ?

    sacarde wrote:
    ok
    -mtune=common
    works OK
    p.s.
    which suggest for:
    apple G4  7447A, altivec supported
    -mtune=G4 instead of -mtune=common of course
    You can also add -mabi=altivec -maltivec if you'd like. It compiles with that, but I'm not sure if it will help any since the compiler was built with --disable-multilib.
    Also, you may want to file a bug report or ask on the mailing list if it's fixed. I mentioned it in IRC right after posting that but didn't get a reply.

  • Enemylines3 from AUR doesn't build

    Hi everyone,
    I tried building enemylines3 from AUR and it stops building with the following error:
    hiscore.cc:4:24: fatal error: curl/types.h: No such file or directory
    compilation terminated.
    The file /usr/include/curl/types.h is indeed missing on my up-to-date system. As I'm not that much into programming to fix the code with the file missing I just wrote a patch to remove the curl dependency alltogether.
    diff -urB enemylines3-1.2/hiscore.cc enemylines3-1.2-patched/hiscore.cc
    --- enemylines3-1.2/hiscore.cc 2006-03-30 18:16:47.000000000 +0200
    +++ enemylines3-1.2-patched/hiscore.cc 2013-03-02 12:34:29.618621436 +0100
    @@ -1,4 +1,5 @@
    #include <sstream>
    +#define NOCURL
    #ifndef NOCURL
    #include <curl/curl.h>
    #include <curl/types.h>
    and updated the PKGBUILD file accordingly
    pkgname=enemylines3
    pkgver=1.2
    pkgrel=1
    pkgdesc="Semi-abstract first person 3d-shooter game."
    arch=('i686' 'x86_64')
    url="http://proj.phk.at/el/3/"
    license=('GPL')
    depends=('sdl' 'sdl_mixer' 'sdl_ttf')
    makedepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    source=(http://proj.phk.at/el/3/$pkgname-$pkgver.tar.bz2
    enemylines_gcc43.patch
    enemylines3_rmcurldep.patch)
    noextract=()
    md5sums=('aa9538749df25bc967195fefe1439791'
    'd35dfc6f66bbed7d0c936da15b945d64'
    'cd6c20ae8a971fdfaa247c7eb808f4f9' )
    build() {
    cd "$srcdir"
    patch -p0 -i enemylines_gcc43.patch || return 1
    patch -p0 -i enemylines3_rmcurldep.patch || return 1
    cd "$pkgname-$pkgver"
    make || return 1
    make DESTDIR="$pkgdir/usr" install
    # vim:set ts=2 sw=2 et:
    Now it builds fine but of course without the hiscore functionality (which I don't need).
    What should I/we do now? Of course it makes no sense to have a broken package in the AUR but on the other hand some users probably want the hiscore functionality. Is there anyone willing to write another patch to make it work again or is it even an error in the curl package (why is the file missing?).

    http://projects.springlobby.info/issues/1575
    https://wiki.openstreetmap.org/wiki/Talk:Gosmore
    https://bugs.archlinux.org/task/27094
    curl/types.h is deprecated by curl devs and seems to be removed completely since curl version 7.21.7 .
    using sed to replace curl/types.h with curl/curl.h seems like it's worth a try.

Maybe you are looking for

  • Fingeprint reader not working

    Hello I just recieved my two thinkpad t420s. When I turn off both laptops one of the t420 fingerprint reader lights stays on. But the other one does not do so. Although I have enabled both in the thinkvantage fingerprint that I have to use the finger

  • Renamed menu item not changed when site published.

    I changed the name of my site welcome page back to Welcome (it was "Readings"). But when I publish, "Readings" is still the menu name even though I have used ftp to completely deleted all the published files. So somehow iWeb is keeping the old name.

  • Cancel a click event on a mx:list

    Hey All, I have a listbox with a bunch of items. Now when a user select a item in the ListBox I need to show an Alert that is going to say 'Copy has been changed but not saved, are you sure you want to continue?' And the user is asked to cancel or co

  • Which is a better carrer option,DBA or oracle apps developer,please help?

    I am a trainee and have been offered a choice between the oracle DBA and the oracle apps finance developer. What is the future of a DBA guy ,can he get into the management side in an IT industry or just stick to the tech side all through the life? Is

  • DSPs using non-default firmware

    Hello everyone, I have this problem that I'm facing. I had a branch router which was working fine then all of a sudden incoming/outgoing calls stopped working. I noticed a new line in configuration voice-card 0 ! Warning! DSPs 1 in slot 0 are using n