The crucial thing here is to run make (for example, make depend). Only then the 
files will be re-generated!

 

Cheers

Christian

 

--

Christian Schulte,  <http://www.gecode.org/~schulte> www.gecode.org/~schulte 

Professor of Computer Science, KTH,  <mailto:[email protected]> [email protected]

Expert Researcher, SICS,  <mailto:[email protected]> [email protected]

 

From: Christian Schulte [mailto:[email protected]] 
Sent: Thursday, September 17, 2015 10:29 AM
To: 'Patrik Broman' <[email protected]>; '[email protected]' 
<[email protected]>
Subject: RE: [gecode-users] Multiple specification files

 

Hi Patrik,

 

Just use a comma to separate:

               ./configure –with-vis=var1.vis,var2.vis

 

If things seem to not work there is the following trick by removing the 
following files:

               rm gecode/kernel/var-type.hpp gecode/kernel/var-imp.hpp

When typing make these files will be re-generated (you can have a look and see 
that your stuff will show up in these files).

 

Cheers

Christian

 

--

Christian Schulte,  <http://www.gecode.org/~schulte> www.gecode.org/~schulte 

Professor of Computer Science, KTH,  <mailto:[email protected]> [email protected]

Expert Researcher, SICS,  <mailto:[email protected]> [email protected]

 

From: [email protected] <mailto:[email protected]>  
[mailto:[email protected]] On Behalf Of Patrik Broman
Sent: Wednesday, September 16, 2015 05:30 PM
To: [email protected] <mailto:[email protected]> 
Subject: [gecode-users] Multiple specification files

 

Apparently I posted from wrong address first time.


Anyway. I'm creating a two new data types. Is there a good way to use them both 
at the same time? 

I have tried

./configure --with-vis=var1.vis --with-vis=var2.vis

and
./configure --with-vis=var1.vis var2.vis

regards

_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to