bryangrim / darkice

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

make fails with ubuntu 9.10 g++ 4.4.1 #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can not compile darkice no more on ubuntu 9.10 witch uses g++ 4.4.1.
make fails with:

Util.cpp: In static member function ‘static char* Util::fileAddDate(const
char*, const char*)’:
Util.cpp:311: error: invalid conversion from ‘const char*’ to ‘char*’
make[2]: *** [Util.o] Error 1

I tried both 0.19 anf 0.20 versions. 

I think it's g++ problem but do not know how to fix it...

Original issue reported on code.google.com by a.beinar...@gmail.com on 10 Nov 2009 at 8:01

GoogleCodeExporter commented 8 years ago
I'll fix it as soon as possible.

Original comment by rafael2k...@gmail.com on 11 Nov 2009 at 3:53

GoogleCodeExporter commented 8 years ago
fixed.

Original comment by rafael2k...@gmail.com on 11 Nov 2009 at 4:22

GoogleCodeExporter commented 8 years ago
Thank You!  It was a very quick fix. checked out svn and darkice now compiles 
perfectly! 

Original comment by a.beinar...@gmail.com on 11 Nov 2009 at 8:45