Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP 2.0.1 available

Hello Greg,

thank you for the new build. Hopefully it will fix my problems.
I updated my installation of PTP with the Eclipse Update Manager but had 
problems when I wanted to build the SDM and ORTE proxy. So I extracted a new 
Eclipse (Version 3.3.2, Linux, GTK, x86_64) and installed CDT (Version 4.0.3) 
and PTP through the update manager. When I wanted to build the external 
tools, I got the following output (error message at the end, but I think the 
other output might be helpful to you). I do not know if this is maybe caused 
by version conflicts (see version number 2.0.0 and 2.0.1 below). The 
installed version are the newest that were available through the update 
manager at the time of this writing.

Regards,
Benjamin

eclipse/plugins/org.eclipse.ptp.linux.x86_64_2.0.0.200804290759$ sh BUILD
Building org.eclipse.ptp.utils_2.0.1.200804290759...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for asprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-bitset.o -MD -MP -MF ".deps/libutils_a-bitset.Tpo" -c -o 
libutils_a-bitset.o `test -f 'src/bitset.c' || echo './'`src/bitset.c; \
        then mv -f ".deps/libutils_a-bitset.Tpo" ".deps/libutils_a-bitset.Po"; 
else rm -f ".deps/libutils_a-bitset.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-args.o -MD -MP -MF ".deps/libutils_a-args.Tpo" -c -o 
libutils_a-args.o `test -f 'src/args.c' || echo './'`src/args.c; \
        then mv -f ".deps/libutils_a-args.Tpo" ".deps/libutils_a-args.Po"; 
else rm -f ".deps/libutils_a-args.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-list.o -MD -MP -MF ".deps/libutils_a-list.Tpo" -c -o 
libutils_a-list.o `test -f 'src/list.c' || echo './'`src/list.c; \
        then mv -f ".deps/libutils_a-list.Tpo" ".deps/libutils_a-list.Po"; 
else rm -f ".deps/libutils_a-list.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-hash.o -MD -MP -MF ".deps/libutils_a-hash.Tpo" -c -o 
libutils_a-hash.o `test -f 'src/hash.c' || echo './'`src/hash.c; \
        then mv -f ".deps/libutils_a-hash.Tpo" ".deps/libutils_a-hash.Po"; 
else rm -f ".deps/libutils_a-hash.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-handler.o -MD -MP -MF ".deps/libutils_a-handler.Tpo" -c -o 
libutils_a-handler.o `test -f 'src/handler.c' || echo './'`src/handler.c; \
        then 
mv -f ".deps/libutils_a-handler.Tpo" ".deps/libutils_a-handler.Po"; else 
rm -f ".deps/libutils_a-handler.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-compat.o -MD -MP -MF ".deps/libutils_a-compat.Tpo" -c -o 
libutils_a-compat.o `test -f 'src/compat.c' || echo './'`src/compat.c; \
        then mv -f ".deps/libutils_a-compat.Tpo" ".deps/libutils_a-compat.Po"; 
else rm -f ".deps/libutils_a-compat.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g  -g -O2 -Wall -MT 
libutils_a-rangeset.o -MD -MP -MF ".deps/libutils_a-rangeset.Tpo" -c -o 
libutils_a-rangeset.o `test -f 'src/rangeset.c' || echo './'`src/rangeset.c; 
\
        then 
mv -f ".deps/libutils_a-rangeset.Tpo" ".deps/libutils_a-rangeset.Po"; else 
rm -f ".deps/libutils_a-rangeset.Tpo"; exit 1; fi
In file included from src/rangeset.c:18:
./include/rangeset.h:37:42: warning: no newline at end of file
src/rangeset.c: In function ‘buf_printf’:
src/rangeset.c:41: warning: implicit declaration of function ‘vasprintf’
rm -f libutils.a
ar cru libutils.a libutils_a-bitset.o libutils_a-args.o libutils_a-list.o 
libutils_a-hash.o libutils_a-handler.o libutils_a-compat.o 
libutils_a-rangeset.o
ranlib libutils.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g -g -O2 -Wall -MT 
bitset_test-bitset_test.o -MD -MP -MF ".deps/bitset_test-bitset_test.Tpo" -c -o 
bitset_test-bitset_test.o `test -f 'src/bitset_test.c' || 
echo './'`src/bitset_test.c; \
        then 
mv -f ".deps/bitset_test-bitset_test.Tpo" ".deps/bitset_test-bitset_test.Po"; 
else rm -f ".deps/bitset_test-bitset_test.Tpo"; exit 1; fi
gcc  -g -O2 -Wall   -o bitset_test -g bitset_test-bitset_test.o libutils.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g -g -O2 -Wall -MT 
args_test-args_test.o -MD -MP -MF ".deps/args_test-args_test.Tpo" -c -o 
args_test-args_test.o `test -f 'src/args_test.c' || 
echo './'`src/args_test.c; \
        then 
mv -f ".deps/args_test-args_test.Tpo" ".deps/args_test-args_test.Po"; else 
rm -f ".deps/args_test-args_test.Tpo"; exit 1; fi
gcc  -g -O2 -Wall   -o args_test -g args_test-args_test.o libutils.a
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I./include  -g -g -O2 -Wall -MT 
rangeset_test-rangeset_test.o -MD -MP -MF ".deps/rangeset_test-rangeset_test.Tpo" -c -o 
rangeset_test-rangeset_test.o `test -f 'src/rangeset_test.c' || 
echo './'`src/rangeset_test.c; \
        then 
mv -f ".deps/rangeset_test-rangeset_test.Tpo" ".deps/rangeset_test-rangeset_test.Po"; 
else rm -f ".deps/rangeset_test-rangeset_test.Tpo"; exit 1; fi
In file included from src/rangeset_test.c:19:
./include/rangeset.h:37:42: warning: no newline at end of file
gcc  -g -O2 -Wall   -o rangeset_test -g rangeset_test-rangeset_test.o 
libutils.a
make[1]: Entering directory 
`/home/benjamin/Desktop/eclipse/plugins/org.eclipse.ptp.utils_2.0.1.200804290759'
make[1]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[1]: Für das Ziel »install-data-am« ist nichts zu tun.
make[1]: Leaving directory 
`/home/benjamin/Desktop/eclipse/plugins/org.eclipse.ptp.utils_2.0.1.200804290759'


Building org.eclipse.ptp.proxy_2.0.0.200804290759...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
configure: error: utils directory not found


Building org.eclipse.ptp.debug.sdm_2.0.1.200804290759...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
configure: error: utils directory not found


Building org.eclipse.ptp.rm.orte.proxy_2.0.1.200804290759...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
configure: error: utils directory not found




Back to the top