TestInterpreterPlugin header files?

Ragnar Hojland Espinosa ragnar at linalco.com
Tue May 6 17:10:46 UTC 2003


On Tue, May 06, 2003 at 01:12:03PM +0000, Ragnar Hojland Espinosa wrote:
> I'm trying to make a basic LDAP TestInterpreterPlugin, and I can't get it to
> compile because LDAPPlugin.c (the slang generated files) requires a header
> to define the user-defined types there.
> 
> Neds good writingPlugins page says that the generated <plugin>.c file
> includes 
> 
>      platforms/Cross/plugins/<plugin>/<plugin>.h
> 
> but it's apparently not doing so, and, therefore <plugin>.c fails to
> compile.  Where should I be looking?

Answering to blind self:

	  LDAPPlugin class>>requiresPlatformFiles
   	  	^ true

and 

       	  LDAPPlugin class>>hasHeaderFile
   	        ^ true

-- 
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
http://www.linalco.com Tel: +34-91-5970074 Fax: +34-91-5970083



More information about the Squeak-dev mailing list