meseretakalu / iptux

Automatically exported from code.google.com/p/iptux
0 stars 0 forks source link

SVN 45, 不能通过编译 #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
似乎没有sound这个文件夹。。是不是忘记上传了。。

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating desktop/Makefile
config.status: creating pixmaps/Makefile
config.status: creating po/Makefile.in
config.status: error: cannot find input file: sound/Makefile.in

Original issue reported on code.google.com by jarry...@gmail.com on 20 Feb 2009 at 6:20

GoogleCodeExporter commented 8 years ago
对,我这里也报这个错

Original comment by caspar...@gmail.com on 21 Feb 2009 at 5:32

GoogleCodeExporter commented 8 years ago
最新版本仍旧不能通过编译,个人猜测是因为前面的版本里��
�有声音功能,故没sound这个文件
夹,而新版本加入了声音功能,但是svn的时候作者忘记一起co
mmit了?呵呵

Original comment by caspar...@gmail.com on 23 Feb 2009 at 10:01

GoogleCodeExporter commented 8 years ago
确实如此,感谢提醒!

我对svn都是新手,没太留意到,抱歉了。最新r52测试过checkout
下来能完成编译和运行。

Original comment by Pentie on 23 Feb 2009 at 3:31

GoogleCodeExporter commented 8 years ago
编译通过了,功能和界面上都有了很大改进,感谢作者的辛��
�奉献!

Original comment by caspar...@gmail.com on 24 Feb 2009 at 7:04

GoogleCodeExporter commented 8 years ago
额,需要gstreamer阿?我不想要,能否添加一个参数可以不要��
�音呢

Original comment by jarry...@gmail.com on 24 Feb 2009 at 10:07

GoogleCodeExporter commented 8 years ago
不需要额外的参数,如果没有gstreamer,声音功能会被自动忽��
�。

Original comment by jal...@163.com on 25 Feb 2009 at 1:51

GoogleCodeExporter commented 8 years ago
以下是错误。。。还有不知道为何好像自动configure两次

gcc 4.3.3

mv -f .deps/my_file.Tpo .deps/my_file.Po
g++ -DHAVE_CONFIG_H -I. -I..  -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/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/libpng12   -pthread -I/usr/include/glib-2.0 -I/usr/lib/
glib-2.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/
orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/
glib-2.0 -I/usr/lib/glib-2.0/include      -Wall -march=k8-sse3 -mtune=generic 
-O2 -
pipe -fomit-frame-pointer -msse3 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o 
utils.o utils.cpp
mv -f .deps/output.Tpo .deps/output.Po
mv -f .deps/support.Tpo .deps/support.Po
mv -f .deps/utils.Tpo .deps/utils.Po
g++ -Wall -march=k8-sse3 -mtune=generic -O2 -pipe -fomit-frame-pointer -msse3   
-o 
iptux AboutIptux.o Command.o Control.o CoreThread.o DetectPal.o DialogGroup.o 
DialogPeer.o IptuxSetting.o Log.o MainWindow.o Pal.o RecvFile.o RevisePal.o 
SendFile.o ShareFile.o Sound.o StatusIcon.o TcpData.o Transport.o UdpData.o 
baling.o 
dialog.o iptux.o my_chooser.o my_entry.o my_file.o output.o support.o utils.o  
-lgtk-
x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -
lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -
lgmodule-2.0 -lglib-2.0   -pthread -lgthread-2.0 -lrt -lglib-2.0   -lgconf-2 -
lglib-2.0    
IptuxSetting.o: In function `IptuxSetting::StopTesting()':
IptuxSetting.cpp:(.text+0x50b): undefined reference to `Sound::Stop()'
IptuxSetting.o: In function `IptuxSetting::PlayTesting(_GtkWidget*)':
IptuxSetting.cpp:(.text+0x54f): undefined reference to `Sound::Playing(char 
const*)'
Transport.o: In function `Transport::RecvFileEntry(_GtkTreeIter*)':
Transport.cpp:(.text+0x2c61): undefined reference to `Sound::Playing(char 
const*)'
Transport.o: In function `Transport::SendFileEntry(int, _GtkTreeIter*, unsigned 
int)':
Transport.cpp:(.text+0x2bb9): undefined reference to `Sound::Playing(char 
const*)'
UdpData.o: In function `UdpData::SomeoneSendmsg(unsigned int, char*, unsigned 
int)':
UdpData.cpp:(.text+0x9f9): undefined reference to `Sound::Playing(char const*)'
collect2: ld 返回 1
make[3]: *** [iptux] 错误 1
make[3]: Leaving directory `/home/lh/ABS/network/iptux/svn/src/iptux-build/src'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/lh/ABS/network/iptux/svn/src/iptux-build/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/lh/ABS/network/iptux/svn/src/iptux-build'
make: *** [all] 错误 2

Original comment by jarry...@gmail.com on 25 Feb 2009 at 5:27

GoogleCodeExporter commented 8 years ago
svn中出现的错误最好直接发送邮件给开发人员Pentie,他在维��
�此版内容。

Original comment by jal...@163.com on 25 Feb 2009 at 12:18

GoogleCodeExporter commented 8 years ago
呃,这个还是那次sound.cpp的问题……现在没问题了……

Original comment by Pentie on 3 Mar 2009 at 3:23

GoogleCodeExporter commented 8 years ago
嗯,已经好了,感谢

Original comment by jarry...@gmail.com on 3 Mar 2009 at 4:44

GoogleCodeExporter commented 8 years ago
Done this issue.

Original comment by Pentie on 3 Mar 2009 at 6:57