On Aug 9, 2006, at 9:32 AM, Martin Costabel wrote:

>
> This shows that both $(BUNDLE_SUFFIX) and $(BUNDLE_LD) are empty at  
> this point. Look further up in your Makefile how these variables  
> are defined.
> If they don't appear at all, this means they were not transmitted  
> from ../unix/configure.in to Makefile. You need to mention them at  
> two places: in the AC_SUBST() list in ../unix/configure.in, and  
> in ../unix/Makefile.in. Look at lines
>  AC_SUBST(SHLIB_LD)
> and
>  SHLIB_LD = @SHLIB_LD@
> and imitate this for your new variables.


That did it! I used to program mainframes and AS/400s so I should  
have known I needed to declare a variable before using it. Doh.

Now while running gourmet I get this:

Loading  gnomeprint  failed: trying  wx
Loading  wx  failed: trying  lpr
Player is  gourmet.sound_gnome.Player

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`urgency_hint' for class `GtkDialog'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`urgency_hint' for class `GtkWindow'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`pack_direction' for class `GtkMenuBar'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`child_pack_direction' for class `GtkMenuBar'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`urgency_hint' for class `GtkDialog'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`urgency_hint' for class `GtkWindow'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`pack_direction' for class `GtkMenuBar'

(Gourmet Recipe Manager:10538): libglade-WARNING **: unknown property  
`child_pack_direction' for class `GtkMenuBar'

I don't know why I can't get it to load gnomeprint or why it is  
giving all of those gtk errors.

Let me know if at some point I should take this to the gourmet  
mailing list instead of here, though they have absolutely no Mac  
support, but at some point these issues might be with gourmet itself  
and not running it on a Mac.
When I'm ready to try my hand a building fink packages should I take  
the discussion to fink-dev?

Thanks again for all of you help.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to