Hi. I already asked on trinity IRC channel, but none could help me with this. I am unable to compile the kdelibs on my Gentoo. At first i was getting error like this: http://paste.pocoo.org/show/454951/ As it was suggested to me by kb9vqf i commented out the HAVE_SYS_STAT_H #if statements in kdelibs/dcop/dcopserver.cpp and compilation proceeded at the point where I was getting this error. But I got another error: http://paste.pocoo.org/show/454963/ It seems that the header detection is not working on my system.
My CMAKE kdelibs log: http://paste.pocoo.org/show/454964/ config.h generated by cmake for kdelibis: http://paste.pocoo.org/show/454978/
My arch is: x86_64
I will provide any other information necessary.
Thanks. L0ner
2011/8/9 anon sh4dou sh4dou@gmail.com:
Hi. I already asked on trinity IRC channel, but none could help me with this. I am unable to compile the kdelibs on my Gentoo. At first i was getting error like this: http://paste.pocoo.org/show/454951/ As it was suggested to me by kb9vqf i commented out the HAVE_SYS_STAT_H #if statements in kdelibs/dcop/dcopserver.cpp and compilation proceeded at the point where I was getting this error. But I got another error: http://paste.pocoo.org/show/454963/ It seems that the header detection is not working on my system.
My CMAKE kdelibs log: http://paste.pocoo.org/show/454964/ config.h generated by cmake for kdelibis: http://paste.pocoo.org/show/454978/
My arch is: x86_64
I will provide any other information necessary.
Thanks. L0ner
Today, out of pure boredom and curiosity I updated the trinity code from svn. And error I get while compiling kdelibs have changed to this: http://paste.pocoo.org/show/459018/ Any help?
2011/8/9 anon sh4dou sh4dou@gmail.com:
Hi. I already asked on trinity IRC channel, but none could help me with this. I am unable to compile the kdelibs on my Gentoo. At first i was getting error like this: http://paste.pocoo.org/show/454951/ As it was suggested to me by kb9vqf i commented out the HAVE_SYS_STAT_H #if statements in kdelibs/dcop/dcopserver.cpp and compilation proceeded at the point where I was getting this error. But I got another error: http://paste.pocoo.org/show/454963/ It seems that the header detection is not working on my system.
My CMAKE kdelibs log: http://paste.pocoo.org/show/454964/ config.h generated by cmake for kdelibis: http://paste.pocoo.org/show/454978/
My arch is: x86_64
I will provide any other information necessary.
Thanks. L0ner
Looks like some half baked code got pushed into SVN; sorry about that. It has been repaired in SVN revision 1247458.
Tim
2011/8/16 Timothy Pearson kb9vqf@pearsoncomputing.net:
Looks like some half baked code got pushed into SVN; sorry about that. It has been repaired in SVN revision 1247458.
Tim
Ok, old error (http://paste.pocoo.org/show/454963/) returned. Could this be something with my building env, or it is cmake/trinity related?