Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Few PATH Errors
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
saigkill  
View profile  
 More options Apr 21, 12:55 am
From: saigkill <samann...@directbox.com>
Date: Mon, 20 Apr 2009 07:55:20 -0700 (PDT)
Local: Tues, Apr 21 2009 12:55 am
Subject: Few PATH Errors
Hi Mates,

i have the following Packages in my Spec: libkde4-devel libqt4-devel
qt-devel cmake fdupes gcc-c++ doxygen glib2-devel glib-devel
pkgconfig.

But i become the Errors;
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake)
CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
GLIB_LIB_INCLUDE_DIR
   used as include directory in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/libqinfinity
   used as include directory in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/test
LIBINFINITY_INCLUDES
   used as include directory in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/libqinfinity
   used as include directory in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/test
LIBINFINITY_LIBRARY
    linked by target "qinfinity" in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/libqinfinity
    linked by target "guibrowser" in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/test
LIBINFTEXT_INCLUDES
   used as include directory in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/libqinfinity
LIBINFTEXT_LIBRARY
    linked by target "qinfinity" in directory /usr/src/packages/BUILD/
libqinfinity-1.0b1/libqinfinity

Has anyone an Idea about the missing Packages.
And 2.) why is LIBINFINIY an Depend on the libqinfinity Buid? Through
them it should created the libs.

cu Sascha


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gregory Haynes  
View profile  
 More options Apr 21, 6:13 am
From: Gregory Haynes <g...@greghaynes.net>
Date: Mon, 20 Apr 2009 13:13:02 -0700
Local: Tues, Apr 21 2009 6:13 am
Subject: Re: Few PATH Errors

Hello,

It seems the FindGlib.cmake script is having a hard time finding your
glib-config.h file.  On my system this is in
/usr/lib/glib-2.0/include/glibconfig.h.  Do you know where this file
would be on your system so I can fix the script?

Libqinfinity is just a Qt wrapper for libinfinity, so the library does
depend on libinfinity.

--
Gregory Haynes

  signature.asc
< 1K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sascha Manns  
View profile  
 More options Apr 21, 4:30 pm
From: Sascha Manns <Sascha.Ma...@directbox.com>
Date: Tue, 21 Apr 2009 08:30:05 +0200
Local: Tues, Apr 21 2009 4:30 pm
Subject: Re: Few PATH Errors
Hi Gregory,

On Montag 20 April 2009 22:13:02 Gregory Haynes wrote:

> It seems the FindGlib.cmake script is having a hard time finding your
> glib-config.h file.  On my system this is in
> /usr/lib/glib-2.0/include/glibconfig.h.  Do you know where this file
> would be on your system so I can fix the script?

On my System i have:
/usr/lib64/glib-2.0/include/glibconfig.h
/usr/lib64/glib/include/glibconfig.h

> Libqinfinity is just a Qt wrapper for libinfinity, so the library
> does depend on libinfinity.

Yes, that was it.  :-)

Actual i have only the Error in:
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake)                                                                                    
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.                                        
Please set them or make sure they are set and tested correctly in the
CMake files:                                                  
GLIB_LIB_INCLUDE_DIR                                                                                                                
   used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity                                  
   used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/test  

I think the Error is, that the Script only search in /lib and not in
/lib64.

--
Sincereley Yours

Sascha Manns
openSUSE Build Service
openSUSE Marketing Team
openSUSE Features Screening Team
Maifeldstrasse 10
D-56 727 Mayen

Phone: +49 2651 4014045
Fax: +49 1805 019800 64392
Email: Sascha.Ma...@directbox.com
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
PGP-Key: E31B59FB @ hkp://wwwkeys.pgp.net


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gregory Haynes  
View profile  
 More options Apr 22, 5:20 am
From: Gregory Haynes <g...@greghaynes.net>
Date: Tue, 21 Apr 2009 12:20:14 -0700
Local: Wed, Apr 22 2009 5:20 am
Subject: Re: Few PATH Errors

