Community
Participate
Working Groups
Created attachment 92790 [details] Fix for IBM PE and LL proxy build failure The org.eclipse.ptp.rm.ibm.ll.proxy and org.eclipse.ptp.rm.ibm.pe.proxy do not build when running the BUILD script in the org.eclipse.ptp.linux.x86_64 directory after downloading the latest PTP code from the download site. I had hard coded references to libproxysvr.a and libutils.a in the Makefile.am, not realizing that the AC_CHECK_LIB in the configure.in took care of builing the right flags in the makefile for this. This worked fine in my test config but fails in the plugins directory because the directory names have build ids appended. I updated the Makefile.am to remove these references and reran build both in the plugins directory and my test config where it worked in both cases. I think I have this right now, but could you check to be sure? I included the configure scripts and the Makefile.in files that were generated in the build in case you need to check those in too.
I've committed these changes. I'll do a re-spin at the end of the week for testing.