Re: Compiling vcldemo

2013-03-30 Thread Chris Sherlock
Sorry folks, worked it out by adding the following to Executable_demo.mk: $(eval $(call gb_Executable_use_sdk_api,vcldemo)) Chris On Sat, Mar 30, 2013 at 10:09 PM, Chris Sherlock wrote: > Oh, also to note: these headers appear to be in the solver directory. > > Chris > > On Sat, Mar 30, 2013 at

Re: Compiling vcldemo

2013-03-30 Thread Chris Sherlock
Oh, also to note: these headers appear to be in the solver directory. Chris On Sat, Mar 30, 2013 at 9:42 PM, Chris Sherlock wrote: > Hi all, > > I'm a newbie, but have been very interested in the vcldemo that is in > vcl/workben, so I thought I'd try to get it to compile. However, I'm > struggli

Compiling vcldemo

2013-03-30 Thread Chris Sherlock
Hi all, I'm a newbie, but have been very interested in the vcldemo that is in vcl/workben, so I thought I'd try to get it to compile. However, I'm struggling a bit with gbuild, and also with cppumaker. Firstly, I have managed to get it to initially compile. What I've done is the following: 1. Mo