[Emc-developers] undefined reference linkage problem

2010-03-30 Thread Flying Electron Inc
Hi all! This is kind of out there, but hoping someone might know what I did wrong. I am trying to add a STRAIGHT_TRAVERSE2 function right next to the original STRAIGHT_TRAVERSE function in the code. I did the following: 1. Added a STRAIGHT_TRAVERSE2 function in src/emc/task/emccanon.cc (This a

Re: [Emc-developers] undefined reference linkage problem

2010-03-31 Thread Alexey Starikovskiy
Flying Electron Inc пишет: > Hi all! > > This is kind of out there, but hoping someone might know what I did > wrong. I am trying to add a STRAIGHT_TRAVERSE2 function right next to > the original STRAIGHT_TRAVERSE function in the code. > > I did the following: > > 1. Added a STRAIGHT_TRAVERSE2 fu

Re: [Emc-developers] undefined reference linkage problem

2010-03-31 Thread EBo
Look in the .h files to find the prototype for STRAIGHT_TRAVERSE, and add one for STRAIGHT_TRAVERSE2. That is my only guess without looking at the code. EBo -- Flying Electron Inc said: > --001636ed62f85029d7048312ceb1 > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all! > > This is

Re: [Emc-developers] undefined reference linkage problem

2010-03-31 Thread Flying Electron Inc
Thanks Alex and EBo! I didn't realize that the extra function would need to reimplemented in those extra places. I looked at the code and now I understand why it has to be reimplemented in those two additional places and it compiles great now! Thank you again! Lawrence On Wed, Mar 31, 2010 at