Re: [Slackbuilds-users] povray won't build

2018-04-15 Thread Ivan Pavicevic
This was a busy weekend, so I have tested this evening. Works well with
3.7.0.7. Thanks Willy! Src is accessible via
https://github.com/POV-Ray/povray/archive/v3.7.0.0.tar.gz, and only edit in
the SB script was version change to *.7.

On Sat, Apr 14, 2018 at 7:03 AM, Willy Sudiarto Raharjo <
will...@slackbuilds.org> wrote:

> > I'm facing a problem building povray. Slack is current 64, so I cannot
> > determine is that an issue. For so there is a problematic build err:
> >
> > --
> > In file included from backend/pattern/pattern.cpp:54:0:
> > ./backend/support/fileutil.h:47:33: error: ‘shared_ptr’ has not been
> > declared
> >  IStream *Locate_File(Parser *p, shared_ptr& sd, const
> > UCS2String& filename, unsigned int stype, UCS2String& buffer, bool
> > err_flag = false);
> >  ^~
> > ./backend/support/fileutil.h:47:43: error: expected ‘,’ or ‘...’ before
> > ‘<’ token
> >  IStream *Locate_File(Parser *p, shared_ptr& sd, const
> > UCS2String& filename, unsigned int stype, UCS2String& buffer, bool
> > err_flag = false);
> >^
> > backend/pattern/pattern.cpp: In function ‘int pov::GetNoiseGen(const
> > TPATTERN*, const pov::SceneThreadData*)’:
> > backend/pattern/pattern.cpp:185:23: error: ‘const class
> > pov::SceneThreadData’ has no member named ‘GetSceneData’
> >noise_gen = Thread->GetSceneData()->noiseGenerator;
> >^~~~
> > make[2]: *** [Makefile:710: pattern.o] Error 1
> > make[2]: Leaving directory '/tmp/SBo/povray-3.7.0.0/source'
> > make[1]: *** [Makefile:662: all-recursive] Error 1
> > make[1]: Leaving directory '/tmp/SBo/povray-3.7.0.0'
> > make: *** [Makefile:455: all] Error 2
> > --
> >
> > Any idea? Thanks
>
> That script was tested against Slackware 14.2, not current
> i just tried to build povray 3.7.0.7 using the same script, just change
> the VERSION and it builds fine here.
>
>
> --
> Willy Sudiarto Raharjo
>
>
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
>


-- 
The unexamined life is not worth living. (Socrates, from Plato's Apology)
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] povray won't build

2018-04-13 Thread Willy Sudiarto Raharjo
> I'm facing a problem building povray. Slack is current 64, so I cannot
> determine is that an issue. For so there is a problematic build err:
> 
> --
> In file included from backend/pattern/pattern.cpp:54:0:
> ./backend/support/fileutil.h:47:33: error: ‘shared_ptr’ has not been
> declared
>  IStream *Locate_File(Parser *p, shared_ptr& sd, const
> UCS2String& filename, unsigned int stype, UCS2String& buffer, bool
> err_flag = false);
>  ^~
> ./backend/support/fileutil.h:47:43: error: expected ‘,’ or ‘...’ before
> ‘<’ token
>  IStream *Locate_File(Parser *p, shared_ptr& sd, const
> UCS2String& filename, unsigned int stype, UCS2String& buffer, bool
> err_flag = false);
>    ^
> backend/pattern/pattern.cpp: In function ‘int pov::GetNoiseGen(const
> TPATTERN*, const pov::SceneThreadData*)’:
> backend/pattern/pattern.cpp:185:23: error: ‘const class
> pov::SceneThreadData’ has no member named ‘GetSceneData’
>    noise_gen = Thread->GetSceneData()->noiseGenerator;
>    ^~~~
> make[2]: *** [Makefile:710: pattern.o] Error 1
> make[2]: Leaving directory '/tmp/SBo/povray-3.7.0.0/source'
> make[1]: *** [Makefile:662: all-recursive] Error 1
> make[1]: Leaving directory '/tmp/SBo/povray-3.7.0.0'
> make: *** [Makefile:455: all] Error 2
> --
> 
> Any idea? Thanks

That script was tested against Slackware 14.2, not current
i just tried to build povray 3.7.0.7 using the same script, just change
the VERSION and it builds fine here.


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/