Even though there was no trailer release, the South Park spoof of the first trailer that they did was pretty damn funny:) Everyone should check it out.
Has anyone else had a problem compiling this one? When I try and compile, it dies with this:
checksum.c:200: redefinition of `csum_partial_copy' checksum.c:105: `csum_partial_copy' previously defined here.
Now, I know a little bit about programming, so I opened up checksum.c (which is in/arch/i386/lib) and checked out lines 200 and 105. They're function declarations. Line 200 declares function "csum_partial_copy", and line 105 declares function "csum_partial_copy_fromuser". So why does the compiler think that its trying to redefine "csum_partial_copy"?
I'm trying to compile under RedHat 5.2 using gcc-2.7.2.3-14.
http://209.140.92.4/starwars/specia ledition.htm
Even though there was no trailer release, the South Park spoof of the first trailer that they did was pretty damn funny :) Everyone should check it out.
checksum.c:200: redefinition of `csum_partial_copy'
checksum.c:105: `csum_partial_copy' previously defined here.
Now, I know a little bit about programming, so I opened up checksum.c (which is in /arch/i386/lib) and checked out lines 200 and 105. They're function declarations. Line 200 declares function "csum_partial_copy", and line 105 declares function "csum_partial_copy_fromuser". So why does the compiler think that its trying to redefine "csum_partial_copy"?
I'm trying to compile under RedHat 5.2 using gcc-2.7.2.3-14.
FYI, Alfredo just posted on the Window Maker devel list that the next version of Window Maker will have full KDE and GNOME compliance.