Re: [Virtuoso-users] Problem with building VOS from Github

2014-04-28 Thread Hugh Williams
Hi Barry,

Note this issue building on Ubuntu 14.04 has been fixed:

https://github.com/openlink/virtuoso-opensource/issues/160

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.  //  http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 20 Apr 2014, at 17:19, Barry Norton  wrote:

> Thanks Hugh, I think you're on the right track then. I'll watch for a fix.
> 
> Meantime I've downgraded to Precise as the bison 2.3 dependencies were a pain.
> 
> Barry
> 
> 
> On Sun, Apr 20, 2014 at 4:21 PM, Hugh Williams  
> wrote:
> Hi Barry,
> 
> This issue is scheduled to be looked into by developed, there is a git issue 
> logged for it  at:
> 
>   https://github.com/openlink/virtuoso-opensource/issues/160
> 
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software, Inc.  //  http://www.openlinksw.com/
> Weblog   -- http://www.openlinksw.com/blogs/
> LinkedIn -- http://www.linkedin.com/company/openlink-software/
> Twitter  -- http://twitter.com/OpenLink
> Google+  -- http://plus.google.com/100570109519069333827/
> Facebook -- http://www.facebook.com/OpenLinkSoftware
> Universal Data Access, Integration, and Management Technology Providers
> 
> On 20 Apr 2014, at 15:03, Barry Norton  wrote:
> 
>> Same issue here (also on Ubuntu 14.04). I believe it's a bison v3 problem 
>> though - YYLEX_PARAM is deprecated in favour of %lex-param.
>> 
>> $ bison --version
>> bison (GNU Bison) 3.0.2
>> 
>> For completeness, my locale:
>> 
>> LANG=en_GB.UTF-8
>> LANGUAGE=en_GB:en
>> LC_CTYPE="en_GB.UTF-8"
>> LC_NUMERIC="en_GB.UTF-8"
>> LC_TIME="en_GB.UTF-8"
>> LC_COLLATE="en_GB.UTF-8"
>> LC_MONETARY="en_GB.UTF-8"
>> LC_MESSAGES="en_GB.UTF-8"
>> LC_PAPER="en_GB.UTF-8"
>> LC_NAME="en_GB.UTF-8"
>> LC_ADDRESS="en_GB.UTF-8"
>> LC_TELEPHONE="en_GB.UTF-8"
>> LC_MEASUREMENT="en_GB.UTF-8"
>> LC_IDENTIFICATION="en_GB.UTF-
>> 8"
>> LC_ALL=
>> 
>> 
>> 
>> 
>> On Fri, Mar 28, 2014 at 1:28 PM, Tim Haynes  wrote:
>> On 24 March 2014 13:56, Alex van den Hoogen | Geodan 
>>  wrote:
>> Which exits make. Now I have no clue where to look and whether the
>> problem is with me or with VOS. Does someone know how to fix this? Or
>> even work around it? Maybe some binaries from Openlink would also be
>> nice :).
>> 
>> Hi,
>> 
>> For completeness (and because I have my suspicions), could you send us the 
>> output of running `locale' please?
>> 
>> Thanks,
>> 
>> ~Tim
>> -- 
>> Tim Haynes
>> Product Development Consultant
>> OpenLink Software
>> 
>> 
>> 
>> --
>> 
>> ___
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>> 
>> 
>> --
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/NeoTech___
>> 
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
> 
> 

--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Re: [Virtuoso-users] Problem with building VOS from Github

2014-04-20 Thread Barry Norton
Thanks Hugh, I think you're on the right track then. I'll watch for a fix.

Meantime I've downgraded to Precise as the bison 2.3 dependencies were a
pain.

Barry


On Sun, Apr 20, 2014 at 4:21 PM, Hugh Williams wrote:

> Hi Barry,
>
> This issue is scheduled to be looked into by developed, there is a git
> issue logged for it  at:
>
> https://github.com/openlink/virtuoso-opensource/issues/160
>
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software, Inc.  //  http://www.openlinksw.com/
> Weblog   -- http://www.openlinksw.com/blogs/
> LinkedIn -- http://www.linkedin.com/company/openlink-software/
> Twitter  -- http://twitter.com/OpenLink
> Google+  -- http://plus.google.com/100570109519069333827/
> Facebook -- http://www.facebook.com/OpenLinkSoftware
> Universal Data Access, Integration, and Management Technology Providers
>
> On 20 Apr 2014, at 15:03, Barry Norton  wrote:
>
> Same issue here (also on Ubuntu 14.04). I believe it's a bison v3 problem
> though - YYLEX_PARAM is deprecated in favour of %lex-param.
>
> $ bison --version
> bison (GNU Bison) 3.0.2
>
> For completeness, my locale:
>
> LANG=en_GB.UTF-8
> LANGUAGE=en_GB:en
> LC_CTYPE="en_GB.UTF-8"
> LC_NUMERIC="en_GB.UTF-8"
> LC_TIME="en_GB.UTF-8"
> LC_COLLATE="en_GB.UTF-8"
> LC_MONETARY="en_GB.UTF-8"
> LC_MESSAGES="en_GB.UTF-8"
> LC_PAPER="en_GB.UTF-8"
> LC_NAME="en_GB.UTF-8"
> LC_ADDRESS="en_GB.UTF-8"
> LC_TELEPHONE="en_GB.UTF-8"
> LC_MEASUREMENT="en_GB.UTF-8"
> LC_IDENTIFICATION="en_GB.UTF-
> 8"
> LC_ALL=
>
>
>
>
> On Fri, Mar 28, 2014 at 1:28 PM, Tim Haynes wrote:
>
>> On 24 March 2014 13:56, Alex van den Hoogen | Geodan <
>> alex.van.den.hoo...@geodan.nl> wrote:
>>
>>> Which exits make. Now I have no clue where to look and whether the
>>> problem is with me or with VOS. Does someone know how to fix this? Or
>>> even work around it? Maybe some binaries from Openlink would also be
>>> nice :).
>>>
>>
>> Hi,
>>
>> For completeness (and because I have my suspicions), could you send us
>> the output of running `locale' please?
>>
>> Thanks,
>>
>> ~Tim
>> --
>> Tim Haynes
>> Product Development Consultant
>> OpenLink Software
>> 
>> 
>>
>>
>> --
>>
>> ___
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>>
>>
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech___
>
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>
>
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Re: [Virtuoso-users] Problem with building VOS from Github

