konclude / Konclude

Konclude: A parallel, tableau-based, high-performance reasoner for the Description Logic SROIQV(D)/the Web Ontology Language (OWL) 2 DL
http://konclude.com
35 stars 4 forks source link

Build without Redland libraries fails on moc_predefs.h #12

Closed mielvds closed 4 years ago

mielvds commented 4 years ago

When building without the Redland libraries, so after running qmake -o Makefile KoncludeWithoutRedland.pro, the builds fails eventually with the following error. I have no guarentees this would not occur when the Redland libraries are included.

/Library/Developer/CommandLineTools/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.10 -w -fPIC -DQT_XML_LIB -DQT_NETWORK_LIB -DKONCLUDE_FORCE_ALL_DEBUG_DEACTIVATED -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -Igeneratedfiles -IGeneratedFiles/Release -ISource -I. -I/Users/mielvandersande/anaconda3/include/qt -I/Users/mielvandersande/anaconda3/include/qt/QtGui -I/Users/mielvandersande/anaconda3/include/qt/QtXml -I/Users/mielvandersande/anaconda3/include/qt/QtNetwork -I/Users/mielvandersande/anaconda3/include/qt/QtConcurrent -I/Users/mielvandersande/anaconda3/include/qt/QtCore -IGeneratedFiles/release -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/mielvandersande/anaconda3/mkspecs/macx-clang -o release/CReallocationIncreasingMemoryPoolProvider.o Source/Utilities/Memory/CReallocationIncreasingMemoryPoolProvider.cpp
/Library/Developer/CommandLineTools/usr/bin/clang++ -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.10 -w -dM -E -o GeneratedFiles/release/moc_predefs.h /Users/mielvandersande/anaconda3/mkspecs/features/data/dummy.cpp
error: unable to open output file 'GeneratedFiles/release/moc_predefs.h': 'No such file or directory'
1 error generated.
make: *** [GeneratedFiles/release/moc_predefs.h] Error 1
mielvds commented 4 years ago

After some cleaning I got it to build. Executable ends up in ./release/Konclude.app/Contents/MacOS/Konclude though, not in Binaries

andreas-steigmiller commented 4 years ago

Ok, many thanks for info. I will add the path to the executable for MacOS to the readme.