Re: gtk
- From: Sergei Steshenko <sergstesh yahoo com>
- To: Bill Cunningham <billcm charter net>, Paul Davis <pjdavis engineering uiowa edu>, gtk-list gnome org
- Subject: Re: gtk
- Date: Sun, 24 Sep 2006 13:52:28 -0700 (PDT)
--- Bill Cunningham <billcm charter net> wrote:
>
> ----- Original Message -----
> From: "Paul Davis" <pjdavis engineering uiowa edu>
> To: "Bill Cunningham" <billcm charter net>
> Sent: Sunday, September 24, 2006 2:17 AM
> Subject: Re: gtk
>
>
> > Does this happen if you just don't disable the jpeg library?
> >
>
> If I don't disable the jpeg library I get a warning in the configure
> script and a makefile isn't built. I can't get the jpeg libraries I have to
> compile at all.
>
> Bill
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
As I wrote you earlier, read the manual page on 'install' command and understand
what the '-D' switch means.
Then, when you make the necessary changes in you Makefile,
'make install' for libjpeg should work.
And the line which performs the necessary change is:
304 $line =~ s|(/install\s+)|$1 -D |;
.
And if you insist you do not understand Perl, read
perldoc perlre
- this can be also found on the WEB.
If you do not have 'perldoc' installed,
man perlre
should work too.
I'm telling you to read the manual because that's what I did to solve the problem
in my tool.
--Sergei.
Applications From Scratch: http://appsfromscratch.berlios.de/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]