[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-dev] [bug #36029] Tcl* errors while trying to compile Weechat 0
From: |
smu johnson |
Subject: |
[Weechat-dev] [bug #36029] Tcl* errors while trying to compile Weechat 0.3.7 stable |
Date: |
Wed, 28 Mar 2012 21:13:52 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0 |
URL:
<http://savannah.nongnu.org/bugs/?36029>
Summary: Tcl* errors while trying to compile Weechat 0.3.7
stable
Project: WeeChat
Submitted by: smujohnson
Submitted on: Wed 28 Mar 2012 09:13:51 PM GMT
Category: compilation
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 0.3.7
IRC nick: sjohnson
_______________________________________________________
Details:
Commands to get Ubuntu 10.04 LTS to the point where it might be able to
compile Weechat 0.3.7 stable:
1) apt-get build-dep weechat
2) apt-get install libcurl4-gnutls-dev
Commands to compile:
1) cmake .. -DPREFIX=~/weechat # executed ok
2) make # failed, see below:
address@hidden:~/tmp/weechat-0.3.7/build$ make
[ 6%] Built target translations
[ 18%] Built target weechat_core
[ 20%] Built target weechat_plugins
[ 21%] Built target alias
[ 23%] Built target aspell
[ 23%] Built target charset
[ 25%] Built target fifo
[ 39%] Built target irc
[ 41%] Built target logger
[ 49%] Built target relay
[ 52%] Built target rmodifier
[ 53%] Built target weechat_scripts
[ 54%] Built target perl
[ 55%] Built target python
[ 56%] Built target ruby
[ 58%] Built target lua
[ 59%] Building C object
src/plugins/scripts/tcl/CMakeFiles/tcl.dir/weechat-tcl.o
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c: In
function ‘weechat_tcl_hashtable_map_cb’:
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:96:
error: implicit declaration of function ‘Tcl_DictObjPut’
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c: In
function ‘weechat_tcl_hashtable_to_dict’:
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:112:
error: implicit declaration of function ‘Tcl_NewDictObj’
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:112:
warning: assignment makes pointer from integer without a cast
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c: In
function ‘weechat_tcl_dict_to_hashtable’:
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:139:
error: ‘Tcl_DictSearch’ undeclared (first use in this function)
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:139:
error: (Each undeclared identifier is reported only once
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:139:
error: for each function it appears in.)
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:139:
error: expected ‘;’ before ‘search’
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:151:
error: implicit declaration of function ‘Tcl_DictObjFirst’
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:151:
error: ‘search’ undeclared (first use in this function)
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:153:
error: implicit declaration of function ‘Tcl_DictObjNext’
/home/sjohnson/tmp/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c:160:
error: implicit declaration of function ‘Tcl_DictObjDone’
make[2]: *** [src/plugins/scripts/tcl/CMakeFiles/tcl.dir/weechat-tcl.o] Error
1
make[1]: *** [src/plugins/scripts/tcl/CMakeFiles/tcl.dir/all] Error 2
make: *** [all] Error 2
address@hidden:~/tmp/weechat-0.3.7/build$
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?36029>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [Weechat-dev] [bug #36029] Tcl* errors while trying to compile Weechat 0.3.7 stable,
smu johnson <=