[Kmymoney-devel] Fwd: extragear/office/kmymoney/cmake/modules [BROKEN EMAIL]

Alvaro Soliverez asoliverez at kde.org
Wed Sep 1 12:39:22 CEST 2010


I get this error:

[ 95%] Built target kmm_kbanking_dialogs_automoc
Scanning dependencies of target kmm_kbanking_dialogs
[ 95%] Building CXX object
kmymoney/plugins/kbanking/dialogs/CMakeFiles/kmm_kbanking_dialogs.dir/kbpickstartdate.cpp.o
In file included from /usr/include/q4banking/qbanking.h:16:0,
                 from
/home/al/desarrollo/kmm/kde4/branches/4.5/kmymoney/plugins/kbanking/dialogs/kbpickstartdate.cpp:28:
/usr/include/aqbanking/banking.h:31:32: error fatal:
gwenhywfar/inherit.h: No existe el fichero o el directorio
compilación terminada.
make[2]: *** [kmymoney/plugins/kbanking/dialogs/CMakeFiles/kmm_kbanking_dialogs.dir/kbpickstartdate.cpp.o]
Error 1
make[1]: *** [kmymoney/plugins/kbanking/dialogs/CMakeFiles/kmm_kbanking_dialogs.dir/all]
Error 2
make: *** [all] Error 2


I'm thinking now it might be a problem on my aqbanking installation.
Let me check that and I'll get back to you.

On Wed, Sep 1, 2010 at 7:34 AM, Thomas Baumgart <thb at net-bembel.de> wrote:
> Hi,
>
> on Wednesday 01 September 2010 01:07:29 Alvaro Soliverez wrote:
>
>> This last update broke the build in my case.
>> Did anyone else have a problem with it?
>
> Can you provide us with some details what happens resp. what fails?
>
>
>
>> ---------- Forwarded message ----------
>> From: Alex Merry <kde at randomguy3.me.uk>
>> Date: Mon, Aug 30, 2010 at 4:12 PM
>> Subject: extragear/office/kmymoney/cmake/modules [BROKEN EMAIL]
>> To: kde-commits at kde.org
>>
>>
>> SVN commit 1170104 by alexmerry:
>>
>> Make sure AqBanking is built in the required configuration
>>
>>
>>
>>  M  +14 -0     FindAqBanking.cmake
>>
>>
>> --- trunk/extragear/office/kmymoney/cmake/modules/FindAqBanking.cmake
>> #1170103:1170104
>> @@ -26,6 +26,20 @@
>>  PKG_CHECK_MODULES(AQBANKING aqbanking>=${AQBANKING_MIN_VERSION}
>> aqbanking<=${AQBANKING_MAX_VERSION})
>>
>>  if(${AQBANKING_FOUND})
>> +   find_file(Q4BANKING_QBANKING_H
>> +      NAMES qbanking.h
>> +      PATHS ${AQBANKING_INCLUDE_DIRS}
>> +      PATH_SUFFIXES q4banking)
>> +   if (NOT EXISTS ${Q4BANKING_QBANKING_H})
>> +      set(AQBANKING_FOUND FALSE)
>> +      unset(AQBANKING_INCLUDE_DIRS)
>> +      unset(AQBANKING_LIBRARIES)
>> +      unset(AQBANKING_VERSION)
>> +      message(STATUS "AqBanking does not have the Q4Banking frontend
>>  enabled") +   endif (NOT EXISTS ${Q4BANKING_QBANKING_H})
>> +endif(${AQBANKING_FOUND})
>> +
>> +if(${AQBANKING_FOUND})
>>   # if AqBanking has been found make sure to add the q4banking lib
>>   set(AQBANKING_LIBRARIES ${AQBANKING_LIBRARIES} q4banking)
>>  endif(${AQBANKING_FOUND})
>> _______________________________________________
>> KMyMoney-devel mailing list
>> KMyMoney-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/kmymoney-devel
>>
>
> --
>
> Regards
>
> Thomas Baumgart
>
> GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
> -------------------------------------------------------------
> Cheaper is more expensive -- thb
> -------------------------------------------------------------
> _______________________________________________
> KMyMoney-devel mailing list
> KMyMoney-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kmymoney-devel
>


More information about the KMyMoney-devel mailing list