[Bug 142088] New: Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

classic Classic list List threaded Threaded
16 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] New: Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         
           Summary: Build fails when libkexiv2 is in $PREFIX, but not in
                    $KDEDIR or standard include directories
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: kde happyjack org


Version:           0.9.1-rc1 (using KDE KDE 3.5.6)
Installed from:    Compiled From Sources
Compiler:          gcc 3.4.6
OS:                Linux

I have the base KDE installed in /opt/kde3 and non-base KDE stuff in /opt/kde3apps.  This means that I have libkexiv2 in /opt/kde3apps.  Because I'm setting --prefix to /opt/kde3apps, Digikam's configure finds libkexiv2 fine, and sets LIBKEXIV2_CFLAGS and LIBKEXIV2_LIBS to the appropriate values.  However, neither of these variables is actually used, so when digikam tries to include libkexiv2/kexiv2.h it can't be found.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-23 08:00 -------
Hi,

Are you compiled and linked sucessfully kipi-plugins in this case ?

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-23 08:45 -------
SVN commit 636458 by cgilles:

missing libkexiv2 includes
CCBUGS: 142088


 M  +1 -0      Makefile.am  


--- trunk/extragear/graphics/digikam/digikam/Makefile.am #636457:636458
 @ -22,6 +22,7  @
    -I$(top_srcdir)/digikam/utilities/setup \
    -I$(top_srcdir)/digikam/utilities/slideshow \
    -I$(top_srcdir)/digikam/utilities/batch \
+   $(LIBKEXIV2_CFLAGS)
    $(LIBKIPI_CFLAGS) $(GPHOTO_CFLAGS) $(all_includes)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-23 08:48 -------
Please let's me hear if digikam from svn trunk compile fine for you now...

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Bugzilla from kde@happyjack.org
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From kde happyjack org  2007-02-24 01:50 -------
I just checked out the latest from svn and the problem still persists.  digikam/digikam/Makefile does add LIBKEXIV2_CFLAGS to INCLUDES, but that particular INCLUDES isn't used when the build fails.  There are many locations that make use of libkexiv2, but the first that fails is digikam/libs/dimg/loaders.  The Makefile in this directory sets its own INCLUDES variable which does not pull in LIBKEXIV2_CFLAGS.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-24 09:21 -------
Give us a compilation trace...

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-24 12:42 -------
SVN commit 636830 by cgilles:

digikam from trunk: fix all Makefile.am witch require libkexiv2 includes
CCBUGS: 142088

 M  +1 -0      kioslave/Makefile.am  
 M  +1 -0      libs/dimg/loaders/Makefile.am  
 M  +1 -0      libs/imageproperties/Makefile.am  
 M  +1 -0      libs/jpegutils/Makefile.am  
 M  +1 -0      libs/threadimageio/Makefile.am  
 M  +1 -0      libs/widgets/metadata/Makefile.am  
 M  +1 -0      showfoto/Makefile.am  
 M  +1 -0      utilities/cameragui/Makefile.am  
 M  +1 -0      utilities/imageeditor/canvas/Makefile.am  
 M  +1 -0      utilities/imageeditor/editor/Makefile.am  


--- trunk/extragear/graphics/digikam/kioslave/Makefile.am #636829:636830
 @ -3,6 +3,7  @
 INCLUDES = -I$(top_srcdir)/digikam/libs/jpegutils \
    -I$(top_srcdir)/digikam/libs/dimg \
    -I$(top_srcdir)/digikam/libs/dmetadata \
+   $(LIBKEXIV2_CFLAGS) \
    -I$(top_srcdir)/digikam/libs/dcraw \
    -I$(top_srcdir)/digikam/digikam \
    $(all_includes)
--- trunk/extragear/graphics/digikam/libs/dimg/loaders/Makefile.am #636829:636830
 @ -14,4 +14,5  @
 INCLUDES = $(all_includes) -I$(top_srcdir)/digikam/libs/dimg \
                    -I$(top_srcdir)/digikam/libs/dmetadata \
                    -I$(top_srcdir)/digikam/libs/dcraw \
