Can not install libgig
I have a problem trying to install libgig.
I have used the following code to attempt to compile the file:
mkdir /usr/src/libgig
cd /usr/src/libgig
wget http://
tar xjf libgig-
cd libgig-
./configure && make
The ./configure goes well, but the "make" results in the following error
make[1]: Entering directory `/usr/src/
Making all in doc
make[2]: Entering directory `/usr/src/
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/
Making all in man
make[2]: Entering directory `/usr/src/
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/
Making all in src
make[2]: Entering directory `/usr/src/
Making all in testcases
make[3]: Entering directory `/usr/src/
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/
make[3]: Entering directory `/usr/src/
if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -Wreturn-type -g -O2 -MT RIFF.lo -MD -MP -MF ".deps/RIFF.Tpo" -c -o RIFF.lo RIFF.cpp; \
then mv -f ".deps/RIFF.Tpo" ".deps/RIFF.Plo"; else rm -f ".deps/RIFF.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -Wreturn-type -g -O2 -MT RIFF.lo -MD -MP -MF .deps/RIFF.Tpo -c RIFF.cpp -fPIC -DPIC -o .libs/RIFF.o
RIFF.cpp: In member function 'void RIFF::Chunk:
RIFF.cpp:102: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result
RIFF.cpp:103: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result
RIFF.cpp: In member function 'void RIFF::Chunk:
RIFF.cpp:154: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result
RIFF.cpp:155: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result
RIFF.cpp: In member function 'virtual long unsigned int RIFF::Chunk:
RIFF.cpp:891: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result
RIFF.cpp: In member function 'void RIFF::List:
RIFF.cpp:1172: error: no matching function for call to 'find(std:
RIFF.cpp: In member function 'void RIFF::List:
RIFF.cpp:1229: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result
RIFF.cpp: In member function 'void RIFF::List:
RIFF.cpp:1253: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result
make[3]: *** [RIFF.lo] Error 1
make[3]: Leaving directory `/usr/src/
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/
make: *** [all] Error 2
I read somewhere that I should try this following line:
make -f Makefile.cvs
Although when trying to do this i see the following error:
make: Makefile.cvs: No such file or directory
make: *** No rule to make target `Makefile.cvs'. Stop.
Can someone please help, I'm not sure what else to do!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu libgig Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Joker Wild
- Solved:
- Last query:
- Last reply: