From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deborah Bennett To: ecos-discuss@sources.redhat.com Subject: [ECOS] trying to build ecosconfig for Solaris 7 Date: Mon, 11 Sep 2000 19:08:00 -0000 Message-id: <200009120207.TAA03505@nintendo.Eng.Sun.COM> X-SW-Source: 2000-09/msg00145.html I am trying to build ecosconfig for Solaris 7. I found the reasonable README in tools/src/ which I am following. This file doesn't give the relative path to the configure script, but I found one in tools/src/tools/configtool/standalone/common which I am using. I discovered that this configure script inherently assumes that the build directory (from where you will execute configure and then do the make) must be in tools/src/tools/configtool/standalone. I created the build directory (tools/src/tools/configtool/standalone/build) and ran configure from there. I got configure to run to completion and create a Makefile. However, when I try to run make, I get these errors: c++ -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual -DPACKAGE=\"ecosconfig\" -DVERSION=\"0.1\" -I. -I../common -I../../../../infra -I../common/../../../../libcdl -I/pkg/local/include -I../common/../../common/common -g -O2 -c ../common/ecosconfig.cxx In file included from ../common/../../../../libcdl/cdl.hxx:57, from ../common/cdl_exec.hxx:25, from ../common/ecosconfig.cxx:48: ../common/../../../../libcdl/cdlcore.hxx:85: cyg/infra/cyg_type.h: No such file or directory ../common/../../../../libcdl/cdlcore.hxx:89: cyg/infra/cyg_ass.h: No such file or directory The files which can't be found are located in tools/src/infra, but there is no "cyg" in their pathname. Note also that the -I directives do include the infra directory. Has anyone gotten this to work? I'm puzzled how an include file in "tools/src/infra" could be found in . Have I found a bug, or is there something I'm missing? I saw some mail in the August mail archives from someone else who said he got the host-side tools to build on Solaris 7, but then they dumped core. Thanks in advance, -deborah bennett