+                   $(LIBKEXIV2_CFLAGS) \
                    -I$(top_srcdir)/digikam/digikam
--- trunk/extragear/graphics/digikam/libs/imageproperties/Makefile.am #636829:636830
 @ -45,6 +45,7  @
        -I$(top_srcdir)/digikam/libs/threadimageio \
        -I$(top_srcdir)/digikam/utilities/cameragui \
        -I$(top_srcdir)/digikam/utilities/batch \
+       $(LIBKEXIV2_CFLAGS) \
        -I$(top_srcdir)/digikam/digikam \
        $(all_includes)
 
--- trunk/extragear/graphics/digikam/libs/jpegutils/Makefile.am #636829:636830
 @ -8,6 +8,7  @
 INCLUDES = $(all_includes) \
    -I$(top_srcdir)/digikam/libs/dmetadata \
    -I$(top_srcdir)/digikam/libs/dimg \
+   $(LIBKEXIV2_CFLAGS) \
    -I$(top_srcdir)/digikam/digikam
 
 noinst_LTLIBRARIES = libjpegutils.la
--- trunk/extragear/graphics/digikam/libs/threadimageio/Makefile.am #636829:636830
 @ -18,6 +18,7  @
        -I$(top_srcdir)/digikam/libs/dimg/loaders \
        -I$(top_srcdir)/digikam/libs/dmetadata \
        -I$(top_srcdir)/digikam/libs/dcraw \
+       $(LIBKEXIV2_CFLAGS) \
        -I$(top_srcdir)/digikam/libs/jpegutils \
        -I$(top_srcdir)/digikam/digikam \
        $(all_includes)
--- trunk/extragear/graphics/digikam/libs/widgets/metadata/Makefile.am #636829:636830
 @ -11,5 +11,6  @
                 
 INCLUDES = -I$(top_srcdir)/digikam/libs/dmetadata \
        -I$(top_srcdir)/digikam/libs/dimg \
+       $(LIBKEXIV2_CFLAGS) \
        -I$(top_srcdir)/digikam/digikam \
        $(all_includes)
--- trunk/extragear/graphics/digikam/showfoto/Makefile.am #636829:636830
 @ -15,6 +15,7  @
    -I$(top_srcdir)/digikam/libs/dmetadata \
    -I$(top_srcdir)/digikam/libs/threadimageio \
    -I$(top_srcdir)/digikam/digikam \
+   $(LIBKEXIV2_CFLAGS) \
    -I$(top_srcdir)/digikam/utilities/slideshow \
    -I$(top_srcdir)/digikam/utilities/imageeditor/canvas \
    -I$(top_srcdir)/digikam/utilities/imageeditor/editor \
--- trunk/extragear/graphics/digikam/utilities/cameragui/Makefile.am #636829:636830
 @ -23,6 +23,7  @
    -I$(top_srcdir)/digikam/libs/jpegutils \
    -I$(top_srcdir)/digikam/libs/themeengine \
    -I$(top_srcdir)/digikam/libs/imageproperties \
+   $(LIBKEXIV2_CFLAGS) \
    -I$(top_srcdir)/digikam/libs/widgets/common \
    -I$(top_srcdir)/digikam/libs/dimg \
    -I$(top_srcdir)/digikam/libs/dmetadata \
--- trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/Makefile.am #636829:636830
 @ -16,6 +16,7  @
    -I$(top_srcdir)/digikam/libs/dimg/filters \
    -I$(top_srcdir)/digikam/libs/dmetadata \
    -I$(top_srcdir)/digikam/libs/dialogs \
+   $(LIBKEXIV2_CFLAGS) \
    -I$(top_srcdir)/digikam/libs/histogram \
    -I$(top_srcdir)/digikam/libs/threadimageio \
    -I$(top_srcdir)/digikam/utilities/splashscreen \
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/Makefile.am #636829:636830
 @ -24,6 +24,7  @
    -I$(top_srcdir)/digikam/libs/dimg/filters \
    -I$(top_srcdir)/digikam/libs/imageproperties \
    -I$(top_srcdir)/digikam/libs/threadimageio \
