Status of config.h?

View: New views
5 Messages — Rating Filter:   Alert me  

Status of config.h?

by Howard Larson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[gimp]trunk/plug-ins/print requires config.h but that file is not among
the header files.  Where in svn is the correct file?

Thanks,

hbl


Re: Status of config.h?

by Tor Lillqvist :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> [gimp]trunk/plug-ins/print requires config.h but that file is not among
> the header files.  Where in svn is the correct file?

config.h is generated by the configure script. it contains settings
that describe the platform and choices made by the person building
GIMP.

--tml

Re: Status of config.h?

by Howard Larson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- In gimpwin-users@..., "Tor Lillqvist" <tml@...> wrote:
>
> > [gimp]trunk/plug-ins/print requires config.h but that file is not
among
> > the header files.  Where in svn is the correct file?
>
> config.h is generated by the configure script. it contains settings
> that describe the platform and choices made by the person building
> GIMP.
>
> --tml
>
I fetched print from svn. There was no configure script.  Other
includes are missing as well. I could use a hint on what I need to at
least build print.  Any help is appreciated getting me started.


Re: Re: Status of config.h?

by Tor Lillqvist :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I fetched print from svn.

Meaning just the plug-ins/print folder? That's pointless. You need to
check out the whole gimp module. The plug-ins that are built inside
GIMP's build tree can't really be built in isolation. (Well, they
could with some editing presumably, but if you are just starting you
won't know what to do anyway.)

--tml

Re: Status of config.h?

by Howard Larson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- In gimpwin-users@..., "Tor Lillqvist" <tml@...> wrote:

>
> > I fetched print from svn.
>
> Meaning just the plug-ins/print folder? That's pointless. You need to
> check out the whole gimp module. The plug-ins that are built inside
> GIMP's build tree can't really be built in isolation. (Well, they
> could with some editing presumably, but if you are just starting you
> won't know what to do anyway.)
>
> --tml
>
Thanks for the info.

hbl