From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47EA5867.8040008@domain.hid> Date: Wed, 26 Mar 2008 15:06:31 +0100 From: Philippe Gerum MIME-Version: 1.0 References: <20080326135529.GA11244@domain.hid> In-Reply-To: <20080326135529.GA11244@domain.hid> Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] [SOLO] Build fail due to lack file(s) Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jserv@domain.hid Cc: xenomai@xenomai.org jserv@domain.hid wrote: > Hello list, > > After git pull, I found that pSOS(*) emulation interface on top of the > Xenomai/SOLO framework was checked in. However, it fails to build due > to lack file(s) in repository. Here are the compilation results: > > <% > make[1]: Entering directory `/tmp/xenomai-solo/psos' > /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -fstrict-aliasing -Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ -D__SOLO__ -Wstrict-prototypes -include xeno_config.h -I../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c -o libpsos_la-init.lo `test -f 'init.c' || echo './'`init.c > gcc -DHAVE_CONFIG_H -I. -I../include -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -fstrict-aliasing -Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ -D__SOLO__ -Wstrict-prototypes -include xeno_config.h -I../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c -o libpsos_la-init.o > init.c:30:19: error: queue.h: No such file or directory > init.c: In function 'PSOS_INIT': > init.c:46: error: 'psos_queue_table' undeclared (first use in this function) > init.c:46: error: (Each undeclared identifier is reported only once > init.c:46: error: for each function it appears in.) > make[1]: *** [libpsos_la-init.lo] Error 1 > %> > I will commit them later today, and they should appear in the public GIT tree tonight (CET). > Thanks, > -jserv > -- Philippe.