From coin-trac at coin-or.org Mon Apr 21 09:12:50 2008 From: coin-trac at coin-or.org (SYMPHONY) Date: Mon, 21 Apr 2008 13:12:50 -0000 Subject: [Symphony-tickets] [SYMPHONY] #81: VRP application does not compile when using VPATH configuration Message-ID: <055.73d632aeac61599c645257afcb51e674@coin-or.org> #81: VRP application does not compile when using VPATH configuration ----------------------+----------------------------------------------------- Reporter: fmargot | Owner: menal Type: defect | Status: new Priority: normal | Milestone: 5.2 Component: Examples | Version: Keywords: | ----------------------+----------------------------------------------------- When using a VPATH configuration in directory SYMPHONY-5.1.7/build: ../configure -C make make install Then going into SYMPHONY-5.1.7/build/SYMPHONY/Applications/VRP and typing make I get: VRP>make make: *** No rule to make target `src/Master/vrp_main.o', needed by `vrp'. Stop -- Ticket URL: SYMPHONY The SYMPHONY framework for parallel branch-and-cut algorithms. From coin-trac at coin-or.org Mon Apr 21 11:17:08 2008 From: coin-trac at coin-or.org (SYMPHONY) Date: Mon, 21 Apr 2008 15:17:08 -0000 Subject: [Symphony-tickets] [SYMPHONY] #81: VRP application does not compile when using VPATH configuration In-Reply-To: <055.73d632aeac61599c645257afcb51e674@coin-or.org> References: <055.73d632aeac61599c645257afcb51e674@coin-or.org> Message-ID: <064.d9ae27da215509a251a7b6362d108692@coin-or.org> #81: VRP application does not compile when using VPATH configuration -------------------------+-------------------------------------------------- Reporter: fmargot | Owner: menal Type: defect | Status: closed Priority: normal | Milestone: 5.2 Component: Examples | Version: Resolution: worksforme | Keywords: -------------------------+-------------------------------------------------- Changes (by tkr): * status: new => closed * resolution: => worksforme Comment: It works fine for me. I think the problem is probably that you need to configure with "--with-application," i.e., ../configure -C --with-application Try that and open this ticket again if it doesn't work. -- Ticket URL: SYMPHONY The SYMPHONY framework for parallel branch-and-cut algorithms. From coin-trac at coin-or.org Mon Apr 21 14:10:27 2008 From: coin-trac at coin-or.org (SYMPHONY) Date: Mon, 21 Apr 2008 18:10:27 -0000 Subject: [Symphony-tickets] [SYMPHONY] #81: VRP application does not compile when using VPATH configuration In-Reply-To: <055.73d632aeac61599c645257afcb51e674@coin-or.org> References: <055.73d632aeac61599c645257afcb51e674@coin-or.org> Message-ID: <064.30397f11501dd224054e05c25f85dc98@coin-or.org> #81: VRP application does not compile when using VPATH configuration -----------------------+---------------------------------------------------- Reporter: fmargot | Owner: menal Type: defect | Status: reopened Priority: normal | Milestone: 5.2 Component: Examples | Version: Resolution: | Keywords: -----------------------+---------------------------------------------------- Changes (by fmargot): * status: closed => reopened * resolution: worksforme => Comment: configuring in SYMPHONY-5.1.7/build with ../configure --with-application and then typing make in SYMPHONY-5.1.7/build/SYMPHONY/Applications/VRP does not work. I still get: VRP>make make: *** No rule to make target `src/Master/vrp_main.o', needed by `vrp'. Stop. -- Ticket URL: SYMPHONY The SYMPHONY framework for parallel branch-and-cut algorithms. From coin-trac at coin-or.org Mon Apr 21 14:27:15 2008 From: coin-trac at coin-or.org (SYMPHONY) Date: Mon, 21 Apr 2008 18:27:15 -0000 Subject: [Symphony-tickets] [SYMPHONY] #81: VRP application does not compile when using VPATH configuration In-Reply-To: <055.73d632aeac61599c645257afcb51e674@coin-or.org> References: <055.73d632aeac61599c645257afcb51e674@coin-or.org> Message-ID: <064.8c5a7cc506f946f1215103602943b196@coin-or.org> #81: VRP application does not compile when using VPATH configuration -----------------------+---------------------------------------------------- Reporter: fmargot | Owner: menal Type: defect | Status: reopened Priority: normal | Milestone: 5.2 Component: Examples | Version: Resolution: | Keywords: -----------------------+---------------------------------------------------- Comment (by tkr): It looks like maybe you didn't "make" in SYMPHONY-5.1.7/build/ first. You need to do "make" and "make install" for SYMPGHONY itself first. Is that maybe the problem? -- Ticket URL: SYMPHONY The SYMPHONY framework for parallel branch-and-cut algorithms. From coin-trac at coin-or.org Mon Apr 21 16:37:08 2008 From: coin-trac at coin-or.org (SYMPHONY) Date: Mon, 21 Apr 2008 20:37:08 -0000 Subject: [Symphony-tickets] [SYMPHONY] #81: VRP application does not compile when using VPATH configuration In-Reply-To: <055.73d632aeac61599c645257afcb51e674@coin-or.org> References: <055.73d632aeac61599c645257afcb51e674@coin-or.org> Message-ID: <064.b22712d3ff6911b88cac2b42fad90cb7@coin-or.org> #81: VRP application does not compile when using VPATH configuration -----------------------+---------------------------------------------------- Reporter: fmargot | Owner: menal Type: defect | Status: closed Priority: normal | Milestone: 5.2 Component: Examples | Version: Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by tkr): * status: reopened => closed * resolution: => fixed Comment: OK, I have reproduced this now. Actually, the problem is that in 5.1.7, you had to do make in SYMPHONY-5.1.7/SYMPHONY/Applications/VRP, not in SYMPHONY-5.1.7/build/SYMPHONY/Applications/VRP. However, we have recently changed this so that it works as you expected it to. The fix is in stable/5.1 and will be in 5.1.8, which will come out in a day or two. For now, use stable/5.1. -- Ticket URL: SYMPHONY The SYMPHONY framework for parallel branch-and-cut algorithms.