From: Josef 'J. S. <je...@jo...> - 2011-10-20 14:48:20
|
On Thu, Oct 20, 2011 at 02:56:09PM +0200, Arnout Engelen wrote: > On Wed, Oct 12, 2011 at 03:30:32PM -0400, Josef 'Jeff' Sipek wrote: > > So, for what it's worth, I've been using it on my laptop for a day now. > > Great! > > > There seems to be an issue with F12 not working, but I didn't add > > -DCF_SUN_F1X_REMAP to the right makefile. I'll try that tonight, and > > hopefully I'll be able to close the session sanely :) > > Did it help? Yes, it did. I ended up packaging up xmessage since dtpad (that the wiki suggests using instead) is not in OI. Now, my only issue is related to X not loading my environment - but that's not a Notion issue :) So, to summarize, here are my changes: system.mk: -#DEFINES += -DCF_SUN_F1X_REMAP +DEFINES += -DCF_SUN_F1X_REMAP -PREFIX=/usr/local +PREFIX=/usr -#PRELOAD_MODULES=1 +PRELOAD_MODULES=1 -#HAS_SYSTEM_ASPRINTF=1 +HAS_SYSTEM_ASPRINTF=0 -CC=gcc +CC=/opt/SUNWspro/sunstudio12.1/bin/cc -WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \ - -Wtrigraphs -Wformat -Wchar-subscripts \ - -Wparentheses -pedantic -Wuninitialized +WARN= -#XOPEN_SOURCE=-D__EXTENSIONS__ +XOPEN_SOURCE=-D__EXTENSIONS__ #C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY +C99_SOURCE=-xc99=%all -DCF_HAS_VA_COPY assorted Makefiles: * remove "-Wall" * add -lXinerama -lXrandr libtu/Makefile: +CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE) assorted Makefiles: * use $(DESTDIR) to allow for installing into an arbitrary dir without messing up the prefix Jeff. -- Si hoc legere scis nimium eruditionis habes. |