[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] missing xversion.h



2010/5/16 Helmut Karlowski <helmut.karlowski@ish.de>:
>
>
> Thanks. Your shell is wrong.
>
> Please enter:
>
> #if [ <existing-file> -nt <not-existing-file> ]
>>
>> then
>> echo ASDASD
>> fi
>
> And say what it says.
>

I don't know if i got you, you mean any existing and non-existing
file? if so here the output

david@juanito:~/CVS/freemint/helmut-enhancements/freemint/xaaes/src.km$
if [ xversion.sh -nt xversion.hhhh ]; then echo ASDASD; fi
ASDASD


> And do the make again with
>
> if [ $N -nt $HFILE -o ! -f $HFILE ]
> then
>
> in line 19 of xversion.sh
>



/bin/sh xversion.sh
+ HFILE=xversion.h
+ N=xversion.h
+ [ about.c -nt xversion.h ]
+ [ adi.c -nt xversion.h ]
+ [ adiload.c -nt xversion.h ]
+ [ app_man.c -nt xversion.h ]
+ [ c_keybd.c -nt xversion.h ]
+ [ c_message.c -nt xversion.h ]
+ [ c_mouse.c -nt xversion.h ]
+ [ c_window.c -nt xversion.h ]
+ [ cnf_xaaes.c -nt xversion.h ]
+ [ debug.c -nt xversion.h ]
+ [ desktop.c -nt xversion.h ]
+ [ draw_obj.c -nt xversion.h ]
+ [ form.c -nt xversion.h ]
+ [ global.c -nt xversion.h ]
+ [ handler.c -nt xversion.h ]
+ [ info.c -nt xversion.h ]
+ [ init.c -nt xversion.h ]
+ [ k_init.c -nt xversion.h ]
+ [ k_keybd.c -nt xversion.h ]
+ [ k_main.c -nt xversion.h ]
+ [ k_mouse.c -nt xversion.h ]
+ [ k_shutdown.c -nt xversion.h ]
+ [ matchpat.c -nt xversion.h ]
+ [ menuwidg.c -nt xversion.h ]
+ [ messages.c -nt xversion.h ]
+ [ mscall.c -nt xversion.h ]
+ [ mvdi.c -nt xversion.h ]
+ [ nkcc.c -nt xversion.h ]
+ [ obtree.c -nt xversion.h ]
+ [ rectlist.c -nt xversion.h ]
+ [ render_obj.c -nt xversion.h ]
+ [ scrlobjc.c -nt xversion.h ]
+ [ semaphores.c -nt xversion.h ]
+ [ sys_proc.c -nt xversion.h ]
+ [ taskman.c -nt xversion.h ]
+ [ trnfm.c -nt xversion.h ]
+ [ util.c -nt xversion.h ]
+ [ widgets.c -nt xversion.h ]
+ [ win_draw.c -nt xversion.h ]
+ [ xa_appl.c -nt xversion.h ]
+ [ xa_evnt.c -nt xversion.h ]
+ [ xa_fnts.c -nt xversion.h ]
+ [ xa_form.c -nt xversion.h ]
+ [ xa_fsel.c -nt xversion.h ]
+ [ xa_fslx.c -nt xversion.h ]
+ [ xa_global.c -nt xversion.h ]
+ [ xa_graf.c -nt xversion.h ]
+ [ xa_lbox.c -nt xversion.h ]
+ [ xa_menu.c -nt xversion.h ]
+ [ xa_objc.c -nt xversion.h ]
+ [ xa_pdlg.c -nt xversion.h ]
+ [ xa_rsrc.c -nt xversion.h ]
+ [ xa_scrp.c -nt xversion.h ]
+ [ xa_shel.c -nt xversion.h ]
+ [ xa_vdi.c -nt xversion.h ]
+ [ xa_wdlg.c -nt xversion.h ]
+ [ xa_wind.c -nt xversion.h ]
+ [ about.h -nt xversion.h ]
+ [ accstart.h -nt xversion.h ]
+ [ adi.h -nt xversion.h ]
+ [ adiload.h -nt xversion.h ]
+ [ app_man.h -nt xversion.h ]
+ [ c_keybd.h -nt xversion.h ]
+ [ c_message.h -nt xversion.h ]
+ [ c_mouse.h -nt xversion.h ]
+ [ c_window.h -nt xversion.h ]
+ [ cnf_xaaes.h -nt xversion.h ]
+ [ debug.h -nt xversion.h ]
+ [ desktop.h -nt xversion.h ]
+ [ draw_obj.h -nt xversion.h ]
+ [ form.h -nt xversion.h ]
+ [ global.h -nt xversion.h ]
+ [ handler.h -nt xversion.h ]
+ [ info.h -nt xversion.h ]
+ [ init.h -nt xversion.h ]
+ [ k_init.h -nt xversion.h ]
+ [ k_keybd.h -nt xversion.h ]
+ [ k_main.h -nt xversion.h ]
+ [ k_mouse.h -nt xversion.h ]
+ [ k_shutdown.h -nt xversion.h ]
+ [ keycodes.h -nt xversion.h ]
+ [ matchpat.h -nt xversion.h ]
+ [ menuwidg.h -nt xversion.h ]
+ [ messages.h -nt xversion.h ]
+ [ mt_gem.h -nt xversion.h ]
+ [ mt_gemx.h -nt xversion.h ]
+ [ mvdi.h -nt xversion.h ]
+ [ nkcc.h -nt xversion.h ]
+ [ ob_inlines.h -nt xversion.h ]
+ [ obtree.h -nt xversion.h ]
+ [ rectlist.h -nt xversion.h ]
+ [ render_obj.h -nt xversion.h ]
+ [ scrlobjc.h -nt xversion.h ]
+ [ semaphores.h -nt xversion.h ]
+ [ sys_proc.h -nt xversion.h ]
+ [ taskman.h -nt xversion.h ]
+ [ trnfm.h -nt xversion.h ]
+ [ util.h -nt xversion.h ]
+ [ vaproto.h -nt xversion.h ]
+ [ vdi_parms.h -nt xversion.h ]
+ [ version.h -nt xversion.h ]
+ [ widgets.h -nt xversion.h ]
+ [ win_draw.h -nt xversion.h ]
+ [ xa_aes.h -nt xversion.h ]
+ [ xa_appl.h -nt xversion.h ]
+ [ xa_defs.h -nt xversion.h ]
+ [ xa_evnt.h -nt xversion.h ]
+ [ xa_fnts.h -nt xversion.h ]
+ [ xa_form.h -nt xversion.h ]
+ [ xa_fsel.h -nt xversion.h ]
+ [ xa_fslx.h -nt xversion.h ]
+ [ xa_global.h -nt xversion.h ]
+ [ xa_graf.h -nt xversion.h ]
+ [ xa_lbox.h -nt xversion.h ]
+ [ xa_list.h -nt xversion.h ]
+ [ xa_menu.h -nt xversion.h ]
+ [ xa_mono.h -nt xversion.h ]
+ [ xa_objc.h -nt xversion.h ]
+ [ xa_pdlg.h -nt xversion.h ]
+ [ xa_rsrc.h -nt xversion.h ]
+ [ xa_scrp.h -nt xversion.h ]
+ [ xa_shel.h -nt xversion.h ]
+ [ xa_types.h -nt xversion.h ]
+ [ xa_user_things.h -nt xversion.h ]
+ [ xa_vdi.h -nt xversion.h ]
+ [ xa_wdlg.h -nt xversion.h ]
+ [ xa_wind.h -nt xversion.h ]
+ [ xa_xtobj.h -nt xversion.h ]
+ [ xaaes.h -nt xversion.h ]
+ [ xaaeswdg.h -nt xversion.h ]
+ [ xcb.h -nt xversion.h ]
+ echo xcb.h
xcb.h
+ [ xversion.h -nt xversion.h -o ! -f xversion.h]
[: 1: missing ]
make buildxaaes xaaes=060
make[1]: Entering directory
`/home/david/CVS/freemint/helmut-enhancements/freemint/xaaes/src.km'
cd .compile_060; make all
make[2]: Entering directory
`/home/david/CVS/freemint/helmut-enhancements/freemint/xaaes/src.km/.compile_060'
m68k-atari-mint-gcc -I.. -I../../../sys -D__KERNEL_MODULE__
-DMODULE_NAME=XaAES -DRSCNAME="xaaes009.rsc" -DRSCFILE_VERSION="0.0.9"
-DWIDGNAME="xaaeswdg.rsc" -DRSCHNAME="xaaes.h"
-DWIDGHNAME="xaaeswdg.h" -DWDIALOG_WDLG=1 -DWDIALOG_LBOX=1
-DWDIALOG_FNTS=1 -DWDIALOG_FSLX=0 -DWDIALOG_PDLG=1 -DGENERATE_DIAGS=0
-DDEBUG_CONTROL=0 -DBOOTLOG=1 -m68060 -mshort -O2 -fomit-frame-pointer
-Wall -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith
-Wcast-qual -c ../info.c -o info.o
../info.c:11:22: error: xversion.h: No such file or directory
../info.c: In function 'init_apgi_infotab':
../info.c:52: error: 'BDATETIME' undeclared (first use in this function)
../info.c:52: error: (Each undeclared identifier is reported only once
../info.c:52: error: for each function it appears in.)
make[2]: *** [info.o] Error 1
make[2]: Leaving directory `/home/david/CVS/freemint/helmut-enhancements/freemin