Hello András, Am Montag, den 13.04.2009, 00:33 +0200 schrieb Reuss András: > I have a problem with GSWeb: > on compile, I get the following message: > > GSWDisplayGroup.h:58: error: expected specifier-qualifier-list > before 'EODataSource' > GSWDisplayGroup.h:64: error: expected specifier-qualifier-list > before 'EOQualifier' > GSWDisplayGroup.h:65: error: expected specifier-qualifier-list > before 'EOQualifier' > GSWDisplayGroup.h:117: error: expected ')' before 'EOUndoManager' > GSWDisplayGroup.h:124: error: expected ')' before 'EODataSource' > GSWDisplayGroup.h:158: error: expected ')' before 'EOKeyValueUnarchiver' > GSWDisplayGroup.h:159: error: expected ')' before 'EOKeyValueUnarchiver' > GSWDisplayGroup.h:170: error: expected ')' before 'EOQualifier' > GSWDisplayGroup.h:174: error: expected ')' before 'EOQualifier' > GSWDisplayGroup.h:175: error: expected ')' before 'EOQualifier' > GSWDisplayGroup.h:176: error: expected ')' before 'EOQualifier' > GSWDisplayGroup.h:177: error: expected ')' before 'EOQualifier' > GSWDisplayGroup.h:207: error: expected ')' before 'EODataSource' > GSWDisplayGroup.h:223: error: expected ')' before 'EOQualifier' > GSWDisplayGroup.h:224: error: expected ')' before 'EOQualifier' > make[2]: *** [obj/GSWeb/GSWDebug.o] Error 1 > make[1]: *** [GSWeb.all.framework.variables] Error 2 > make[1]: Leaving directory `/home/user/dev-libs/gsweb/GSWeb.framework' > > I checked the file, but I could not find any bug in it. > I am using debian lenny with the vanilla gnustep installation. > Any help is welcome.
My first guess is that you do not have GDL2 installed. You need to install dev-libs/gdl2 before gsweb. Originally the plan was to have gsweb configure fail if GDL2 wasn't available. Yet Dave Wetzel is still using a GDL2 fork named TCSimpleDB that uses a different memory model than GDL2 for Enterprise Objects. We agreed that we'll try to get GDL2 to work for him before we drop TCSimpleDB support. As a interim solution, I guess ./configure should emit a warning if GDL2 cannot be detected... I'll try to do that soon. Cheers, David _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
