Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Compilation error

Wyatt,

Now I see the problem. For some reason you're trying to compile with icc instead of mpicc so it can't find the mpi.h include file. Do you have CC set in your environment or something?

Greg

On Jul 7, 2008, at 6:12 PM, wspear wrote:

Running automake produces no output and has no effect on the
compilation errors.  I got this version of PTP off of the update site
last week, is there a newer version with the the proper updates
available somewhere?  Is there anything else I can try?

Thanks,
Wyatt

On Thu, Jul 3, 2008 at 5:52 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Wyatt,

I changed the sdm Makefile.am recently, but it looks like you've got an old
Makefile. Can you go to the org.eclipse.ptp.debug.sdm directory, run
automake, then try building again?

Greg

On Jul 3, 2008, at 7:44 PM, wspear wrote:

Greetings,

I am trying to run the linux-x86_64 build script to set up the PTP.
When I do so I hit the following errors for the sdm and orte proxy
respectively.  It may well be some local environmental issue but I
would certainly appreciate any suggestions on how to get this working.

Thanks,

Wyatt Spear

make[1]: Entering directory

`/mnt/netapp/home1/wspear/eclipse3.4/plugins/ org.eclipse.ptp.debug.sdm_2.0.1.200806061515'
if /usr/local/packages/intel/cce/9.1.044/bin/icc -DHAVE_CONFIG_H -I.
-I. -I.    -I./include -I./libaif  -g -g -O2 -Wall
-I../org.eclipse.ptp.utils_2.0.1.200806061515/include
-I../org.eclipse.ptp.proxy_2.0.1.200806061515/include -MT
src/utils/libdbgutils_a-runtime.o -MD -MP -MF
"src/utils/.deps/libdbgutils_a-runtime.Tpo" -c -o
src/utils/libdbgutils_a-runtime.o `test -f 'src/utils/runtime.c' ||
echo './'`src/utils/runtime.c; \
 then mv -f "src/utils/.deps/libdbgutils_a-runtime.Tpo"
"src/utils/.deps/libdbgutils_a-runtime.Po"; else rm -f
"src/utils/.deps/libdbgutils_a-runtime.Tpo"; exit 1; fi
src/utils/runtime.c(19): catastrophic error: could not open source file
"mpi.h"
#include <mpi.h>

...

make: Warning: File `Makefile' has modification time 0.0033 s in the
future
if /usr/local/packages/intel/cce/9.1.044/bin/icc -DHAVE_CONFIG_H -I.
-I. -I.     -g -g -O2 -Wall
-I../org.eclipse.ptp.utils_2.0.1.200806061515/include
-I../org.eclipse.ptp.proxy_2.0.1.200806061515/include -MT
ptp_orte_proxy-ptp_orte_proxy.o -MD -MP -MF
".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo" -c -o
ptp_orte_proxy-ptp_orte_proxy.o `test -f 'src/ptp_orte_proxy.c' ||
echo './'`src/ptp_orte_proxy.c; \
 then mv -f ".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo"
".deps/ptp_orte_proxy-ptp_orte_proxy.Po"; else rm -f
".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo"; exit 1; fi
../org.eclipse.ptp.utils_2.0.1.200806061515/include/rangeset.h(37):
remark #1: last line of file ends without a newline
extern void free_rangeset(rangeset *set);
                                    ^

src/orte_fixup.h(20): catastrophic error: could not open source file
"orte_config.h"
#include "orte_config.h"
                   ^

compilation aborted for src/ptp_orte_proxy.c (code 4)
make: *** [ptp_orte_proxy-ptp_orte_proxy.o] Error 1
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top