Subject: Re: XGLOBE: has anybody ever compiled the program?
To: David Maxwell <david@fundy.ca>
From: Richard PLOIX <richard.ploix@fr.adp.com>
List: port-arm32
Date: 12/01/1999 11:01:29
At 12:57 29/11/99 -0400, you wrote:
>On Mon, Nov 29, 1999 at 10:22:05AM +0100, Richard PLOIX wrote:
>> At 12:09 26/11/99 -0400, you wrote:
>> >Mine flies through with:
>> >moc -o earthapp.moc earthapp.h
>
>> My last two lines are identicals, I have change the qt_lib_dir 
>> and the message is always the same:
>> 'moc -o earthapp.moc' and nothing append.
>> my Makefile is:
>>... 
>> earthapp.cpp: earthapp.moc;
>> earthapp.moc:
>> earthapp.h
>> 	$(MOC) -o $@ $<
>> ---<---<---<
>
>Are your earthapp.moc: and earthapp.h lines really two seperate lines?
>That's wrong.
*** no, it is just one line.
>
>Regardless, if you just want to make this build, cd work/xglobe-0.2
>and run my 'moc -o earthapp.moc earthapp.h'. Then do the make from
>the x11/xglobe dir, and it should finish.
>
*** OK! this is the good help.
thank's.
>-- 
>David Maxwell, david@vex.net|david@maxwell.net -->
>All this stuff in twice the space would only look half as bad!
>					      - me
>
>