Robert S. Kissel | 5 Nov 2010 16:37
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 5, 2010 at 11:15 AM, Michal Hocko <mstsxfx@...> wrote:
> easiest way around this is the attached patch
> Please note that you have to apply patch and run autoconf to regenerate
> the configure script. If you have any problems with that just let me
> know and I can send the configure script directly.

I'm afraid I won't be back in my office, where I have cygwin set up,
until Monday evening (U.S. Eastern Standard Time), and so I'll try it
then, and let you know if I need further clarification of how to apply
the patch you've provided and rebuild.  By the way, I did make a
version of the little test file that had the expected buffer as an
argument to mkstemp, and printed out the generated name, just to make
sure that the executables that WERE built (e.g., without any special
compiler switches) actually worked--and the programs DID create and
open temporary files with the appropriate names.

What I may do is clear out the build directory, and redeploy the
delivery source code from the tar file, apply your patch, and see how
that goes, so that we all know what's going on for sure.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
Michal Hocko | 6 Nov 2010 18:34
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 05, 2010 at 11:37:11AM -0400, Robert S. Kissel wrote:
> On Fri, Nov 5, 2010 at 11:15 AM, Michal Hocko <mstsxfx@...> wrote:
> > easiest way around this is the attached patch
> > Please note that you have to apply patch and run autoconf to regenerate
> > the configure script. If you have any problems with that just let me
> > know and I can send the configure script directly.
> 
> I'm afraid I won't be back in my office, where I have cygwin set up,
> until Monday evening (U.S. Eastern Standard Time), and so I'll try it
> then, and let you know if I need further clarification of how to apply
> the patch you've provided and rebuild.  By the way, I did make a
> version of the little test file that had the expected buffer as an
> argument to mkstemp, and printed out the generated name, just to make
> sure that the executables that WERE built (e.g., without any special
> compiler switches) actually worked--and the programs DID create and
> open temporary files with the appropriate names.
> 
> What I may do is clear out the build directory, and redeploy the
> delivery source code from the tar file, apply your patch, and see how
> that goes, so that we all know what's going on for sure.

Let's make this easier and use the attached configure script instead of
patching.
--

-- 
Michal Hocko
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for PDFedit 0.4.5.
(Continue reading)

Robert S. Kissel | 7 Nov 2010 16:17
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Sat, Nov 6, 2010 at 1:34 PM, Michal Hocko <mstsxfx@...> wrote:
> use the attached configure script instead of patching.

Very good.  I'll be back in my office Monday evening, and shall try it then.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
Robert S. Kissel | 9 Nov 2010 01:36
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

> On Sat, Nov 6, 2010 at 1:34 PM, Michal Hocko <mstsxfx@...> wrote:
> use the attached configure script instead of patching.

