[Kmymoney-devel] Why is meinproc4 actually called?

Thomas Baumgart thb at net-bembel.de
Tue Nov 8 18:38:55 UTC 2011


Hi,

on Tuesday 08 November 2011 Marko Käning wrote:

> Hi devs,
> 
> I am having a problem building kmymoney 4.6.1 on MacOSX because meinproc4
>  segfaults. This program should only be run when documentation is
>  generated.
> However, when configuring the build with cmake I get this output:
> 
> ---

[...]

> Generate developer documentation:        no
> 
> Generate API documentation with Doxygen: no
> 
> Generate HTML documentation:             no

[...]

> ---
> 
> which tells me that no documentation is going to be build.

... which should tell you that these three types of documentation are not 
going to be build. The online documentation is always build. We don't have an 
option to turn that off AFAIK.

I have no idea why the developer documentation should be build. The 
CMakeLists.txt file has the following section:

IF (USE_DEVELOPER_DOC)
  ADD_SUBDIRECTORY( developer-doc )
ENDIF (USE_DEVELOPER_DOC)

and USE_DEVELOPER_DOC is OFF (maybe the IF statement above is not correct).


[...]

> Have you guys any idea what could be done to configure KMM in such a way
>  that the handbook is safely omitted from the build?

Modify the CMakeLists.txt file to your liking or fix meinproc4 which seems to 
be the actual cause of the problem in your setup.

-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
What is mind? No matter. What is matter? Never mind.
 (Punch, 1855)
-------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 224 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20111108/579e2809/attachment.sig>


More information about the KMyMoney-devel mailing list