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:cschu...@kth.se> cschu...@kth.se Expert Researcher, SICS, <mailto:cschu...@sics.se> cschu...@sics.se From: Christian Schulte [mailto:cschu...@kth.se] Sent: Thursday, September 17, 2015 10:29 AM To: 'Patrik Broman' <r...@patrikbroman.se>; 'users@gecode.org' <users@gecode.org> 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:cschu...@kth.se> cschu...@kth.se Expert Researcher, SICS, <mailto:cschu...@sics.se> cschu...@sics.se From: users-boun...@gecode.org <mailto:users-boun...@gecode.org> [mailto:users-boun...@gecode.org] On Behalf Of Patrik Broman Sent: Wednesday, September 16, 2015 05:30 PM To: users@gecode.org <mailto:users@gecode.org> 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 users@gecode.org https://www.gecode.org/mailman/listinfo/gecode-users