Discussion:
[poppler] How to configure Poppler on windows statically
Samdev
2012-05-01 10:13:26 UTC
Permalink
Hello,
I am working on pdf. I want to configure the poppler library on windows
statically. I have tried many things but didn't succeed . For this i have
tried some information given on this link:

http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/

I want to use the library of poppler statically. I am not be able to use it.
After using this link's information, i have got the poppler-qt4.dll. Its
working fine with its .dll but not with its .lib file. So can anyone please
tell me that how could i configure Poppler on windows statically ?

Thanks.
Sam
--
View this message in context: http://old.nabble.com/How-to-configure-Poppler-on-windows-statically-tp33763333p33763333.html
Sent from the Free Desktop - poppler mailing list archive at Nabble.com.
suzuki toshiya
2012-05-07 02:16:43 UTC
Permalink
./configure --disable-shared --enable-static
will set the makefiles for statically linkable library.
Are you working with MinGW, or Visual Studio?

Regards,
mpsuzuki
Post by Samdev
Hello,
I am working on pdf. I want to configure the poppler library on windows
statically. I have tried many things but didn't succeed . For this i have
http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/
I want to use the library of poppler statically. I am not be able to use it.
After using this link's information, i have got the poppler-qt4.dll. Its
working fine with its .dll but not with its .lib file. So can anyone please
tell me that how could i configure Poppler on windows statically ?
Thanks.
Sam
Samdev
2012-05-17 07:51:22 UTC
Permalink
Hello,
Thanks for your reply. I am working on Visual Studio and i have
already tried this:

./configure --disable-shared --enable-static

but cmd prompt shows an error for "./configure".
Thanks
SamDev
Post by suzuki toshiya
./configure --disable-shared --enable-static
will set the makefiles for statically linkable library.
Are you working with MinGW, or Visual Studio?
Regards,
mpsuzuki
Post by Samdev
Hello,
I am working on pdf. I want to configure the poppler library on windows
statically. I have tried many things but didn't succeed . For this i have
http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/
I want to use the library of poppler statically. I am not be able to use it.
After using this link's information, i have got the poppler-qt4.dll. Its
working fine with its .dll but not with its .lib file. So can anyone please
tell me that how could i configure Poppler on windows statically ?
Thanks.
Sam
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
--
View this message in context: http://old.nabble.com/How-to-configure-Poppler-on-windows-statically-tp33763333p33862731.html
Sent from the Free Desktop - poppler mailing list archive at Nabble.com.
Albert Astals Cid
2012-05-17 16:46:47 UTC
Permalink
Post by Samdev
Hello,
Thanks for your reply. I am working on Visual Studio and i have
./configure --disable-shared --enable-static
but cmd prompt shows an error for "./configure".
And you do expect us to use some kind of mental trick and guess the error you
get?

Albert
Post by Samdev
Thanks
SamDev
Post by suzuki toshiya
./configure --disable-shared --enable-static
will set the makefiles for statically linkable library.
Are you working with MinGW, or Visual Studio?
Regards,
mpsuzuki
Post by Samdev
Hello,
I am working on pdf. I want to configure the poppler library on windows
statically. I have tried many things but didn't succeed . For this i have
http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/
I want to use the library of poppler statically. I am not be able to use it.
After using this link's information, i have got the poppler-qt4.dll. Its
working fine with its .dll but not with its .lib file. So can anyone please
tell me that how could i configure Poppler on windows statically ?
Thanks.
Sam
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
suzuki toshiya
2012-05-17 22:00:13 UTC
Permalink
Sorry for my insufficient message making SamDev confused.
I slipped to find that the page (making poppler DLL) did not use
cygwin, so I should not assume as if SamDev had an access to
execute configure script...

Umm, if anybody can contribute the project file of Visual Studio
to build poppler, it can be included in the poppler package?

# I have a concern that the project files of such proprietary
# IDEs would be "unmaintained" file soon.

I heard that qmake can work with Visual Studio C++ compiler,
but requesting Qt SDK to build poppler does not sound as good
idea. cmake + Visual Studio C++ compiler is the way to go?

Regards,
mpsuzuki
Post by Albert Astals Cid
Post by Samdev
Hello,
Thanks for your reply. I am working on Visual Studio and i have
./configure --disable-shared --enable-static
but cmd prompt shows an error for "./configure".
And you do expect us to use some kind of mental trick and guess the error you
get?
Albert
Post by Samdev
Thanks
SamDev
Post by suzuki toshiya
./configure --disable-shared --enable-static
will set the makefiles for statically linkable library.
Are you working with MinGW, or Visual Studio?
Regards,
mpsuzuki
Post by Samdev
Hello,
I am working on pdf. I want to configure the poppler library on windows
statically. I have tried many things but didn't succeed . For this i have
http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/
I want to use the library of poppler statically. I am not be able to use it.
After using this link's information, i have got the poppler-qt4.dll. Its
working fine with its .dll but not with its .lib file. So can anyone please
tell me that how could i configure Poppler on windows statically ?
Thanks.
Sam
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
Albert Astals Cid
2012-05-17 22:15:33 UTC
Permalink
Post by suzuki toshiya
Sorry for my insufficient message making SamDev confused.
I slipped to find that the page (making poppler DLL) did not use
cygwin, so I should not assume as if SamDev had an access to
execute configure script...
Umm, if anybody can contribute the project file of Visual Studio
to build poppler, it can be included in the poppler package?
# I have a concern that the project files of such proprietary
# IDEs would be "unmaintained" file soon.
It will.
Post by suzuki toshiya
I heard that qmake can work with Visual Studio C++ compiler,
but requesting Qt SDK to build poppler does not sound as good
idea. cmake + Visual Studio C++ compiler is the way to go?
cmake knows how to create Visual Studio files. Use that, the KDE on Windows
people use it.

Albert
Post by suzuki toshiya
Regards,
mpsuzuki
Post by Albert Astals Cid
Post by Samdev
Hello,
Thanks for your reply. I am working on Visual Studio and i
have
./configure --disable-shared --enable-static
but cmd prompt shows an error for "./configure".
And you do expect us to use some kind of mental trick and guess the error
you get?
Albert
Post by Samdev
Thanks
SamDev
Post by suzuki toshiya
./configure --disable-shared --enable-static
will set the makefiles for statically linkable library.
Are you working with MinGW, or Visual Studio?
Regards,
mpsuzuki
Post by Samdev
Hello,
I am working on pdf. I want to configure the poppler library on windows
statically. I have tried many things but didn't succeed . For this i have
http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows
/
I want to use the library of poppler statically. I am not be able to
use
it.
After using this link's information, i have got the poppler-qt4.dll. Its
working fine with its .dll but not with its .lib file. So can anyone please
tell me that how could i configure Poppler on windows statically ?
Thanks.
Sam
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
_______________________________________________
poppler mailing list
http://lists.freedesktop.org/mailman/listinfo/poppler
Loading...