Sorry if this is an elementary question, but I always get the same error when I try to build the mori source:
Building target “MIDocument†of project “Mori†— (2 errors)
cd /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori
/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fobjc-exceptions -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G5 -mmacosx-version-min=10.4 -I/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/build/Mori.build/Default/MIDocument.build/MIDocument.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -O0 -F/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/build/Default -F/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori -I/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/build/Default/include -I/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/build/Mori.build/Default/MIDocument.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -include /Library/Caches/com.apple.Xcode.502/SharedPrecompiledHeaders/AppKit-dvkxqzmqkzbxthbpnrodsejjseyg/AppKit.h -c /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.m -o /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/build/Mori.build/Default/MIDocument.build/Objects-normal/ppc/MIDocument_ApplescriptSupport.o
In file included from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.h:9,
from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.m:9:
/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument.h:10:26: error: Blocks/Blocks.h: No such file or directory
In file included from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument.h:11,
from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.h:9,
from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.m:9:
/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/../Blocks/Plugins/BKDocuments/BKDocumentsProtocols.h:38: error: cannot find interface declaration for 'BKPluginRegistry'
from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.m:9:
In file included from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.h:9,
/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument.h:10:26: error: Blocks/Blocks.h: No such file or directory
from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.m:9:
from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument_ApplescriptSupport.h:9,
In file included from /Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/Plugins/MIDocument/MIDocument.h:11,
/Users/jh/Desktop/InformationManagement/HBNandMori/Mori_release_40/Mori/../Blocks/Plugins/BKDocuments/BKDocumentsProtocols.h:38: error: cannot find interface declaration for 'BKPluginRegistry'
Build failed (2 errors)
Basically it can't find "blocks.h"
Thanks
I'm having the same problem.
I'm having the same problem. I've written a plugin, but I can't compile it because I can't get all the Mori plugins to compile because of some problem with Blocks. I haven't had much time to think about why it's doing this yet, though, so I don't have a solution, but I wish I did so I could get my plugin done.