Re: [opensuse-factory] Re: Qt in KDE:Qt problems
On Tue, Aug 27, 2013 at 6:54 PM, Cristian Morales Vega <reddwarf@opensuse.org> wrote:
Or just typing in the proper library name.
Guys, being explicit doesn't hurt.
They are talking about -lpthreads vs -lpthread. Notice the extra 's'.
Not that it solves your problem. But it may be a hint...
Now I understand your guys concern. Interestingly, neither '-lpthreads' nor '-lpthread' occur in kmoefm's source code. And I didn't make a typo. The "-lpthreads" comes from build/CMakeFiles/CMakeError.log But: -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success Both pthread_create and -fvisibility-hidden seem to get found already. Any more clues? Greetings Marguerite -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tue, Aug 27, 2013 at 8:24 PM, Marguerite Su <i@marguerite.su> wrote:
Any more clues?
I found the reason, although I can' understand: I build it in ~/Public/home:MargueriteSu/kmoefm/kmoefm-0.1/build Moving kmoefm-0.1 to ~/ solved the problem. CMake seems to hate ":" in its path. Greetings Marguerite -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Tuesday 2013-08-27 16:32, Marguerite Su wrote:
On Tue, Aug 27, 2013 at 8:24 PM, Marguerite Su <i@marguerite.su> wrote:
Any more clues?
I found the reason, although I can' understand:
I build it in ~/Public/home:MargueriteSu/kmoefm/kmoefm-0.1/build
Moving kmoefm-0.1 to ~/ solved the problem.
CMake seems to hate ":" in its path.
*No software* really likes colons in a path, because it is the separator in path lists. Think $PATH. Using : as a delimiter in OBS was a dumb choice. osc can covert it up on the client-side (but fails to consistently do so, which is a bug), but the mess is still in the API. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Jan Engelhardt
-
Marguerite Su