So I'm reading your response and thinking, okay I'll do this tomorrow. But then you mentioned, "that is not your error...but." I can program, what the hey, let's look at the error and see what is up....well I made the following changes to nv_freebsd.h lines 337 and 338
/
S032   nv_os_agp_init        (nv_state_t *, void **, U032 *);
S032   nv_os_agp_teardown    (nv_state_t *);

/to

/S032 nv_os_agp_init (*nv_stack_t *sp*, nv_state_t *, void **, U032 *);
S032   nv_os_agp_teardown    (*nv_stack_t *sp*, nv_state_t *);

/I then got a stop because ../../graphics/libGL was already installed, feeling redundancy kicking in I decided to give in for a "registered" install of the nvidia-drivers, I deinstalled libGL and fired up make install from nvidia-driver directory again. After that, the driver successfully installed itself and I'm a happy happy camper.

I am running FreeBSD6.3/i386- RELEASE.

Regards,
Brodey Dover

See you all at BSDCan ;).
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to