+   $(LIBKEXIV2_CFLAGS) \
    -I$(top_srcdir)/digikam/utilities/setup \
    -I$(top_srcdir)/digikam/utilities/slideshow \
    -I$(top_srcdir)/digikam/utilities/imageeditor/canvas \
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-24 12:42 -------
Ok,

now all is fixed ?

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Bugzilla from kde@happyjack.org
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From kde happyjack org  2007-02-25 02:09 -------
Almost.  If the same addition is made to utilities/batch/Makefile.am then the build completes.

Thanks!
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
Marcel, Gerhard or Achim can you fix it in svn and close this file<; <unforget to report this B.K.O titile in NEWS file. Thanks in advance
 
Gilles 

 
25 Feb 2007 01:09:35 -0000, [hidden email] <[hidden email]>:
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=142088




------- Additional Comments From kde happyjack org  2007-02-25 02:09 -------
Almost.  If the same addition is made to utilities/batch/Makefile.am then the build completes.

Thanks!
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-27 14:15 -------
Marcel, Gerhard or Achim can you fix it in svn and close this file<;
<unforget to report this B.K.O titile in NEWS file. Thanks in advance

Gilles


25 Feb 2007 01:09:35 -0000, kde happyjack org <kde happyjack org>:
[bugs.kde.org quoted mail]
<div>Marcel, Gerhard or&nbsp;Achim&nbsp;can you fix it in svn and close this file&lt;; &lt;unforget to report this&nbsp;B.K.O titile in NEWS file. Thanks in advance</div>
<div>&nbsp;</div>
<div>Gilles&nbsp;<br><br>&nbsp;</div>
<div><span class="gmail_quote">25 Feb 2007 01:09:35 -0000, <a href="mailto:kde happyjack org">kde happyjack org</a> &lt;<a href="mailto:kde happyjack org">kde happyjack org</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee.
<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=142088">http://bugs.kde.org/show_bug.cgi?id=142088</a><br><br><br><br><br>------- Additional Comments From kde happyjack org&nbsp;&nbsp;2007-02-25 02:09 -------<br>Almost.&nbsp;&nbsp;If the same addition is made to utilities/batch/Makefile.am then the build completes.
<br><br>Thanks!<br>_______________________________________________<br>Digikam-devel mailing list<br><a href="mailto:Digikam-devel kde org">Digikam-devel kde org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-devel">
https://mail.kde.org/mailman/listinfo/digikam-devel</a><br></blockquote></div><br>
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Marcel Wiesweg
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         
marcel.wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From marcel.wiesweg gmx de  2007-02-27 16:14 -------
SVN commit 637720 by mwiesweg:

Fix the last missing Makefile.am to contain exiv2 includes

BUG: 142088


 M  +1 -0      Makefile.am  


--- trunk/extragear/graphics/digikam/utilities/batch/Makefile.am #637719:637720
 @ -6,6 +6,7  @
    -I$(top_srcdir)/digikam/libs/dmetadata \
    -I$(top_srcdir)/digikam/libs/thumbbar \
    -I$(top_srcdir)/digikam/libs/widgets/common \
+   $(LIBKEXIV2_CFLAGS) \
    $(all_includes)
 
 noinst_LTLIBRARIES = libbatch.la
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
Thanks Marcel,
 
to "kde happyjack org" : are you tried to compile DigikamImagePlugins at the same time than digiKam when you checkout all extragear/graphics source code. Normally DigikamImagePlugins don't depnd on libkexiv2 directly, but i would to be sure before 0.9.1 final release... 
 
Gilles  

 
27 Feb 2007 15:14:45 -0000, Marcel Wiesweg <[hidden email]>:
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=142088
marcel.wiesweg gmx de changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
            Status|UNCONFIRMED                 |RESOLVED
        Resolution|                            |FIXED



------- Additional Comments From marcel.wiesweg gmx de  2007-02-27 16:14 -------
SVN commit 637720 by mwiesweg:

Fix the last missing Makefile.am to contain exiv2 includes

