Re: gcc: EDITORAPP.c: No such file

CPicker wrote:

> Hello,
>
> I am running Solaris 8 on a Sun Ultra 10.
> I am having a problem building the Amaya source (See below) . What is 
> wrong? Any help would be appreciated.
>
> Thanks,
> CPicker@Pacbell.Net
>
> *[root@u10] /sd/APPL/AMAYA/Amaya/obj*
> *# *../configure --prefix=/usr/local/amaya --with-gtk --disable-annot
> *    .
>     .
>  *
>
> *[root@u10] /sd/APPL/AMAYA/Amaya/obj*
> *# *gmake*
>     .
>     .
>
> *gmake[3]: Leaving directory `/sd/APPL/AMAYA/Amaya/obj/libwww/Library/src'
> libwww is installed
> gmake[2]: Leaving directory `/sd/APPL/AMAYA/Amaya/obj'
> (if test "../../amaya" != "" -a "../../amaya" != "." ; then \
>     /usr/bin/cp ../../amaya/MathML.A .  ; \
>     /usr/bin/cp ../../amaya/MathML.STR .  ; \
> fi)
> THOTDIR=../.. ; export THOTDIR ; \
> ..../bin/app -D_GTK -DXML_GENERIC -D_I18N_       -D_SVG -D_I18N_  
> -DXML_DTD -DXML_NS MathML.A
> (if test "../../amaya" != "" -a "../../amaya" != "." ; then \
>     /usr/bin/cp ../../amaya/SVG.A .  ; \
>     /usr/bin/cp ../../amaya/SVG.STR .  ; \
> fi)
> THOTDIR=../.. ; export THOTDIR ; \
> ..../bin/app -D_GTK -DXML_GENERIC -D_I18N_       -D_SVG -D_I18N_  
> -DXML_DTD -DXML_NS SVG.A
> (if test "../../amaya" != "" -a "../../amaya" != "." ; then \
>     /usr/bin/cp ../../amaya/Timeline.A .  ; \
>     /usr/bin/cp ../../amaya/Timeline.STR .  ; \
> fi)
> THOTDIR=../.. ; export THOTDIR ; \
> ..../bin/app -D_GTK -DXML_GENERIC -D_I18N_       -D_SVG -D_I18N_  
> -DXML_DTD -DXML_NS Timeline.A
> gcc -O2 -W  -D_GTK -DXML_GENERIC -D_I18N_       -D_SVG -D_I18N_  
> -DXML_DTD -DXML_NS -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include 
> -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib  
> -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5 
> -I../../../libwww/modules/expat/lib       -I/usr/sfw/include/gtk-1.2 
> -I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include -I 
> /opt/sfw/include -I/usr/openwin/include   -I/usr/openwin/include -c 
> EDITORAPP.c -o EDITORAPP.o
> gcc: EDITORAPP.c: No such file or directory
> gcc: no input files
> gmake[1]: *** [EDITORAPP.o] Error 1
> gmake[1]: Leaving directory `/sd/APPL/AMAYA/Amaya/obj/amaya'
> gmake: *** [amaya_prog] Error 2
>
> *[root@u10] /sd/APPL/AMAYA/Amaya/obj*
> *# *find .. -name "EDITOR*"
> ..../amaya/EDITOR.A
> ..../amaya/EDITORactions.c
> ..../amaya/f/EDITORAPP_f.h
> ..../amaya/f/EDITORactions_f.h
> ..../amaya/EDITOR.SCH
> ..../amaya/EDITORAPP.c
> ..../amaya/EDITORactions.proto
> ..../amaya/EDITOR.h
> ..../amaya/EDITORdialogue
>
Is it the CVS head sources or the release 8.2 sources ?
If it's CVS head, maybe try to delete your "amaya/EDITORAPP.c" and re 
make ...

Stephane

Received on Thursday, 4 December 2003 03:50:59 UTC