[squeak-dev] How to choose plugins-to-built while compiling a vm?

Bert Freudenberg bert at freudenbergs.de
Fri May 16 16:59:43 UTC 2008


Am 16.05.2008 um 00:23 schrieb Norbert Hartl <norbert at hartl.name>:

> Hi,
>
> yesterday I got myself a fresh copy of the squeak vm code
> from subversion. But I wasn't able to compile. There were
> compile errors in the Gstreamer Plugin.

What kind of error? We use autoconf to disable GStreamer if the  
dependencies are not met.

> So I tried to exclude
> that from the compilation but I didn't find it in VMMaker. Then
> I looked for a configure switch --without-gstreamer or the like
> but there isn't one. I only got it compiled through editing of
> the Makefile.
>
> It seems there are a lot of plugins you can't choose to build or
> not. Dbus is one of these candidates.

Again, this uses autoconf to check.

> What is the best way to deal with that.

Run VMMaker and generate only the plugins you want.

- Bert -



More information about the Squeak-dev mailing list