[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] having problems with your GIT release branch at 772e690 (Re:
From: |
SciFi |
Subject: |
[Pan-users] having problems with your GIT release branch at 772e690 (Re: New Feature - Uploading binaries) |
Date: |
Tue, 14 Jun 2011 18:04:30 +0000 (UTC) |
User-agent: |
Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 772e690 (imhotep82) release; x86_64-apple-darwin10.7.0; gcc-4.2.1 (build 5666 (dot 3)) 32-bit) |
Hi,
I tried sending imhotep82 a message at github,
it might not look right there,
so let me send a fuller message here.
Firstly, I had a problem with latest gmime-2.5.8:
(I use OSX 10.6.7 and Xcode-3.2.6)
This version of gmime forces using its own poll() function,
rather than Apple's, but we still have a problem compiling it.
So I must turn-off gmime's GPGME support during ./configure .
But gmime still installs its own headers in such a way which #includes
the gmime-gpg header that it did-NOT install in this scheme.
So I've had to comment-out the gmime-gpg #include inside the main gmime.h
file itself (installed in /usr/local/include/gmime-2.6/gmime here).
Now,
we can attempt to compile the imhotep82 release branch,
at GIT 772e690,
where we find some more problems:
[…]
make[3]: *** No rule to make target `gzstream.cc', needed by `gzstream.o'.
Stop.
make[3]: Leaving directory
`/Volumes/RamDisk/Safari/pan2_imhotep82_release/pan/usenet-utils'
[…]
I got rid of all the gzstream* parts inside pan/usenet-utils/Makefile,
then I continued the make:
[…]
g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_REENTRANT
-I/usr/local/include/gmime-2.6 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -D_REENTRANT -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/ssl/include -I/usr/X11/include
-I/usr/local/include -I/Developer/Headers/FlatCarbon -I/usr/include -Os
-mtune=core2 -march=core2 -force_cpusubtype_ALL -arch i386 -MT task-xover.o
-MD -MP -MF .deps/task-xover.Tpo -c -o task-xover.o task-xover.cc
task-xover.cc:33:39: error: pan/usenet-utils/gzstream.h: No such file or
directory
make[3]: *** [task-xover.o] Error 1
make[3]: Leaving directory
`/Volumes/RamDisk/Safari/pan2_imhotep82_release/pan/tasks'
[…]
Same thing with the gzstream* modules,
so I commented line 33 in pan/tasks/task-xover.cc,
then continued the make:
[…]
make[3]: Entering directory
`/Volumes/RamDisk/Safari/pan2_imhotep82_release/pan/icons'
make[3]: *** No rule to make target `icon_pan_about_logo_new.png', needed by
`pan-pixbufs-internal.h'. Stop.
make[3]: Leaving directory
`/Volumes/RamDisk/Safari/pan2_imhotep82_release/pan/icons'
make[2]: *** [all-recursive] Error 1
[…]
I got rid of icon_pan_about_logo_new.png in pan/icons/Makefile,
then continued the make.
[…]
And the compile went fine after all these lil fixes. ;)
Now I'm running this build of Pan to send this message via Gmane.
(Look at the headers in this post for clues.)
Please advise.
Thank you & everyone for all your hard work.
(BTW I have yet to rebuild the gtk+/glib stuff, to see if we can
clean-up the gfx boo-boos mentioned in my post at
<http://permalink.gmane.org/gmane.comp.gnome.apps.pan.user/12321>,
yes I am *still* seeing them here. `sigh`)
(!nuf si sihT)
:)