xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

Can not build working Tunnelblick.app from svn #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tunnelblick.app build from svn does not run because the Sparkle.framework was 
not checked in 
properly.

The following errors are thrown:
com.openvpn.tunnelblick[2694] dyld: Library not loaded: 
@executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle 
com.openvpn.tunnelblick[2694]   Referenced from: 
/Applications/Tunnelblick.app/Contents/MacOS/Tunnelblick 
com.openvpn.tunnelblick[2694]   Reason: image not found 

The reason for this error is that the directory structure of the 
Sparkle.framework that was 
checked into svn is incorrect. The structure should look like:

[mhaque@batmobile Sparkle.framework]$ ls -ltrh
total 12K
drwxr-xr-x 4 mhaque staff 136 2008-07-24 20:15 Versions
lrwxr-xr-x 1 mhaque staff  24 2008-07-24 20:16 Sparkle -> 
Versions/Current/Sparkle
lrwxr-xr-x 1 mhaque staff  26 2008-07-24 20:16 Resources -> 
Versions/Current/Resources
lrwxr-xr-x 1 mhaque staff  24 2008-07-24 20:16 Headers -> Versions/Current/Heade

[mhaque@batmobile Sparkle.framework]$ ls -ltrh Versions/
total 4.0K
lrwxr-xr-x 1 mhaque staff   1 2008-07-24 20:15 Current -> A
drwxr-xr-x 5 mhaque staff 170 2008-07-24 20:15 A

[mhaque@batmobile Sparkle.framework]$ ls -ltrh Versions/A/
total 488K
drwxr-xr-x 12 mhaque staff  408 2008-07-24 20:02 Resources
-rwxr-xr-x  1 mhaque staff 488K 2008-07-24 20:02 Sparkle
drwxr-xr-x 41 mhaque staff 1.4K 2008-07-24 20:02 Headers

Original issue reported on code.google.com by batman...@gmail.com on 25 Jul 2008 at 12:35

GoogleCodeExporter commented 9 years ago
It's now committed. Does it build correctly now? Plzkthx.

Original comment by angelol...@gmail.com on 25 Jul 2008 at 1:45

GoogleCodeExporter commented 9 years ago
Yes, application is now packaged properly and launches without issue.

Original comment by batman...@gmail.com on 25 Jul 2008 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by angelol...@gmail.com on 25 Jul 2008 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by jkbull...@gmail.com on 14 Aug 2009 at 3:22