Ticket #2 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

0.1.2: compiling error on FC5

Reported by: vnpenguin Owned by: jordi
Priority: major Version: 0.1.2
Keywords: Cc:

Description

Just tried to compile 0.1.2 on FC5: ... if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -O2 -march=athlon-xp -mfpmath=sse -msse -mmmx -m3dnow -ffast-math -pipe -fomit-frame-pointer -Wall -Wno-long-long -DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-IDocument.o -MD -MP -MF ".deps/libepdfview_a-IDocument.Tpo" -c -o libepdfview_a-IDocument.o test -f 'IDocument.cxx' || echo './'IDocument.cxx; \ then mv -f ".deps/libepdfview_a-IDocument.Tpo" ".deps/libepdfview_a-IDocument.Po"; else rm -f ".deps/libepdfview_a-IDocument.Tpo"; exit 1; fi IDocument.cxx:21:24: error: ErrorCodes?.h: No such file or directory IDocument.cxx:22:26: error: GlobalParams?.h: No such file or directory make[3]: *** [libepdfview_a-IDocument.o] Error 1 make[3]: Leaving directory `/work/tmp/epdfview-0.1.2/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/work/tmp/epdfview-0.1.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/work/tmp/epdfview-0.1.2' make: *** [all] Error 2

I have poppler-0.5.1-2 & poppler-devel-0.5.1-2 on my box. I missed something else ?

Change History

Changed 3 years ago by jordi

  • owner changed from somebody to jordi
  • version set to 0.1.2
  • component changed from component1 to main

Yes, someone else told me this. I made a new tarball for this version without the raw Poppler's headers on IDocument.cxx.

Can you download it and test it again please? Thank you.

Changed 3 years ago by moe@…

Poppler does install those headers only if you compile it with '--enable-xpdf-headers'. So this is a Fedora related issue and should be reported to their bugtracker IMHO.

Changed 3 years ago by jordi

  • status changed from new to closed
  • resolution set to fixed

Actually it happened also on a SuSE distribution. I change it to "fixed" as in both distributions seems to be solved.

Note: See TracTickets for help on using tickets.