Hi all,
I'm trying to create my first package.
I've tried with two different programs src.rpm and both failed at make.
I think I might have a compiler issue.
On partimage-0.6.8-1pclos2010.src.rpm, I get the following error:
netclient.cpp: In constructor ‘CNetClient::CNetClient(bool, bool)’:
netclient.cpp:46:34: error: invalid conversion from ‘const SSL_METHOD*’ to ‘SSL_METHOD*’
make[4]: *** [netclient.o] Error 1
I'm using the latest MiniMe iso and pkgutils on a C-50 AMD cpu.
One error i had before this on same partimage was a gettext config.rpath missing, so I installed gettext-devel (probably a missing dependency in spec), to get rid of problem.
Thanks for any insight.
The other compile error is here:
http://www.pclinuxos.com/forum/index.php/topic,99946.msg848572.html#msg848572