Bug 14194 - Building xserver module component: "Your OS is unknown" is incorrect
Summary: Building xserver module component: "Your OS is unknown" is incorrect
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.2 (2007.02)
Hardware: PowerPC Mac OS X (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 15:30 UTC by Peter Dyballa
Modified: 2008-05-06 01:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2008-01-21 15:30:10 UTC
The complete message is:

	configure: error: Your OS is unknown. Xorg currently only supports Linux, 		Free/Open/NetBSD, Solaris, and OS X. If you are interested in porting 	        Xorg to your platform, please email xorg@lists.freedesktop.org.

I am on (Mac) OS X – what is wrong here?

The correct name is “Mac OS X.” The writing OS-X on line #2032 is also wrong.

	host_cpu=powerpc
	host_vendor=apple
	host_os=darwin8.11.0

are defined during configure. Adding at line #32494

	  darwin*)
	  	XORG_OS="darwin"
		XORG_OS_SUBDIR="bsd"
		;;

starts compilation. Which ends with an error:

	In file included from xf86Init.c:96:
	../../../hw/xfree86/os-support/bus/Pci.h:260:2: error: #error No PCI support available for this architecture/OS combination
	make[5]: *** [xf86Init.o] Error 1
	make[4]: *** [all] Error 2
	make[3]: *** [all-recursive] Error 1
	make[2]: *** [all] Error 2
	make[1]: *** [all-recursive] Error 1
	make: *** [all-recursive] Error 1
Comment 1 Jeremy Huddleston Sequoia 2008-05-06 01:50:55 UTC
Try the xorg-server-1.4-appbe branch if you want something stable... otherwise 1.5 and master should atleast compile for you now


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.