SCPlugin on MacIntel

View: New views
6 Messages — Rating Filter:   Alert me  

SCPlugin on MacIntel

by matt jaffa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have downloaded the latest source and compiled just fine but want it
to run properly on my Intel Mac. I disabled the __ppc__ error message
in mach_override.c to get it to compile, but of course it is not going
to run on MacIntel cause the 7 instruction array is ppc machine code.
Is there anybody looking into getting the mach_override to work on
Intel Macs. It seems that is the only thing preventing the icon
overlay images to not display. I could do without the icons but I
really don't want to.

Thanks,
Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: SCPlugin on MacIntel

by Jonathan Paisley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 11 Jun 2006, at 7:21, matt jaffa wrote:

> Hi,
>
> I have downloaded the latest source and compiled just fine but want it
> to run properly on my Intel Mac. I disabled the __ppc__ error message
> in mach_override.c to get it to compile, but of course it is not going
> to run on MacIntel cause the 7 instruction array is ppc machine code.
> Is there anybody looking into getting the mach_override to work on
> Intel Macs. It seems that is the only thing preventing the icon
> overlay images to not display. I could do without the icons but I
> really don't want to.

Try grabbing mach_override for intel from here:

    http://guiheneuf.org/Site/mach%20inject%20for%20intel.html

SCPlugin uses mach_override to patch the Finder.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Parent Message unknown Re: SCPlugin on MacIntel

by Jonathan 'Wolf' Rentzsch-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

matt jaffa, mjaffa@..., wrote:

>I have downloaded the latest source and compiled just fine but want it
>to run properly on my Intel Mac. I disabled the __ppc__ error message
>in mach_override.c to get it to compile, but of course it is not going
>to run on MacIntel cause the 7 instruction array is ppc machine code.
>Is there anybody looking into getting the mach_override to work on
>Intel Macs. It seems that is the only thing preventing the icon
>overlay images to not display. I could do without the icons but I
>really don't want to.

An Intel-compatible version of mach_override is in extendamac's
SourceForge svn repo, but hasn't been rolled into an official release yet.

| Jonathan 'Wolf' Rentzsch   http://rentzsch.com
| Red Shed Software           http://redshed.net
|     "better" necessarily means "different"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: SCPlugin on MacIntel

by Christian Ulbrich :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I managed to compile an intel-only binary of SCPlugin, get it here:

http://web.inf.tu-dresden.de/~s2642662/macstuff/SCFinderPlugin.plugin.zip and copy it to ~/Library/Contextual Menu Items (create, if the folder doesn't exist). Now you can use the context menu for subversion operations. As Egil has stated in his short introduction it is not possible to access svn repositories which require authentification (which to my knowledge the mosts do).

To work around this, make a checkout via terminal (e.g. "svn co http://myrepo.url"). After the first checkout SCPlugin should work.

SCPlugin was statically linked against subversion 1.2.3, thus it should work without svn being installed (on my system I installed it through fink)

Have fun...

Christian

PS:Refrain from bugging me with support questions, I simply compiled the code by replacing the mach_override code with the given links...

Re: SCPlugin on MacIntel

by Jack Repenning-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jun 19, 2006, at 12:54 PM, Christian Ulbrich wrote:

>
> I managed to compile an intel-only binary of SCPlugin, get it here:


Christian:  Fantastic!  Thanks ever so much to all, for figuring it  
out and for making it available.

All: Is it time yet for us to incorporate this into the SCPlugin  
build tree?  I note that Jonathan "Wolf" Rentzsch (in another message  
in the thread) says the Intel mach_override "hasn't been rolled into  
an official release yet."  Is anyone on this list involved enough in  
that community to guess when that will be, or what help we could  
provide?  I've never been over there before, but it appears to be a  
pretty well-managed and active community (translation: there's more  
and better webbage that I have time to read just this moment ;-()

-==-
Jack "whose working copies are SVN 1.4 now, so sadly can't use this  
1.2.3 version" Repenning
Chief Engineer, CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
office: +1 650.228.2562
mobile: +1 408.835.8090
raindance: 844.7461
skype: jrepenning




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Parent Message unknown Re: SCPlugin on MacIntel

by Jonathan 'Wolf' Rentzsch-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jack Repenning, jrepenning@..., wrote:

>All: Is it time yet for us to incorporate this into the SCPlugin  
>build tree?  I note that Jonathan "Wolf" Rentzsch (in another message  
>in the thread) says the Intel mach_override "hasn't been rolled into  
>an official release yet."  Is anyone on this list involved enough in  
>that community to guess when that will be, or what help we could  
>provide?  I've never been over there before, but it appears to be a  
>pretty well-managed and active community (translation: there's more  
>and better webbage that I have time to read just this moment ;-()

It's mostly a matter of me finding the time to make a release. Things
don't look good for the next three weeks :-)

| Jonathan 'Wolf' Rentzsch   http://rentzsch.com
| Red Shed Software           http://redshed.net
|     "better" necessarily means "different"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...