Opened 19 years ago

Closed 18 years ago

#4767 closed defect (fixed)

BUG: xpdf 3.01_0 fails to built on 10.4.2

Reported by: Martin.Buchmann@… Owned by: olegb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

I had the same problem on 10.3.9 with XCode 1.5. I updated yesterday to Tiger and XCode 2.1 but the error is the same. Here's the final output of 'sudo port -d install xpdf'. I did a selfupdate before installing xpdf. xpdf 3.00_1 built just fine and works great.

g++ -I/usr/X11R6/include/freetype2 -I/opt/local/include -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/X11R6/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -c XPDFApp.cc XPDFApp.cc: In constructor 'XPDFApp::XPDFApp(int*, char)': XPDFApp.cc:132: error: 'XScreenNumberOfScreen' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::getResources()': XPDFApp.cc:186: error: 'XAllocNamedColor' was not declared in this scope XPDFApp.cc:196: error: 'XAllocNamedColor' was not declared in this scope XPDFApp.cc: In member function 'XPDFViewer* XPDFApp::open(GString*, int, GString*, GString*)': XPDFApp.cc:234: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'XPDFViewer* XPDFApp::openAtDest(GString*, GString*, GString*, GString*)': XPDFApp.cc:256: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::close(XPDFViewer*, GBool)': XPDFApp.cc:282: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::quit()': XPDFApp.cc:293: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::setRemoteName(char*)': XPDFApp.cc:310: error: 'XInternAtom' was not declared in this scope XPDFApp.cc:311: error: 'XGetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteOpen(GString*, int, GBool)':XPDFApp.cc:324: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:325: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteOpenAtDest(GString*, GString*, GBool)': XPDFApp.cc:334: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:335: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteReload(GBool)': XPDFApp.cc:340: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:341: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteRaise()': XPDFApp.cc:346: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:347: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteQuit()': XPDFApp.cc:352: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:353: error: 'XFlush' was not declared in this scope XPDFApp.cc: In static member function 'static void XPDFApp::remoteMsgCbk(_WidgetRec*, void*, XEvent*, Boolean*)': XPDFApp.cc:379: error: 'XGetWindowProperty' was not declared in this scope XPDFApp.cc:421: error: 'XMapRaised' was not declared in this scope XPDFApp.cc:422: error: 'XFlush' was not declared in this scope XPDFApp.cc:425: error: 'XFree' was not declared in this scope make[1]: * [XPDFApp.o] Error 1 make: * [all] Error 2 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_xpdf/work/xpdf-3.01" && make all" returned error 2 Command output: XPDFApp.cc:256: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::close(XPDFViewer*, GBool)': XPDFApp.cc:282: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::quit()': XPDFApp.cc:293: error: 'XSetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::setRemoteName(char*)': XPDFApp.cc:310: error: 'XInternAtom' was not declared in this scope XPDFApp.cc:311: error: 'XGetSelectionOwner' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteOpen(GString*, int, GBool)':XPDFApp.cc:324: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:325: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteOpenAtDest(GString*, GString*, GBool)': XPDFApp.cc:334: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:335: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteReload(GBool)': XPDFApp.cc:340: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:341: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteRaise()': XPDFApp.cc:346: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:347: error: 'XFlush' was not declared in this scope XPDFApp.cc: In member function 'void XPDFApp::remoteQuit()': XPDFApp.cc:352: error: 'XChangeProperty' was not declared in this scope XPDFApp.cc:353: error: 'XFlush' was not declared in this scope XPDFApp.cc: In static member function 'static void XPDFApp::remoteMsgCbk(_WidgetRec*, void*, XEvent*, Boolean*)': XPDFApp.cc:379: error: 'XGetWindowProperty' was not declared in this scope XPDFApp.cc:421: error: 'XMapRaised' was not declared in this scope XPDFApp.cc:422: error: 'XFlush' was not declared in this scope XPDFApp.cc:425: error: 'XFree' was not declared in this scope make[1]: * [XPDFApp.o] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for xpdf): com.apple.destroot com.apple.build DEBUG: expected integer but got ""

while executing

"seek $fd $len current" Error: Unable to upgrade port: 1

Change History (4)

comment:1 Changed 19 years ago by blb@…

Owner: changed from darwinports-bugs@… to olegb@…

Assigning to maintainer.

comment:2 Changed 19 years ago by mww@…

Summary: xpdf 3.01_0 fails to built on 10.4.2BUG: xpdf 3.01_0 fails to built on 10.4.2

comment:3 Changed 18 years ago by markd@…

xpdf builds fine for me on 10.4.5. The port has been updated since this bug was filed so I think it is fixed but the bug was never closed. Unless someone knows better I think it can be closed.

comment:4 Changed 18 years ago by olegb@…

Resolution: fixed
Status: newclosed

closing

Note: See TracTickets for help on using tickets.