I untar'd pdfedit 0.4.5 afresh, ran your configure script, and it
halted in the same place with the same error:
$ make
. . .
g++ -c  -O2   -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -fexce
ptions    -pipe -posix -ansi -std=c++98 -pedantic -I. -I/home/RSK1/pdfedit-0.4.5
/src -I/home/RSK1/pdfedit-0.4.5/src/xpdf/  -I/usr/include -I/usr/include/freetyp
e2  -I/usr/include -o gfile.o gfile.cc
gfile.cc: In function `GBool openTempFile(GString**, FILE**, char*, char*)':
gfile.cc:523: error: `mkstemp' was not declared in this scope
gfile.cc:531: error: `fdopen' was not declared in this scope
make[3]: *** [gfile.o] Error 1
make[3]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src/xpdf/goo'
make[2]: *** [libxpdf] Error 2
make[2]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src/xpdf'
make[1]: *** [xpdf] Error 2
make[1]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src'
make: *** [source] Error 2

Back to the drawing board.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
(Continue reading)

Michal Hocko | 9 Nov 2010 09:11
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Mon, Nov 08, 2010 at 07:36:47PM -0500, Robert S. Kissel wrote:
> > On Sat, Nov 6, 2010 at 1:34 PM, Michal Hocko <mstsxfx@...> wrote:
> > use the attached configure script instead of patching.
> 
> I untar'd pdfedit 0.4.5 afresh, ran your configure script, and it
> halted in the same place with the same error:
> $ make
> . . .
> g++ -c  -O2   -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -fexce
> ptions    -pipe -posix -ansi -std=c++98 -pedantic -I. -I/home/RSK1/pdfedit-0.4.5
> /src -I/home/RSK1/pdfedit-0.4.5/src/xpdf/  -I/usr/include -I/usr/include/freetyp
> e2  -I/usr/include -o gfile.o gfile.cc

You didn't use --enable-portability-flags=no parameter to configure, did
you? I can still see c++ standard and portability parameters above.

--

-- 
Michal Hocko

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
Robert S. Kissel | 9 Nov 2010 17:44
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Tue, Nov 9, 2010 at 3:11 AM, Michal Hocko <mstsxfx@...> wrote:
> You didn't use --enable-portability-flags=no parameter to configure, did
> you? I can still see c++ standard and portability parameters above.

I ran the configure script you sent me ("./configure" with no
arguments) and then ran make, again with no arguments.

I did have to run configure twice, because I had forgotten to set the
environment variable QTDIR before proceeding, but I don't think that
would make a difference, do you?  I also deployed the delivery files
afresh, after killing the entire build directory, to make certain that
there were no artifacts laying around from prior attempts.

I did capture the screen output of the configure script if you'd like
to look it over--I can send it to you when I get to my office tonight.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
Michal Hocko | 10 Nov 2010 09:31
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Tue, Nov 09, 2010 at 11:44:27AM -0500, Robert S. Kissel wrote:
> On Tue, Nov 9, 2010 at 3:11 AM, Michal Hocko <mstsxfx@...> wrote:
> > You didn't use --enable-portability-flags=no parameter to configure, did
> > you? I can still see c++ standard and portability parameters above.
> 
> I ran the configure script you sent me ("./configure" with no
> arguments) and then ran make, again with no arguments.

OK, then you need to use --enable-portability-flags=no parameter to
configure. This one tells configure to not use all those c/c++ standard
and portability parameters to gcc. Then you just run make like before.

Makes sense?

--

-- 
Michal Hocko

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
Robert S. Kissel | 10 Nov 2010 16:49
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Wed, Nov 10, 2010 at 3:31 AM, Michal Hocko <mstsxfx@...> wrote:
> OK, then you need to use --enable-portability-flags=no parameter to
> configure.

Very good:  tonight, when I get to my office, I shall try THAT, and
report back to you.

> This one tells configure to not use all those c/c++ standard
> and portability parameters to gcc. Then you just run make like before.
> Makes sense?

Well, no, not really, but I'm more concerned with (a) getting the most
RECENT version of pdfedit built for me (the older, precompiled one is
up and running, but crashes on me regularly where it shouldn't, e.g.,
if it tries to open a file in a directory that has too many files for
it to list in a file-selection window) and (b) while I'm at it,
helping you and the pdfedit developers package it so that cygwin users
can build and deploy it to--so I don't really need to understand, in
this case:  I'm content to serve as a Q.C. tester.  :-)

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
Robert S. Kissel | 12 Nov 2010 00:27
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Wed, Nov 10, 2010 at 10:49 AM, Robert S. Kissel
<robert.kissel@...> wrote:
>> use --enable-portability-flags=no parameter to configure.

Well, I'm sorry to report (line-wrapped...I'm copying/pasting under Windoze):

$ tar xvf pdfedit-0.4.5.tar
. . .
$ cd pdfedit-0.4.5
$ cp ../hocko-configure ./hocko-configure
$ ./hocko-configure --enable-portability-flags=no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
(Continue reading)

Alister Hood | 12 Nov 2010 00:29

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

Hi guys,
Do you think removing the -ansi flags might help?

Alister

> -----Original Message-----
> From: Robert S. Kissel [mailto:robert.kissel@...]
> Sent: Friday, 12 November 2010 12:28 p.m.
> To: pdfedit-support@...
> Subject: Re: [Pdfedit-support] pdfedit 0.4.5 Compilation Failure under
> Cygwin
> 
> On Wed, Nov 10, 2010 at 10:49 AM, Robert S. Kissel
> <robert.kissel@...> wrote:
> >> use --enable-portability-flags=no parameter to configure.
> 
> Well, I'm sorry to report (line-wrapped...I'm copying/pasting under
> Windoze):
> 
> $ tar xvf pdfedit-0.4.5.tar
> . . .
> $ cd pdfedit-0.4.5
> $ cp ../hocko-configure ./hocko-configure
> $ ./hocko-configure --enable-portability-flags=no
> checking for g++... g++
> checking whether the C++ compiler works... yes
> checking for C++ compiler default output file name... a.exe
> checking for suffix of executables... .exe
> checking whether we are cross compiling... no
> checking for suffix of object files... o
(Continue reading)

Robert S. Kissel | 12 Nov 2010 01:29
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Thu, Nov 11, 2010 at 6:29 PM, Alister Hood
<alister.hood@...> wrote:
> Hi guys, Do you think removing the -ansi flags might help?

I think I already tried that, at Mrs. Hocko's suggestion, and it
didn't seem to help.  I sent in a report on that
try around Oct. 26, if you want to look it up in the archive of this list.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
Michal Hocko | 12 Nov 2010 08:56
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Thu, Nov 11, 2010 at 06:27:55PM -0500, Robert S. Kissel wrote:
> On Wed, Nov 10, 2010 at 10:49 AM, Robert S. Kissel
> <robert.kissel@...> wrote:
> >> use --enable-portability-flags=no parameter to configure.
[...]
> checking whether c/c++ and portability flags are forced... no
[...]
> g++ -c  -O2   -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -fexce
> ptions    -pipe -posix -ansi -std=c++98 -pedantic -I. -I/home/RSK1/pdfedit-0.4.5
> /src -I/home/RSK1/pdfedit-0.4.5/src/xpdf/  -I/usr/include -I/usr/include/freetyp
> e2  -I/usr/include -o gfile.o gfile.cc
> gfile.cc: In function `GBool openTempFile(GString**, FILE**, char*, char*)':
> gfile.cc:523: error: `mkstemp' was not declared in this scope
> gfile.cc:531: error: `fdopen' was not declared in this scope
> make[3]: *** [gfile.o] Error 1
> make[3]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src/xpdf/goo'
> make[2]: *** [libxpdf] Error 2
> make[2]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src/xpdf'
> make[1]: *** [xpdf] Error 2
> make[1]: Leaving directory `/home/RSK1/pdfedit-0.4.5/src'
> make: *** [source] Error 2

OK, I know where is the problem. I was too fast when I told you that you
do not need to apply the patch. Of course you need it because it doesn't
change just configure.in (which is used for configure generation) but
also Makefile.flags.in which actually uses what configure produces based
on parameters. I am sorry for confusion I just wanted to make your life
easier and didn't realize that the patching is necessary.

So, please apply the patch (patch -p1 < patchfile in the source tree
(Continue reading)

Robert S. Kissel | 12 Nov 2010 15:21
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 12, 2010 at 2:56 AM, Michal Hocko <mstsxfx@...> wrote:
> OK, I know where is the problem. . . . please apply the patch
> (patch -p1 < patchfile in the source tree root)
> and try again. You do not need to re-generate the configure script
> as you have the one from me.

Well, I won't be in my office again until Monday night, but I'll try it then.
Let me just make sure I know what I should be doing:

(1) untar the delivery software of pdfedit 0.4.5;
(2) take the patch you sent me and run "patch -p1 < patchfile" with
the patchfile you sent me,
     make_portability_flags_configurable.patch, on November 5;
(3) run the special configure script you sent me on November 6;
(4) run make.

Is that correct and in the correct order?

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
Michal Hocko | 12 Nov 2010 15:30
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 12, 2010 at 09:21:55AM -0500, Robert S. Kissel wrote:
> On Fri, Nov 12, 2010 at 2:56 AM, Michal Hocko <mstsxfx@...> wrote:
> > OK, I know where is the problem. . . . please apply the patch
> > (patch -p1 < patchfile in the source tree root)
> > and try again. You do not need to re-generate the configure script
> > as you have the one from me.
> 
> Well, I won't be in my office again until Monday night, but I'll try it then.
> Let me just make sure I know what I should be doing:
> 
> (1) untar the delivery software of pdfedit 0.4.5;
> (2) take the patch you sent me and run "patch -p1 < patchfile" with
> the patchfile you sent me,
>      make_portability_flags_configurable.patch, on November 5;
> (3) run the special configure script you sent me on November 6;

+ do not forget to use the --enable-poratability-flags=no parameter.

> (4) run make.
> 
> Is that correct and in the correct order?

Yes.

Thanks!
--

-- 
Michal Hocko

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
(Continue reading)

Robert S. Kissel | 12 Nov 2010 16:27
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 12, 2010 at 9:30 AM, Michal Hocko <mstsxfx@...> wrote:
> + do not forget to use the --enable-poratability-flags=no parameter.

(1) untar the delivery software of pdfedit 0.4.5;
(2) take the patch you sent me and run "patch -p1 < patchfile" with
     the patchfile you sent me,
     make_portability_flags_configurable.patch, on November 5;
(3) run the special configure script you sent me on November 6,
     using the --enable-poratability-flags=no parameter.
(4) run make.

Very good.  I'll try that Monday evening, when I'm back at the office.

We'll get this built, yet!

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
Robert S. Kissel | 16 Nov 2010 03:52
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

[Michal Hocko has been trying to help me build pdfedit 0.4.5 under
Windows/cygwin 1.7.7.  This message is
part of a thread in which she has been suggesting alterations to the
configuration and make, and I have been reporting the results of the
changes she has been recommending.]

[untar a fresh 0.4.5 distribution]

$ export QTDIR=/usr/share/qt3

$ patch -p1 <make_portability_flags_configurable.patch
patching file Makefile.flags.in
patching file README
Hunk #1 succeeded at 221 (offset -2 lines).
patching file configure.in
patching file Changelog
Hunk #1 FAILED at 2.
1 out of 1 hunk FAILED -- saving rejects to file Changelog.rej

$ ./hocko-configure --enable-portability-flags=no
. . . .

$ make

[Built successfully!!!  At last!!!]

$ make install

[looks okay so far!!!]

(Continue reading)

Michal Hocko | 16 Nov 2010 19:18
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Mon, Nov 15, 2010 at 09:52:54PM -0500, Robert S. Kissel wrote:
> [Michal Hocko has been trying to help me build pdfedit 0.4.5 under
> Windows/cygwin 1.7.7.  This message is
> part of a thread in which she has been suggesting alterations to the
> configuration and make, and I have been reporting the results of the
> changes she has been recommending.]
> 
> [untar a fresh 0.4.5 distribution]
> 
> $ export QTDIR=/usr/share/qt3
> 
> $ patch -p1 <make_portability_flags_configurable.patch
> patching file Makefile.flags.in
> patching file README
> Hunk #1 succeeded at 221 (offset -2 lines).
> patching file configure.in
> patching file Changelog
> Hunk #1 FAILED at 2.
> 1 out of 1 hunk FAILED -- saving rejects to file Changelog.rej
> 
> $ ./hocko-configure --enable-portability-flags=no

OK, I will push the patch to our CVS repository and update the README
file to mention that Cygwin can be really tricky in this direction.

> . . . .
> 
> $ make
> 
> [Built successfully!!!  At last!!!]
(Continue reading)

Mohamed Mohamed | 18 Nov 2010 22:31
Picon
Favicon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

Could you please upload the compiled cygwin version of pdfedit to the project space.

Thanks

Mohamed


> Date: Mon, 15 Nov 2010 21:52:54 -0500
> From: robert.kissel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
> To: pdfedit-support-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: Re: [Pdfedit-support] pdfedit 0.4.5 Compilation Failure under Cygwin
>
> [Michal Hocko has been trying to help me build pdfedit 0.4.5 under
> Windows/cygwin 1.7.7. This message is
> part of a thread in which she has been suggesting alterations to the
> configuration and make, and I have been reporting the results of the
> changes she has been recommending.]
>
> [untar a fresh 0.4.5 distribution]
>
> $ export QTDIR=/usr/share/qt3
>
> $ patch -p1 <make_portability_flags_configurable.patch
> patching file Makefile.flags.in
> patching file README
> Hunk #1 succeeded at 221 (offset -2 lines).
> patching file configure.in
> patching file Changelog
> Hunk #1 FAILED at 2.
> 1 out of 1 hunk FAILED -- saving rejects to file Changelog.rej
>
> $ ./hocko-configure --enable-portability-flags=no
> . . . .
>
> $ make
>
> [Built successfully!!! At last!!!]
>
> $ make install
>
> [looks okay so far!!!]
>
> And then, Mrs. Hocko, I'm delighted to tell you that I opened the
> cygwin X-server, typed "pdfedit" and up came PDFEDIT 0.4.5.
>
> There were lots and lots of WARNINGS all over the place in the b uild,
> and I'm sure that as soon as I start using pdfedit, I will quickly
> manage to make it crash on me (the older version crashed when I tried
> to open a directory that had many files in it)...but at least NOW we
> know it builds properly under cygwin...
>
> And I hope that this helped the PDFedit team package it up for cygwin
> in the next release.
>
> Thank you very much for all your help, Mrs. Hocko. I'm delighted that
> this is running...and I shall now try to use it for the purposes for
> which I wished to install it.
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> Pdfedit-support mailing list
> Pdfedit-support-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
Robert S. Kissel | 19 Nov 2010 01:26
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

2010/11/18 Mohamed Mohamed <afmahh@...>:
> Could you please upload the compiled cygwin version of pdfedit to the project space.

Well, I can try to make it available to you if you need it, or pack it
up for Mrs. Hocko or one of the other project administrators if they'd
like to make it available on the project space, but I have no standing
in the project at all:  I'm just an "end user."

If any of the project administrators wish me to check-in what I've
managed to build, and are following this thread, I will try to follow
any instructions you have for me to deliver the object code.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
Michal Hocko | 19 Nov 2010 09:32
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

Hi,

On Thu, Nov 18, 2010 at 09:31:22PM +0000, Mohamed Mohamed wrote:
> 
> Could you please upload the compiled cygwin version of pdfedit to the project space.

We should probably wait for the next release, which is not planned yet.
Do you have any problems to compile it from CVS sources? The patch that
I have posted to this thread is already in there so you just need to
grab the sources and compile them.

> 
> Thanks
> 
> Mohamed 
--

-- 
Michal Hocko

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
Mohamed Mohamed | 19 Nov 2010 13:21
Picon
Favicon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

Hi,

I have downloaded the latest cvs sources but unable to run configure cause the file is not there. I have found confgure.in but not confiure.

Regards,

Mohamed



> Date: Fri, 19 Nov 2010 09:32:34 +0100
> From: mstsxfx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
> To: pdfedit-support-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: Re: [Pdfedit-support] pdfedit 0.4.5 Compilation Failure under Cygwin
>
> Hi,
>
> On Thu, Nov 18, 2010 at 09:31:22PM +0000, Mohamed Mohamed wrote:
> >
> > Could you please upload the compiled cygwin version of pdfedit to the project space.
>
> We should probably wait for the next release, which is not planned yet.
> Do you have any problems to compile it from CVS sources? The patch that
> I have posted to this thread is already in there so you just need to
> grab the sources and compile them.
>
> >
> > Thanks
> >
> > Mohamed
> --
> Michal Hocko
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> Pdfedit-support mailing list
> Pdfedit-support-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
Michal Hocko | 19 Nov 2010 13:38
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 19, 2010 at 12:21:16PM +0000, Mohamed Mohamed wrote:
> 
> Hi,
> 
> I have downloaded the latest cvs sources but unable to run configure
> cause the file is not there. I have found confgure.in but not
> confiure.

You have to generate the script by autoconf command. It uses confiure.in
as a template.

Please have a look at README file which describes other details about
compilation and other stuff.

> 
> Regards,
> 
> Mohamed
> 
> 
> 
> > Date: Fri, 19 Nov 2010 09:32:34 +0100
> > From: mstsxfx@...
> > To: pdfedit-support@...
> > Subject: Re: [Pdfedit-support] pdfedit 0.4.5 Compilation Failure under Cygwin
> > 
> > Hi,
> > 
> > On Thu, Nov 18, 2010 at 09:31:22PM +0000, Mohamed Mohamed wrote:
> > > 
> > > Could you please upload the compiled cygwin version of pdfedit to the project space.
> > 
> > We should probably wait for the next release, which is not planned yet.
> > Do you have any problems to compile it from CVS sources? The patch that
> > I have posted to this thread is already in there so you just need to
> > grab the sources and compile them.
> > 
> > > 
> > > Thanks
> > > 
> > > Mohamed 
> > -- 
> > Michal Hocko
> > 
> > ------------------------------------------------------------------------------
> > Beautiful is writing same markup. Internet Explorer 9 supports
> > standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> > Spend less time writing and  rewriting code and more time creating great
> > experiences on the web. Be a part of the beta today
> > http://p.sf.net/sfu/msIE9-sfdev2dev
> > _______________________________________________
> > Pdfedit-support mailing list
> > Pdfedit-support@...
> > https://lists.sourceforge.net/lists/listinfo/pdfedit-support
>  		 	   		  

> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev

> _______________________________________________
> Pdfedit-support mailing list
> Pdfedit-support@...
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support

--

-- 
Michal Hocko

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
Robert S. Kissel | 19 Nov 2010 16:10
Picon

Re: pdfedit 0.4.5 Compilation Failure under Cygwin

On Fri, Nov 19, 2010 at 3:32 AM, Michal Hocko <mstsxfx@...> wrote:
> We should probably wait for the next release, which is not planned yet.
> Do you have any problems to compile it from CVS sources? The patch that
> I have posted to this thread is already in there so you just need to
> grab the sources and compile them.

Mr. Mohamed wrote to me privately, asking me to zip up the compiled
version I compiled and e-mail it to him, and in that letter, said that
he had tried--and failed--to compile it under his version of cygwin.

Once I applied the patch and used the switch you specified, Mrs.
Hocko, the compilation went through--with numerous warnings--but the
project did get built, but I get the impression that Mr. Mohamed
doesn't care to try again.

However, If you respond to this thread and give me instructions for
how to go about it, I'll be happy to test the next release's build
under my cygwin installation for you.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev

Gmane