Thats odd, I would think those directories would be symlinked?  Does it
work if you set the find_path( GLIB_LIB_INCLUDE_DIR to search in /usr/lib64?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "update" by Sascha Manns
Sascha Manns  
View profile  
 More options Apr 21, 6:23 pm
From: Sascha Manns <Sascha.Ma...@directbox.com>
Date: Tue, 21 Apr 2009 10:23:15 +0200
Local: Tues, Apr 21 2009 6:23 pm
Subject: update

Hello Mates,

i've attached the Changes for lib64.

My BuildService builds not to the End. The Check for Compiler Errors
said me:
E: libqinfinity no-return-in-nonvoid-function
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity/browseriter.cpp:140 ,
134, 128, 122, 111, 105, 99, 93, 87, 81, 75, 69, 63, 57                                                                                                        
E: libqinfinity no-return-in-nonvoid-function
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity/browsermodel.cpp:22 2,
195  

--
Sincereley Yours

Sascha Manns
openSUSE Build Service
openSUSE Marketing Team
openSUSE Features Screening Team
Maifeldstrasse 10
D-56 727 Mayen

Phone: +49 2651 4014045
Fax: +49 1805 019800 64392
Email: Sascha.Ma...@directbox.com
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
PGP-Key: E31B59FB @ hkp://wwwkeys.pgp.net

  libqinfinity-lib64.patch
< 1K Download

  libqinfinity-Prefix.patch
< 1K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gregory Haynes  
View profile  
 More options Apr 22, 1:25 pm
From: Gregory Haynes <g...@greghaynes.net>
Date: Wed, 22 Apr 2009 03:25:34 +0000
Local: Wed, Apr 22 2009 1:25 pm
Subject: Re: update
Hello,

Thanks for the patches!  I did some research and turns out I'm not so good at
writing CMakeScripts.  I found a solution in kdelibs that doesnt require
hardcoding the /usr/lib64 path into the Find script.  If you could test this
and make sure it works on your system that would be aweseme.  I also fixed the
erros you were getting below.  These changes should be in the git repo on
github.

On Tuesday 21 April 2009 08:23:15 Sascha Manns wrote:

> Hello Mates,

> i've attached the Changes for lib64.

> My BuildService builds not to the End. The Check for Compiler Errors
> said me:
> E: libqinfinity no-return-in-nonvoid-function
> /usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity/browseriter.cpp:140
>, 134, 128, 122, 111, 105, 99, 93, 87, 81, 75, 69, 63, 57
> E: libqinfinity no-return-in-nonvoid-function
> /usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity/browsermodel.cpp:22
>2, 195

-Gregory Haynes

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sascha Manns  
View profile  
 More options Apr 22, 5:39 pm
From: Sascha Manns <Sascha.Ma...@directbox.com>
Date: Wed, 22 Apr 2009 09:39:14 +0200
Local: Wed, Apr 22 2009 5:39 pm
Subject: Re: update
Am Mittwoch 22 April 2009 05:25:34 schrieb Gregory Haynes:
> Hello,

> Thanks for the patches!  I did some research and turns out I'm not so
> good at writing CMakeScripts.  I found a solution in kdelibs that
> doesnt require hardcoding the /usr/lib64 path into the Find script.
> If you could test this and make sure it works on your system that
> would be aweseme.  I also fixed the erros you were getting below.
> These changes should be in the git repo on github.

Thank you very much for updating. :-) Now the Package builds
perfectly...

--
Sincereley Yours

Sascha Manns
openSUSE Build Service
openSUSE Marketing Team
openSUSE Features Screening Team
Maifeldstrasse 10
D-56 727 Mayen

Phone: +49 2651 4014045
Fax: +49 1805 019800 64392
Email: Sascha.Ma...@directbox.com
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
PGP-Key: E31B59FB @ hkp://wwwkeys.pgp.net


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google