On Friday 26 December 2003 11:05, Chris Hawks wrote:

Hi Chris and Thanks for the response!

  Looks like there is a bug in (one of the?) Makefiles I guess,  
I'll work on tracking it down and if I get it fixed I'll pass it 
back so someone else might not have to go through the process :-).

It appears that going into:

~/plucker-1.6.1/viewer/fonts

And hacking the Makefile to add CC as follows:

[ ... ]
HIRES_BINS      = tinyfont_palm.bin tinyboldfont_palm.bin \
                  smallfont_palm.bin smallboldfont_palm.bin \
                  stdfixedfont_palm.bin stdfixedfont_sony.bin
endif

#===================================================================================
CC = /usr/bin/gcc
#===================================================================================
[ ... ]

Apparently the wrong gcc is being passed to the Makefile in 
question.

Seems to have gotten things moving again!   Would love to know what 
I did to get it to pass the wrong compiler...

Blew out again shortly after that, but it was just looking for the 
~/.plucker directory, I mkdir'd that and started the make again and 
Oops:

nfig --release` `wx-config --libs`

[ -- prints the following out 5 times: ]

Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] 
[--static]
                 [--libs] [--gl-libs]
                 [--cppflags] [--cflags] [--cxxflags] [--ldflags] 
[--rezflags]
                 [--cc] [--cxx] [--ld]
                 [--inplace]

wx-config returns configuration information about the installed
version of wxWindows. It may be used to query its version and
installation directories and also retrieve the C and C++ compilers
and linker which were used for its building and the corresponding
flags.

The --inplace flag allows wx-config to be used from the wxWindows
build directory and output flags to use the uninstalled version of
the headers and libs in the build directory.  (Currently configure
must be invoked via a full path name for this to work correctly.)

[ <<<<<---- and then continues with: ]

must be invoked via a full path name for this to work correctly.)
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../
i686-pc-linux-gnu/bin/ld: cannot find -l_xrc-
collect2: ld returned 1 exit status
make[1]: *** [plucker-desktop] Error 1
make[1]: Leaving directory `/home/vw/MyPilot/plucker-1.6.1/
plucker_desktop'
make: *** [plucker-desktop] Error 2
[EMAIL PROTECTED] Fri Dec 26 12:17:01 [274]

Sigh, something else I missed I guess.  Seems like any confidence 
making this is wholly misplaced, I seem to be missing a lot of 
things and I still have not figured out what I did to get this to 
pass the m68k compiler when it should be passing the pc native one.

Such an adventure :-).

Back to scratching my head as seeing if I can figure out what I 
missed this time...  Never had so much trouble building 
something :-(, but then again I never tackled anything this complex 
(taken adding about 50 meg worth of various development stuff to 
get this far :-). 

LOL, you have to know how much I love AND use my Palm :-)! 

Thanks & take care, Vikki.

> ---Reply to mail from Victoria Welch about One last issue to
> building plucker ?
>
> > Hi Folks,
> >
> >   Been working at building plucker for a bit now and think I am
> > almost there.
>
> [...]
>
> >   Anway, I've been looking and reading and googling for a
> > couple days now (as I have time) and have just come up blank on
> > this one:
> > ==============================================================
> > [ ... ]
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory
> > `/home/vw/MyPilot/plucker-1.6.1/viewer/ armlets'
> > make[2]: Entering directory
> > `/home/vw/MyPilot/plucker-1.6.1/viewer/ fonts'
> > /usr/bin/m68k-palmos-gcc -g  -DNEWGCC
> > -DERROR_CHECK_LEVEL=ERROR_CHECK_NONE -DHAVE_CONFIG_H  -o
> > ./fontconv fontconv.c
>
> Vikki:
>
>     This should be easy. Since fontconv is run on the local box,
> it should be compiled with '(g)cc' not '/usr/bin/m68k-palmos-gcc'
>
> ---End reply
>
> Christopher R. Hawks
> HAWKSoft
> -----------------------------------------------------------------
>-------- I never really understood how there could be things that
> would drive you insane just because you knew them until I ran
> into Windows. -- Peter da Silva
>
>
>
>
>
> _______________________________________________
> plucker-list mailing list
> [EMAIL PROTECTED]
> http://lists.rubberchicken.org/mailman/listinfo/plucker-list

-- 
Victoria Welch, WV9K/7, SysAdmin, Embedded Systems Designer.
Like winter snow on summer lawn, time past is time gone.
'Two of the gravest general dangers to survival are the desire for
comfort and a passive outlook.' --  U.S. Army Ranger Handbook

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to