[PlanetCCRMA] SCUM path

dominic samuraiskillz@blueyonder.co.uk
Sun May 29 11:57:01 2005


On Sun, 2005-05-29 at 11:26 -0700, Fernando Lopez-Lezcano wrote:

Thanks Fernando,

where do I apply this patch (sorry if this is another stupid question)

Dominic

> It is a problem in scum itself, you can fix it with this small patch:
> 
> ==== CUT HERE ====
> --- scum-20050525/src/SCUM_Client.cpp~	2005-05-25 03:16:19.000000000
> -0700
> +++ scum-20050525/src/SCUM_Client.cpp	2005-05-28 19:23:18.000000000
> -0700
> @@ -30,7 +30,7 @@
>  //#include "SCUM_ViewFactory.hh"
>  #include "st.h"
>  
> -#include <Fl/Fl.H>
> +#include <FL/Fl.H>
>  #include <stdexcept>
>  
>  typedef SCUM_ObjectList::iterator SCUM_ObjectIter;
> 
> ==== CUT HERE ====
> 
> With this it builds fine here, in fact I packaged it but have not had
> the time to try it out so I don't know if it works... maybe later today.
> 
> -- Fernando
> 
> 
>