Hi Piret,

> On 24 Nov 2015, at 10:00, Piret Lattikas <piret.latti...@zerotech.ee> wrote:
> 
> Hi Hugh.
> 
> I have no additional settings set on my build. For building virtuoso debian 
> packages from latest github develop/7 branch source I do the following:
> 
> 1. I have a clean ubuntu 14.04 virtual machine setup
> 2. I install dependencies as described in the post I followed ( reffered to 
> at my previous post )
>     'apt-get update'
>     'apt-get install -y openjdk-6-jdk git build-essential automake'
> 3. I clone latest version of virtuoso from github:
>     'git clone https://github.com/openlink/virtuoso-opensource.git'
> 4. I install additional dependencies:
>     'deps=$(dpkg-checkbuilddeps 2>&1 | sed 's/.*: //' | sed 's/([^)]*)//g') 
> && apt-get install -y $deps' 
> 4. I execute build command as described in the post:
>     'fakeroot debian/rules clean binary'
> 
> I make no changes to files nor add any parameters to these calls.
> 
> When taking a closer look at debian/rules file I noticed these lines:
>     build/libvirtuoso5.5-cil::
>         $(MAKE) -C binsrc/VirtuosoClient.Net -f Makefile.mono
>         chmod -x binsrc/VirtuosoClient.Net/OpenLink.Data.Virtuoso.dll
> 
> Does this trigger the attempt to build the VirtuosoClient.Net anyway, even if 
> default value to disable mono extension is used?


It looks like you may not have all tools installed to do a full build.

Please run the following commands:

  $ sudo apt-get install devscripts
  $ sudo mk-build-deps -—install debian/control

which is what i use to make sure i have all the tools needed to build virtuoso 
on my Ubuntu 14.04 LTS vm.




Patrick
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to