2014-04-20 Thread Hugh Williams
Hi Barry,

This issue is scheduled to be looked into by developed, there is a git issue 
logged for it  at:

https://github.com/openlink/virtuoso-opensource/issues/160

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.  //  http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 20 Apr 2014, at 15:03, Barry Norton  wrote:

> Same issue here (also on Ubuntu 14.04). I believe it's a bison v3 problem 
> though - YYLEX_PARAM is deprecated in favour of %lex-param.
> 
> $ bison --version
> bison (GNU Bison) 3.0.2
> 
> For completeness, my locale:
> 
> LANG=en_GB.UTF-8
> LANGUAGE=en_GB:en
> LC_CTYPE="en_GB.UTF-8"
> LC_NUMERIC="en_GB.UTF-8"
> LC_TIME="en_GB.UTF-8"
> LC_COLLATE="en_GB.UTF-8"
> LC_MONETARY="en_GB.UTF-8"
> LC_MESSAGES="en_GB.UTF-8"
> LC_PAPER="en_GB.UTF-8"
> LC_NAME="en_GB.UTF-8"
> LC_ADDRESS="en_GB.UTF-8"
> LC_TELEPHONE="en_GB.UTF-8"
> LC_MEASUREMENT="en_GB.UTF-8"
> LC_IDENTIFICATION="en_GB.UTF-
> 8"
> LC_ALL=
> 
> 
> 
> 
> On Fri, Mar 28, 2014 at 1:28 PM, Tim Haynes  wrote:
> On 24 March 2014 13:56, Alex van den Hoogen | Geodan 
>  wrote:
> Which exits make. Now I have no clue where to look and whether the
> problem is with me or with VOS. Does someone know how to fix this? Or
> even work around it? Maybe some binaries from Openlink would also be
> nice :).
> 
> Hi,
> 
> For completeness (and because I have my suspicions), could you send us the 
> output of running `locale' please?
> 
> Thanks,
> 
> ~Tim
> -- 
> Tim Haynes
> Product Development Consultant
> OpenLink Software
> 
> 
> 
> --
> 
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
> 
> 
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Re: [Virtuoso-users] Problem with building VOS from Github

2014-04-20 Thread Barry Norton
Same issue here (also on Ubuntu 14.04). I believe it's a bison v3 problem
though - YYLEX_PARAM is deprecated in favour of %lex-param.

$ bison --version
bison (GNU Bison) 3.0.2

For completeness, my locale:

LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-
8"
LC_ALL=




On Fri, Mar 28, 2014 at 1:28 PM, Tim Haynes  wrote:

> On 24 March 2014 13:56, Alex van den Hoogen | Geodan <
> alex.van.den.hoo...@geodan.nl> wrote:
>
>> Which exits make. Now I have no clue where to look and whether the
>> problem is with me or with VOS. Does someone know how to fix this? Or
>> even work around it? Maybe some binaries from Openlink would also be
>> nice :).
>>
>
> Hi,
>
> For completeness (and because I have my suspicions), could you send us the
> output of running `locale' please?
>
> Thanks,
>
> ~Tim
> --
> Tim Haynes
> Product Development Consultant
> OpenLink Software
> 
> 
>
>
> --
>
> ___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Re: [Virtuoso-users] Problem with building VOS from Github

2014-03-28 Thread Tim Haynes
On 24 March 2014 13:56, Alex van den Hoogen | Geodan <
alex.van.den.hoo...@geodan.nl> wrote:

> Which exits make. Now I have no clue where to look and whether the
> problem is with me or with VOS. Does someone know how to fix this? Or
> even work around it? Maybe some binaries from Openlink would also be
> nice :).
>

Hi,

For completeness (and because I have my suspicions), could you send us the
output of running `locale' please?

Thanks,

~Tim
-- 
Tim Haynes
Product Development Consultant
OpenLink Software


--
___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users