Problems with Upgrade

35 views
Skip to first unread message

Shawn Garbett

unread,
May 28, 2012, 12:37:51 PM5/28/12
to zotoni...@googlegroups.com
I finally got off my duff (spammers hit the site), and decided I'd do the upgrade.

I have installed Erlang R14B03 and the latest ImageMagick. The old 0.5 version of Zotonic won't start with this version of Erlang. So I got the master branch (and the release 0.8.0) and both give me the following:

What am I missing?

garbetsp@garbett:~/zotonic$ make
cd deps/iconv && ./rebar compile
==> iconv (compile)
Compiling c_src/iconv_drv.c
c_src/iconv_drv.c:12:24: error: erl_driver.h: No such file or directory
c_src/iconv_drv.c:14:31: error: erl_driver_compat.h: No such file or directory
c_src/iconv_drv.c:82: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_ok’
c_src/iconv_drv.c:83: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_value’
c_src/iconv_drv.c:84: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_error’
c_src/iconv_drv.c:85: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_enomem’
c_src/iconv_drv.c:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_einval’
c_src/iconv_drv.c:87: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_eilseq’
c_src/iconv_drv.c:88: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_e2big’
c_src/iconv_drv.c:89: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_unknown’
c_src/iconv_drv.c:91: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘iconvdrv_driver_entry’
c_src/iconv_drv.c:94: error: expected specifier-qualifier-list before ‘ErlDrvPort’
c_src/iconv_drv.c:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘iconvdrv_start’
c_src/iconv_drv.c:110: error: expected ‘)’ before ‘drv_data’
c_src/iconv_drv.c:118: error: expected declaration specifiers or ‘...’ before ‘ErlDrvBinary’
c_src/iconv_drv.c: In function ‘driver_send_bin’:
c_src/iconv_drv.c:121: error: ‘ErlDrvTermData’ undeclared (first use in this function)
c_src/iconv_drv.c:121: error: (Each undeclared identifier is reported only once
c_src/iconv_drv.c:121: error: for each function it appears in.)
c_src/iconv_drv.c:121: error: expected ‘;’ before ‘to’
c_src/iconv_drv.c:123: error: ‘to’ undeclared (first use in this function)
c_src/iconv_drv.c:123: warning: implicit declaration of function ‘driver_caller’
c_src/iconv_drv.c:123: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c:125: error: ‘spec’ undeclared (first use in this function)
c_src/iconv_drv.c:125: error: ‘ERL_DRV_PORT’ undeclared (first use in this function)
c_src/iconv_drv.c:125: error: ‘t_iconvdrv’ has no member named ‘dport’
c_src/iconv_drv.c:125: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:125: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:126: error: ‘ERL_DRV_ATOM’ undeclared (first use in this function)
c_src/iconv_drv.c:126: error: ‘am_value’ undeclared (first use in this function)
c_src/iconv_drv.c:126: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:126: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: error: ‘ERL_DRV_BINARY’ undeclared (first use in this function)
c_src/iconv_drv.c:127: error: ‘bin’ undeclared (first use in this function)
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:128: error: ‘ERL_DRV_TUPLE’ undeclared (first use in this function)
c_src/iconv_drv.c:128: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:128: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:130: warning: implicit declaration of function ‘driver_send_term’
c_src/iconv_drv.c:130: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c: In function ‘driver_send_ok’:
c_src/iconv_drv.c:137: error: ‘ErlDrvTermData’ undeclared (first use in this function)
c_src/iconv_drv.c:137: error: expected ‘;’ before ‘to’
c_src/iconv_drv.c:139: error: ‘to’ undeclared (first use in this function)
c_src/iconv_drv.c:139: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c:141: error: ‘spec’ undeclared (first use in this function)
c_src/iconv_drv.c:141: error: ‘ERL_DRV_PORT’ undeclared (first use in this function)
c_src/iconv_drv.c:141: error: ‘t_iconvdrv’ has no member named ‘dport’
c_src/iconv_drv.c:141: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:141: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:142: error: ‘ERL_DRV_ATOM’ undeclared (first use in this function)
c_src/iconv_drv.c:142: error: ‘am_ok’ undeclared (first use in this function)
c_src/iconv_drv.c:142: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:142: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:143: error: ‘ERL_DRV_TUPLE’ undeclared (first use in this function)
c_src/iconv_drv.c:143: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:143: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:145: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c: At top level:
c_src/iconv_drv.c:149: error: expected declaration specifiers or ‘...’ before ‘ErlDrvTermData’
c_src/iconv_drv.c: In function ‘driver_send_error’:
c_src/iconv_drv.c:152: error: ‘ErlDrvTermData’ undeclared (first use in this function)
c_src/iconv_drv.c:152: error: expected ‘;’ before ‘to’
c_src/iconv_drv.c:154: error: ‘to’ undeclared (first use in this function)
c_src/iconv_drv.c:154: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c:156: error: ‘spec’ undeclared (first use in this function)
c_src/iconv_drv.c:156: error: ‘ERL_DRV_PORT’ undeclared (first use in this function)
c_src/iconv_drv.c:156: error: ‘t_iconvdrv’ has no member named ‘dport’
c_src/iconv_drv.c:156: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:156: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:157: error: ‘ERL_DRV_ATOM’ undeclared (first use in this function)
c_src/iconv_drv.c:157: error: ‘am_error’ undeclared (first use in this function)
c_src/iconv_drv.c:157: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:157: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:158: error: ‘am’ undeclared (first use in this function)
c_src/iconv_drv.c:158: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:158: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:159: error: ‘ERL_DRV_TUPLE’ undeclared (first use in this function)
c_src/iconv_drv.c:159: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:159: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:161: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c: In function ‘iv_open’:
c_src/iconv_drv.c:177: error: ‘ErlDrvBinary’ undeclared (first use in this function)
c_src/iconv_drv.c:177: error: ‘bin’ undeclared (first use in this function)
c_src/iconv_drv.c:180: error: ‘am_einval’ undeclared (first use in this function)
c_src/iconv_drv.c:180: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:184: warning: implicit declaration of function ‘driver_alloc_binary’
c_src/iconv_drv.c:186: error: ‘am_enomem’ undeclared (first use in this function)
c_src/iconv_drv.c:186: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:199: error: too many arguments to function ‘driver_send_bin’
c_src/iconv_drv.c:200: warning: implicit declaration of function ‘driver_free_binary’
c_src/iconv_drv.c: In function ‘iv_conv’:
c_src/iconv_drv.c:212: error: ‘ErlDrvBinary’ undeclared (first use in this function)
c_src/iconv_drv.c:212: error: ‘bin’ undeclared (first use in this function)
c_src/iconv_drv.c:220: error: ‘am_enomem’ undeclared (first use in this function)
c_src/iconv_drv.c:220: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:232: error: ‘am_eilseq’ undeclared (first use in this function)
c_src/iconv_drv.c:232: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:234: error: ‘am_einval’ undeclared (first use in this function)
c_src/iconv_drv.c:234: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:241: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:251: error: ‘am_unknown’ undeclared (first use in this function)
c_src/iconv_drv.c:251: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:261: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:264: error: too many arguments to function ‘driver_send_bin’
c_src/iconv_drv.c: At top level:
c_src/iconv_drv.c:281: error: expected ‘)’ before ‘drv_data’
c_src/iconv_drv.c:351: warning: return type defaults to ‘int’
c_src/iconv_drv.c: In function ‘DRIVER_INIT’:
c_src/iconv_drv.c:352: error: ‘am_ok’ undeclared (first use in this function)
c_src/iconv_drv.c:352: warning: implicit declaration of function ‘driver_mk_atom’
c_src/iconv_drv.c:353: error: ‘am_value’ undeclared (first use in this function)
c_src/iconv_drv.c:354: error: ‘am_error’ undeclared (first use in this function)
c_src/iconv_drv.c:355: error: ‘am_enomem’ undeclared (first use in this function)
c_src/iconv_drv.c:356: error: ‘am_einval’ undeclared (first use in this function)
c_src/iconv_drv.c:357: error: ‘am_eilseq’ undeclared (first use in this function)
c_src/iconv_drv.c:358: error: ‘am_e2big’ undeclared (first use in this function)
c_src/iconv_drv.c:359: error: ‘am_unknown’ undeclared (first use in this function)
c_src/iconv_drv.c:361: error: ‘iconvdrv_driver_entry’ undeclared (first use in this function)
c_src/iconv_drv.c:362: error: ‘iconvdrv_start’ undeclared (first use in this function)
c_src/iconv_drv.c:363: error: ‘iconvdrv_stop’ undeclared (first use in this function)
c_src/iconv_drv.c:364: error: ‘iconvdrv_from_erlang’ undeclared (first use in this function)
ERROR: cc -c  -g -Wall -fPIC  -I/usr/lib/erlang/lib/erl_interface-3.7.4/include -I/usr/lib/erlang/erts-5.8.4/include  c_src/iconv_drv.c -o c_src/iconv_drv.o failed with error: 1 and output:
c_src/iconv_drv.c:12:24: error: erl_driver.h: No such file or directory
c_src/iconv_drv.c:14:31: error: erl_driver_compat.h: No such file or directory
c_src/iconv_drv.c:82: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_ok’
c_src/iconv_drv.c:83: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_value’
c_src/iconv_drv.c:84: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_error’
c_src/iconv_drv.c:85: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_enomem’
c_src/iconv_drv.c:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_einval’
c_src/iconv_drv.c:87: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_eilseq’
c_src/iconv_drv.c:88: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_e2big’
c_src/iconv_drv.c:89: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘am_unknown’
c_src/iconv_drv.c:91: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘iconvdrv_driver_entry’
c_src/iconv_drv.c:94: error: expected specifier-qualifier-list before ‘ErlDrvPort’
c_src/iconv_drv.c:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘iconvdrv_start’
c_src/iconv_drv.c:110: error: expected ‘)’ before ‘drv_data’
c_src/iconv_drv.c:118: error: expected declaration specifiers or ‘...’ before ‘ErlDrvBinary’
c_src/iconv_drv.c: In function ‘driver_send_bin’:
c_src/iconv_drv.c:121: error: ‘ErlDrvTermData’ undeclared (first use in this function)
c_src/iconv_drv.c:121: error: (Each undeclared identifier is reported only once
c_src/iconv_drv.c:121: error: for each function it appears in.)
c_src/iconv_drv.c:121: error: expected ‘;’ before ‘to’
c_src/iconv_drv.c:123: error: ‘to’ undeclared (first use in this function)
c_src/iconv_drv.c:123: warning: implicit declaration of function ‘driver_caller’
c_src/iconv_drv.c:123: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c:125: error: ‘spec’ undeclared (first use in this function)
c_src/iconv_drv.c:125: error: ‘ERL_DRV_PORT’ undeclared (first use in this function)
c_src/iconv_drv.c:125: error: ‘t_iconvdrv’ has no member named ‘dport’
c_src/iconv_drv.c:125: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:125: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:126: error: ‘ERL_DRV_ATOM’ undeclared (first use in this function)
c_src/iconv_drv.c:126: error: ‘am_value’ undeclared (first use in this function)
c_src/iconv_drv.c:126: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:126: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: error: ‘ERL_DRV_BINARY’ undeclared (first use in this function)
c_src/iconv_drv.c:127: error: ‘bin’ undeclared (first use in this function)
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:127: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:128: error: ‘ERL_DRV_TUPLE’ undeclared (first use in this function)
c_src/iconv_drv.c:128: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:128: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:130: warning: implicit declaration of function ‘driver_send_term’
c_src/iconv_drv.c:130: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c: In function ‘driver_send_ok’:
c_src/iconv_drv.c:137: error: ‘ErlDrvTermData’ undeclared (first use in this function)
c_src/iconv_drv.c:137: error: expected ‘;’ before ‘to’
c_src/iconv_drv.c:139: error: ‘to’ undeclared (first use in this function)
c_src/iconv_drv.c:139: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c:141: error: ‘spec’ undeclared (first use in this function)
c_src/iconv_drv.c:141: error: ‘ERL_DRV_PORT’ undeclared (first use in this function)
c_src/iconv_drv.c:141: error: ‘t_iconvdrv’ has no member named ‘dport’
c_src/iconv_drv.c:141: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:141: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:142: error: ‘ERL_DRV_ATOM’ undeclared (first use in this function)
c_src/iconv_drv.c:142: error: ‘am_ok’ undeclared (first use in this function)
c_src/iconv_drv.c:142: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:142: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:143: error: ‘ERL_DRV_TUPLE’ undeclared (first use in this function)
c_src/iconv_drv.c:143: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:143: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:145: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c: At top level:
c_src/iconv_drv.c:149: error: expected declaration specifiers or ‘...’ before ‘ErlDrvTermData’
c_src/iconv_drv.c: In function ‘driver_send_error’:
c_src/iconv_drv.c:152: error: ‘ErlDrvTermData’ undeclared (first use in this function)
c_src/iconv_drv.c:152: error: expected ‘;’ before ‘to’
c_src/iconv_drv.c:154: error: ‘to’ undeclared (first use in this function)
c_src/iconv_drv.c:154: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c:156: error: ‘spec’ undeclared (first use in this function)
c_src/iconv_drv.c:156: error: ‘ERL_DRV_PORT’ undeclared (first use in this function)
c_src/iconv_drv.c:156: error: ‘t_iconvdrv’ has no member named ‘dport’
c_src/iconv_drv.c:156: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:156: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:157: error: ‘ERL_DRV_ATOM’ undeclared (first use in this function)
c_src/iconv_drv.c:157: error: ‘am_error’ undeclared (first use in this function)
c_src/iconv_drv.c:157: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:157: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:158: error: ‘am’ undeclared (first use in this function)
c_src/iconv_drv.c:158: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:158: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:159: error: ‘ERL_DRV_TUPLE’ undeclared (first use in this function)
c_src/iconv_drv.c:159: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:159: warning: left-hand operand of comma expression has no effect
c_src/iconv_drv.c:161: error: ‘t_iconvdrv’ has no member named ‘port’
c_src/iconv_drv.c: In function ‘iv_open’:
c_src/iconv_drv.c:177: error: ‘ErlDrvBinary’ undeclared (first use in this function)
c_src/iconv_drv.c:177: error: ‘bin’ undeclared (first use in this function)
c_src/iconv_drv.c:180: error: ‘am_einval’ undeclared (first use in this function)
c_src/iconv_drv.c:180: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:184: warning: implicit declaration of function ‘driver_alloc_binary’
c_src/iconv_drv.c:186: error: ‘am_enomem’ undeclared (first use in this function)
c_src/iconv_drv.c:186: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:199: error: too many arguments to function ‘driver_send_bin’
c_src/iconv_drv.c:200: warning: implicit declaration of function ‘driver_free_binary’
c_src/iconv_drv.c: In function ‘iv_conv’:
c_src/iconv_drv.c:212: error: ‘ErlDrvBinary’ undeclared (first use in this function)
c_src/iconv_drv.c:212: error: ‘bin’ undeclared (first use in this function)
c_src/iconv_drv.c:220: error: ‘am_enomem’ undeclared (first use in this function)
c_src/iconv_drv.c:220: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:232: error: ‘am_eilseq’ undeclared (first use in this function)
c_src/iconv_drv.c:232: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:234: error: ‘am_einval’ undeclared (first use in this function)
c_src/iconv_drv.c:234: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:241: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:251: error: ‘am_unknown’ undeclared (first use in this function)
c_src/iconv_drv.c:251: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:261: error: too many arguments to function ‘driver_send_error’
c_src/iconv_drv.c:264: error: too many arguments to function ‘driver_send_bin’
c_src/iconv_drv.c: At top level:
c_src/iconv_drv.c:281: error: expected ‘)’ before ‘drv_data’
c_src/iconv_drv.c:351: warning: return type defaults to ‘int’
c_src/iconv_drv.c: In function ‘DRIVER_INIT’:
c_src/iconv_drv.c:352: error: ‘am_ok’ undeclared (first use in this function)
c_src/iconv_drv.c:352: warning: implicit declaration of function ‘driver_mk_atom’
c_src/iconv_drv.c:353: error: ‘am_value’ undeclared (first use in this function)
c_src/iconv_drv.c:354: error: ‘am_error’ undeclared (first use in this function)
c_src/iconv_drv.c:355: error: ‘am_enomem’ undeclared (first use in this function)
c_src/iconv_drv.c:356: error: ‘am_einval’ undeclared (first use in this function)
c_src/iconv_drv.c:357: error: ‘am_eilseq’ undeclared (first use in this function)
c_src/iconv_drv.c:358: error: ‘am_e2big’ undeclared (first use in this function)
c_src/iconv_drv.c:359: error: ‘am_unknown’ undeclared (first use in this function)
c_src/iconv_drv.c:361: error: ‘iconvdrv_driver_entry’ undeclared (first use in this function)
c_src/iconv_drv.c:362: error: ‘iconvdrv_start’ undeclared (first use in this function)
c_src/iconv_drv.c:363: error: ‘iconvdrv_stop’ undeclared (first use in this function)
c_src/iconv_drv.c:364: error: ‘iconvdrv_from_erlang’ undeclared (first use in this function)

make: *** [iconv] Error 1
garbetsp@garbett:~/zotonic$ 

--
Shawn Garbett
615.397.8737

Shawn Garbett

unread,
May 28, 2012, 1:56:25 PM5/28/12
to Zotonic users
Never mind. I didn't have all the erlang libraries installed. Now it
works fine.

On May 28, 11:37 am, Shawn Garbett <shawn.garb...@gmail.com> wrote:
> I finally got off my duff (spammers hit the site), and decided I'd do the
> upgrade.
>
> I have installed Erlang R14B03 and the latest ImageMagick. The old 0.5
> version of Zotonic won't start with this version of Erlang. So I got the
> master branch (and the release 0.8.0) and both give me the following:
>
> What am I missing?
>
> garbetsp@garbett:~/zotonic$ make
> cd deps/iconv && ./rebar compile
> ==> iconv (compile)
> Compiling c_src/iconv_drv.c

<snip>
Reply all
Reply to author
Forward
0 new messages