Gorm 1.0.8 build question
Holger Sebert <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all! I just tried to compile Gorm 1.0.8 and got the following compile error in file GormCore/GormPrivate.m ... Making all for library GormCore... Compiling file GormPrivate.m ... GormPrivate.m:309: error: cannot find interface declaration for `NSControlTemplate' make[2]: *** [shared_obj/GormPrivate.o] Error 1 make[1]: *** [GormCore.all.library.variables] Error 2 make[1]: Leaving directory `/usr/local/src/SVN_SOURCES/Gorm-1.0.8/GormCore' make: *** [internal-all] Error 2 I looked into the file and could not detect any error (well, but I am no ObjC expert ...). Since the error was in a section marked as "DEPRECATED", I commented all out, and afterwards compilation worked and Gorm runs (but I have not yet tested it). Was it o.k. to comment out the "deprecated templates"? Regards, Holger