rev. 1620 won't build on maverick x86_64

Use this category to discuss anything related to the development of Guayadeque.
Locked
cephinux
Posts: 11
Joined: Fri Sep 24, 2010 4:29 am

rev. 1620 won't build on maverick x86_64

Post by cephinux »

Hi.

I tried to compile Guayadeque as always but it won't build.

Here is the output:

cephinux@cephinux-macbook:~/guayadeque$ ./buildd
rm: Entfernen von „CMakeCache.txt“ nicht möglich: Datei oder Verzeichnis nicht gefunden
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using install prefix /usr ...
-- Found wxWidgets: TRUE
-- checking for module 'gstreamer-0.10'
-- found gstreamer-0.10, version 0.10.30
-- checking for module 'sqlite3'
-- found sqlite3, version 3.7.2
-- checking for module 'libcurl'
-- found libcurl, version 7.21.0
-- checking for module 'taglib>=1.6.1'
-- found taglib, version 1.6.3
-- checking for module 'dbus-1'
-- found dbus-1, version 1.4.0
-- checking for module 'flac'
-- found flac, version 1.2.1
-- checking for module 'gio-2.0'
-- found gio-2.0, version 2.26.1
-- checking for module 'libgpod-1.0'
-- found libgpod-1.0, version 0.7.95
-- checking for module 'indicate'
-- found indicate, version 0.4.4
-- checking for module 'appindicator-0.1'
-- package 'appindicator-0.1' not found
-- Found Subversion: /usr/bin/svn
Current revision is 1620
Adding debug symbols.
-- Configuring done
CMake Error in src/CMakeLists.txt:
Cannot find source file "TreeViewFilterEditor.cpp". Tried extensions .c .C
.c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx


-- Build files have been written to: /home/cephinux/guayadeque
cephinux@cephinux-macbook:~/guayadeque$

friendly greetings
cephinux
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

rev. 1620 won't build on maverick x86_64

Post by anonbeat »

Thanks. Missed to upload two files. Will fix it asap.

Thanks for your help
cephinux
Posts: 11
Joined: Fri Sep 24, 2010 4:29 am

rev. 1620 won't build on maverick x86_64

Post by cephinux »

Thanks 1622 builds like a charm. ;-)
Locked