Rob Lahaye wrote: > Compiling CVS, ends with: > > [...] > FormDocument.C: In member function `virtual void > FormDocument::build()': FormDocument.C:270: error: 'struct > FD_document_language' has no member named 'combox_language' > FormDocument.C:285: error: 'struct FD_document_language' has no > member named 'combox_language' FormDocument.C:288: error: 'struct > FD_document_language' has no member named 'combox_language' > FormDocument.C: In member function `bool > FormDocument::language_apply(BufferParams&)': FormDocument.C:975: > error: 'struct FD_document_language' has no member named > 'combox_language' FormDocument.C: In member function `void > FormDocument::language_update(const BufferParams&)': > FormDocument.C:1147: error: 'struct FD_document_language' has no > member named 'combox_language' gmake[6]: *** [FormDocument.lo] > Error 1 > > > I'm using xforms-1.0; is there a conflict here? > > Rob.
I don't have 1.4.x here at work. However, these variables are created by manipulating the output from 'fdesign -convert' using some sed scripts. Perhaps you'll go to src/frontends/xforms/forms and run "sh fdfix.sh form_document.fd" by hand? Compare the generate .[Ch] files with those created by running "fdesign -convert form_document.fd". -- Angus