Git Product home page Git Product logo

Comments (4)

jgeboski avatar jgeboski commented on August 28, 2024 3

Do you have pkgconfig installed?

from bitlbee-facebook.

dequis avatar dequis commented on August 28, 2024

Works for me in freebsd 10.1. Do you have all the dependencies installed? (autoconf, automake, libtool, bitlbee, glib, json-glib, zlib). Do you use a weird /bin/sh? Maybe try running "bash ./configure"

from bitlbee-facebook.

niklaas avatar niklaas commented on August 28, 2024

Everything is there:

$ find / -name 'zlib' 2&>/dev/null
/basejail/usr/src/sys/modules/zlib
$ pkg info autoconf automake glib json-glib libtool bitlbee
autoconf-2.69
automake-1.15_1
glib-2.44.1_2
json-glib-1.0.4
libtool-2.4.6
bitlbee-3.4.1_4

Normally, I use zsh but using bash gives the same error.

$ bash ./autogen.sh 
--------8<--------
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether make supports nested variables... (cached) yes
checking for cc option to accept ISO C99... none needed
./configure: 12102: Syntax error: word unexpected (expecting ")")
$ cat -n configure | sed -n '12095,12115p'
 12095  # Check whether --with-plugindir was given.
 12096  if test "${with_plugindir+set}" = set; then :
 12097    withval=$with_plugindir; plugindir="$with_plugindir"
 12098
 12099  fi
 12100
 12101
 12102  PKG_CHECK_MODULES(BITLBEE, bitlbee >= 3.4)
 12103  PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32.0 gobject-2.0)
 12104  PKG_CHECK_MODULES(JSON, json-glib-1.0 >= 0.14.0)
 12105  PKG_CHECK_MODULES(ZLIB, zlib)
 12106
 12107
 12108       if test -z "$GLIB_GENMARSHAL"; then :
 12109    GLIB_GENMARSHAL=`$PKG_CONFIG --variable="glib_genmarshal" "glib-2.0"`
 12110  fi
 12111       if test -n "$GLIB_GENMARSHAL"; then :
 12112
 12113  fi
 12114
 12115  if test -z "$GLIB_GENMARSHAL"; then :
$ bash ./configure
--------8<--------
checking for cc option to accept ISO C99... none needed
./configure: line 12102: syntax error near unexpected token `BITLBEE,'
./configure: line 12102: `PKG_CHECK_MODULES(BITLBEE, bitlbee >= 3.4)'

Unfortunately, I am only acquainted with compiling to a limited extent.

from bitlbee-facebook.

niklaas avatar niklaas commented on August 28, 2024

This was it. Thank you.

from bitlbee-facebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.