Linux build/mac support patch
Posted: 25 March 2007 11:21 PM   [ Ignore ]
New Member
Rank
Total Posts:  2
Joined  2007-01-28

This is an update to support building more applications in the new cmake system, along with making it compile under Mac OSX.

These build under Linux/OSX now:
- src/configapp
- demos/smoke
- demos/osc

Of course, the smoke demo app will only build if it detects fftw 2 installed, and osc will only build when you have oscpack installed.

I haven’t actually tested the binaries fully under OS X yet, I’ll be doing that later tonight or tomorrow when our frame for our table is finished.

Patch

-
Dan Willemsen
Computer Science House, Rochester Institute of Technology

Profile
 
 
Posted: 02 June 2007 07:20 PM   [ Ignore ]   [ # 1 ]
New Member
Rank
Total Posts:  88
Joined  2007-04-28

Hey guys,

Sorry to bring up such an old thread, but I’m having a little bit of a problem. As I’ve said before, I’m a newbie when it comes to the *NIX command line, programming, etc. But I can’t figure out how to apply this patch file. I run this command:

patch -p0 <touchlib-update-build.patch

And it returns with this:

patching file include/CaptureFilter.h
Reversed 
(or previously appliedpatch detected!  Assume -R[n]

Now I trying inputing Y and N and it will not apply the patch. I think I’m on the right track, but I just don’t know what to do because of my ignorance. Does anyone know what I need to do?

Thanks in advance.

Profile
 
 
Posted: 11 June 2007 09:55 PM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  52
Joined  2007-02-11

Hey Kyle,

I am certainly no expert when it comes to patching but as I understand it patch is telling you the code has already been patched (perhaps with a different patch version) and asking you to reverse it (-R) before applying the new patch.

My guess is that the code the patch was written for is older than the code you currently have.

I have just grabbed the latest touchlib from the repository and got the same error so I will have a closer look at it and see what might have changed.

Profile
 
 
   
 
 
‹‹ Mousedriver and Configapp      Shape events? ››