Date: Fri, 27 Jan 2012 18:04:26 GMT From: Yanhui Shen <shen.elf@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/164545: graphics/ogre3d 1.7.4 build failed on the machine which has tinyxml installed Message-ID: <201201271804.q0RI4Qgo032944@red.freebsd.org> Resent-Message-ID: <201201271810.q0RIA7jj085923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164545 >Category: ports >Synopsis: graphics/ogre3d 1.7.4 build failed on the machine which has tinyxml installed >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 27 18:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yanhui Shen >Release: FreeBSD 9.0 >Organization: China >Environment: FreeBSD ThinkPad 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 15 06:14:22 CST 2012 shen@R400:/usr/obj/usr/src/sys/ThinkPad amd64 >Description: graphics/ogre3d 1.7.4 build failed on the machine which already has tinyxml installed. It is because some source files under work/ogre_src_v1-7-4/Tools/XMLConverter/src include the "tinyxml.h", however the search path /usr/local/include is used instead of its own work/ogre_src_v1-7-4/Tools/XMLConverter/include. So, the quick and dirty way to fix this problem is to change those files' includes to "../include/tinyxml.h". >How-To-Repeat: 1.Install textproc/tinyxml 2.Build ogre3d >Fix: 1.Look for the source files under work/ogre_src_v1-7-4/Tools/XMLConverter/src which include the "tinyxml.h". 2.The quick and dirty way is: change "tinyxml.h" to "../include/tinyxml.h". >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201271804.q0RI4Qgo032944>