BUG: 142088


M  +1 -0      Makefile.am


--- trunk/extragear/graphics/digikam/utilities/batch/Makefile.am #637719:637720
@ -6,6 +6,7  @
          -I$(top_srcdir)/digikam/libs/dmetadata \
          -I$(top_srcdir)/digikam/libs/thumbbar \
          -I$(top_srcdir)/digikam/libs/widgets/common \
+          $(LIBKEXIV2_CFLAGS) \
          $(all_includes)

noinst_LTLIBRARIES = libbatch.la
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From caulier.gilles gmail com  2007-02-27 18:06 -------
Thanks Marcel,

to "kde happyjack org" : are you tried to compile DigikamImagePlugins at the
same time than digiKam when you checkout all extragear/graphics source code.
Normally DigikamImagePlugins don't depnd on libkexiv2 directly, but i would
to be sure before 0.9.1 final release...

Gilles


27 Feb 2007 15:14:45 -0000, Marcel Wiesweg <marcel.wiesweg gmx de>:
[bugs.kde.org quoted mail]
<div>Thanks Marcel,</div>
<div>&nbsp;</div>
<div>to &quot;kde happyjack org&quot; : are you tried to compile DigikamImagePlugins at the same time than digiKam when you checkout all&nbsp;extragear/graphics source code. Normally DigikamImagePlugins&nbsp;don&#39;t depnd on libkexiv2 directly, but i would to be sure before
0.9.1 final release...&nbsp;</div>
<div>&nbsp;</div>
<div>Gilles&nbsp;&nbsp;<br><br>&nbsp;</div>
<div><span class="gmail_quote">27 Feb 2007 15:14:45 -0000, Marcel Wiesweg &lt;<a href="mailto:marcel.wiesweg gmx de">marcel wiesweg gmx de</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee.
<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=142088">http://bugs.kde.org/show_bug.cgi?id=142088</a><br>marcel.wiesweg gmx de changed:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;What&nbsp;&nbsp;&nbsp;&nbsp;|Removed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |Added<br>----------------------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status|UNCONFIRMED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |RESOLVED<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resolution|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|FIXED<br><br><br><br>------- Additional Comments From marcel.wiesweg gmx de&nbsp;&nbsp;2007-02-27 16:14 -------<br>SVN commit 637720 by mwiesweg:
<br><br>Fix the last missing <a href="http://Makefile.am">Makefile.am</a> to contain exiv2 includes<br><br>BUG: 142088<br><br><br>M&nbsp;&nbsp;+1 -0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://Makefile.am">Makefile.am</a><br><br><br>--- trunk/extragear/graphics/digikam/utilities/batch/Makefile.am #637719:637720
<br>@ -6,6 +6,7&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-I$(top_srcdir)/digikam/libs/dmetadata \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-I$(top_srcdir)/digikam/libs/thumbbar \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-I$(top_srcdir)/digikam/libs/widgets/common \<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(LIBKEXIV2_CFLAGS) \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(all_includes)<br><br>noinst_LTLIBRARIES = <a href="http://libbatch.la">libbatch.la</a><br>_______________________________________________<br>Digikam-devel mailing list<br><a href="mailto:Digikam-devel kde org">
Digikam-devel kde org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-devel">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br></blockquote></div><br>
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Bugzilla from anaselli@linux.it
In reply to this post by Gilles Caulier-4
Alle 14:15, martedì 27 febbraio 2007, Gilles Caulier ha scritto:
> Marcel, Gerhard or Achim can you fix it in svn and close this file<;
> <unforget to report this B.K.O titile in NEWS file. Thanks in advance
>
even if i believe it's less important because of incoming release,
the problem could be present also in kipi-plugins....

Angelo

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

attachment0 (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

[Bug 142088] Build fails when libkexiv2 is in $PREFIX, but not in $KDEDIR or standard include directories

Bugzilla from kde@happyjack.org
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142088         




------- Additional Comments From kde happyjack org  2007-02-28 02:33 -------
I just checked out the latest svn of both digikam and digikamimageplugins and they're both building with no problems.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel