wanglongqi / pdf2djvu

Automatically exported from code.google.com/p/pdf2djvu
0 stars 2 forks source link

windres should be run only on Windows #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure - ok
2. make
3. x86_64-pc-linux-gnu-windres -c 1252 -o version.o version.rc
version.rc:1:20: фатальная ошибка: winver.h: Нет такого 
файла или каталога
Компиляция прервана.
x86_64-pc-linux-gnu-windres: preprocessing failed.
make: *** [version.o] Ошибка 1

What is the expected output? What do you see instead?
0.7.4 and 0.7.6, gcc-4.5.2

What version of the product are you using? On what operating system?
gentoo

Please provide any additional information below.

Original issue reported on code.google.com by andrew.i...@gmail.com on 16 Mar 2011 at 8:58

GoogleCodeExporter commented 9 years ago
I wonder what's the point in having windres for *-linux-gnu. I assumed that if 
it exists, then it can also do something useful. Oh well. I'll fix it by the 
next release.

In the mean time, you should be able to work around the bug by running 
configure this way:
./configure WINDRES=:

Original comment by jwilk@jwilk.net on 16 Mar 2011 at 9:31

GoogleCodeExporter commented 9 years ago
Fixed in r1a868614fbf0.

Original comment by jwilk@jwilk.net on 18 Mar 2011 at 7:13

GoogleCodeExporter commented 9 years ago
Fixed in pdf2djvu 0.7.7.

Original comment by jwilk@jwilk.net on 18 Aug 2011 at 6:57