OK...what do I do with that? 

I guess I am saying it did stop the build in my case...

If I try to edit AuUnlock.c it just gets changed back to the original.

It may be helpful to interject here that I am fairly resourceful at compiling 
things that are not broken, but have never fixed things that wouldn't compile 
at this level of difficulty...

-----Original Message-----
From: Alexander Hansen [mailto:alexanderk.han...@gmail.com] 
Sent: Thursday, August 09, 2012 1:08 PM
To: Patterson, James
Cc: fink-beginners@lists.sourceforge.net
Subject: Re: [Fink-beginners] Problem compiling TightVNC

On 8/9/12 10:45 AM, Alexander Hansen wrote:
> On 8/9/12 10:40 AM, Patterson, James wrote:
>>> Umm...I believe it's trying to _build_ its own copy of libXau.a and 
>>> failing, rather than being unable to find one from the system.
>>
>> That's what I thought too, but the queries I looked at online with regards 
>> to this was that it couldn't find it and that it was a misleading error msg.
>>
>>> How many build jobs are you using?  That error looks like what you 
>>> get when a build isn't safe for multiple threads--static library 
>>> builds are one place where I've often seen this behavior.
>>
>> I am just typing in the command "fink install tightvnc". Not trying manual 
>> compilation anymore.
> 
> That's set in /sw/etc/fink.conf , and can be changed using "fink configure".
> 
>>
>> It is not staying inside the /sw tree though. 
>> I know that for sure. The /usr/lib/X11 tree is in use...that's where the 
>> X11.tmpl file is pointing it.
>>
>> James
>>
>>
> 
> _reading_ from /usr/X11 is OK.  _Installingg_ there wouldn't be.
> 
> 

Ah, I was just told that tightvnc is already set for 1 build job interally

We've found that this error is actually due to an earlier error which doesn't 
stop the build:

gcc -c -O2 -ansi -Dasm=__asm    -I../.././ -I../.././/exports/include
-DCSRG_BASED   -DFUNCPROTO=15 -DNARROWPROTO    AuUnlock.c
AuUnlock.c:47:2: error: non-void function 'XauUnlockAuth' should return a value
      [-Wreturn-type]
        return;
        ^
1 error generated.
make[2]: *** [AuUnlock.o] Error 1


--
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to