Hakan,

    I've just committed a fix for this. Please do an svn update and rebuild.

Regards,
Jafar

On Fri, Aug 26, 2016 at 12:25 PM Hakan Kjellerstrand <hak...@gmail.com>
wrote:

> For some weeks now, I got the following error when compiling the SVN
> version of Unicon,  I'm not sure exactly when this problem started.
>
>
> """
> $ svn up
> ...
> $ svn info
> Path: .
> Working Copy Root Path: /hdd/hakank/unicon_div/svn/unicon
> URL: svn://svn.code.sf.net/p/unicon/code/trunk/unicon
> Relative URL: ^/trunk/unicon
> Repository Root: svn://svn.code.sf.net/p/unicon/code
> Repository UUID: e5ec3061-cdee-4f97-8dda-ba8bb3dbdd71
> Revision: 4491
> Node Kind: directory
> Schedule: normal
> Last Changed Author: to_jafar
> Last Changed Rev: 4491
> Last Changed Date: 2016-08-26 17:59:58 +0200 (fre, 26 aug 2016)
>
> $ make Clean
> ...
> $ make X-Configure name=x86_64_linux
> ...
> $ make Unicon
> ...
> ../../bin/rtt -x rwinsys.r
> gcc -O2 -fno-strict-aliasing -fno-unit-at-a-time -I../libtp -I../gdbm
> -I../xpm -I/usr/include -I/usr/X11R6/include -c xrwinsys.c
> ropengl.ri: In function ‘traversefunctionlist’:
> ropengl.ri:1244:94: error: ‘x’ undeclared (first use in this function)
>       if (!cnv:C_double(rp->fields[2], x)) goto free_v_and_fail;
>
> ^
> ropengl.ri:1244:94: note: each undeclared identifier is reported only once
> for each function it appears in
> ropengl.ri:1245:94: error: ‘y’ undeclared (first use in this function)
>       if (!cnv:C_double(rp->fields[3], y)) goto free_v_and_fail;
>
> ^
> ropengl.ri:1246:94: error: ‘z’ undeclared (first use in this function)
>       if (!cnv:C_double(rp->fields[4], z)) goto free_v_and_fail;
>
> ^
> """
>
> Here's my computer setting:
>
> - Linux Ubuntu 14.04.5 LTS, 64bit
> - C compiler: gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
>
> It's probably because of some package I haven't installed but I can't
> identify which.
>
> Best regards,
>
> Hakan
>
> --
> Hakan Kjellerstrand
> http://www.hakank.org/
> http://www.hakank.org/webblogg/
> http://www.hakank.org/constraint_programming_blog/
> http://www.hakank.org/arrays_in_flux/
> http://twitter.com/hakankj
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Unicon-group mailing list
> Unicon-group@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unicon-group
>
-- 

-- Sent From My Smartphone
------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to