|
|
#1 | |
|
Registered User
Join Date: Jun 2007
Posts: 10
|
I am trying to build libXNVCtrl.a from the nvidia-settings-1.0 source code.
The Imakefile and generate Makefile will not build anything. The Generated Makefile has a bunch of (_NULLCMD_) where there should perhaps be real tasks to build the .o and .a and such. Running the make file, does nothing much at all. I think this may have something to do with the host.def file for the X.org source code and IMake/xmkmf. My environment is: Fedora 7 (with most if not all up to date yum packages installed) kernel 2.6.21-1.3228.fc7 NVidia 1.0-9762 driver install from .run package Most if not all X.org devel packages Does anyone know how to build this thing? |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Hi fwelland, thanks for bringing this to our attention. I filed bug 334808 on this issue. In the meantime, this simple Makefile works for me:
Code:
libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o) ranlib $@ NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h .INTERMEDIATE: NVCtrl.o clean :: rm -f libXNVCtrl.a *.o .PHONY: clean |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2007
Posts: 10
|
yup that make snippet worked just fine.
TX |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Building A 96-Core Ubuntu ARM Solar-Powered Cluster | News | Latest Tech And Game Headlines | 0 | 06-19-12 09:10 AM |
| Improving OpenCL On CPUs, Building Linux | News | Latest Tech And Game Headlines | 0 | 06-17-12 09:50 AM |
| Building Cloud Infrastructure with Windows Server 2012 and System Center 2012 SP1 | News | Latest Tech And Game Headlines | 0 | 05-27-12 03:00 PM |
| Kizuna Update: In Japan, Building a New Kids' Sports Field | News | Latest Tech And Game Headlines | 0 | 05-25-12 08:00 AM |
| Building new computer, need help. | LORD-eX-Bu | General Hardware | 5 | 09-10-02 05:11 PM |