[MacPorts] #21011: gimp2 opcode errors on OS X 10.6

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

[MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  macports-tickets@…                  
     Type:  defect             |      Status:  new                                  
 Priority:  Normal             |   Milestone:                                      
Component:  ports              |     Version:  1.8.0                                
 Keywords:                     |        Port:  gimp2                                
-------------------------------+--------------------------------------------
 When i try to build gimp2 on Snow Leopard i get :


 {{{
 /bin/sh ../libtool --tag=CC   --mode=compile ccache /usr/bin/gcc-4.2
 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\""/opt/local"\" -DGIMPDIR=\"".gimp-2.6"\"
 -DDATADIR=\""/opt/local/share/gimp/2.0"\"
 -DLOCALEDIR=\""/opt/local/share/locale"\"
 -DPLUGINDIR=\""/opt/local/lib/gimp/2.0"\"
 -DSYSCONFDIR=\""/opt/local/etc/gimp/2.0"\" -DGIMP_PACKAGE=\""gimp"\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE  -pipe -O2 -arch x86_64 -Wall -Wdeclaration-after-
 statement -Wmissing-prototypes -Wmissing-declarations -Winit-self
 -Wpointer-arith -Wold-style-definition -MT gimpcpuaccel.lo -MD -MP -MF
 .deps/gimpcpuaccel.Tpo -c -o gimpcpuaccel.lo gimpcpuaccel.c
 libtool: compile:  ccache /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I..
 -D_REENTRANT -I/opt/local/include/glib-2.0
 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
 -I/opt/local/include -DPREFIX=\"/opt/local\" -DGIMPDIR=\".gimp-2.6\"
 -DDATADIR=\"/opt/local/share/gimp/2.0\"
 -DLOCALEDIR=\"/opt/local/share/locale\"
 -DPLUGINDIR=\"/opt/local/lib/gimp/2.0\"
 -DSYSCONFDIR=\"/opt/local/etc/gimp/2.0\" -DGIMP_PACKAGE=\"gimp\"
 -DGIMP_DATA_VERSION=\"2.0\" -DGIMP_SYSCONF_VERSION=\"2.0\"
 -DGIMP_PLUGIN_VERSION=\"2.0\" -DG_LOG_DOMAIN=\"LibGimpBase\"
 -I/opt/local/include -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
 -DGTK_MULTIHEAD_SAFE -pipe -O2 -arch x86_64 -Wall -Wdeclaration-after-
 statement -Wmissing-prototypes -Wmissing-declarations -Winit-self
 -Wpointer-arith -Wold-style-definition -MT gimpcpuaccel.lo -MD -MP -MF
 .deps/gimpcpuaccel.Tpo -c gimpcpuaccel.c  -fno-common -DPIC -o
 .libs/gimpcpuaccel.o
 {standard input}:125:suffix or operands invalid for `pushf'
 {standard input}:126:suffix or operands invalid for `pushf'
 {standard input}:127:suffix or operands invalid for `pop'
 {standard input}:130:suffix or operands invalid for `push'
 {standard input}:131:suffix or operands invalid for `popf'
 {standard input}:132:suffix or operands invalid for `pushf'
 {standard input}:133:suffix or operands invalid for `pop'
 {standard input}:134:suffix or operands invalid for `popf'
 make[2]: *** [gimpcpuaccel.lo] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 }}}

--
Ticket URL: <http://trac.macports.org/ticket/21011>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  macports-tickets@…                  
     Type:  defect             |      Status:  new                                  
 Priority:  Normal             |   Milestone:                                      
Component:  ports              |     Version:  1.8.0                                
 Keywords:                     |        Port:  gimp2                                
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 This is the faulty section (gimpcpuaccel.c)

 {{{
 #if !defined(ARCH_X86_64) && (defined(PIC) || defined(__PIC__))
 #define cpuid(op,eax,ebx,ecx,edx)  \
   __asm__ ("movl %%ebx, %%esi\n\t" \
            "cpuid\n\t"             \
            "xchgl %%ebx,%%esi"     \
            : "=a" (eax),           \
              "=S" (ebx),           \
              "=c" (ecx),           \
              "=d" (edx)            \
            : "0" (op))
 #else
 #define cpuid(op,eax,ebx,ecx,edx)  \
   __asm__ ("cpuid"                 \
            : "=a" (eax),           \
              "=b" (ebx),           \
              "=c" (ecx),           \
              "=d" (edx)            \
            : "0" (op))
 #endif
 }}}


 It seems there is a detection platform issue ...

 Attached a diff to solve the problem

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------
Changes (by devans@…):

  * owner:  macports-tickets@… => devans@…
  * status:  new => assigned


--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by jirapong.nanta@…):

 Replying to [comment:1 hsivank@…]:
 > This is the faulty section (gimpcpuaccel.c)
 >
 > {{{
 > #if !defined(ARCH_X86_64) && (defined(PIC) || defined(__PIC__))
 > #define cpuid(op,eax,ebx,ecx,edx)  \
 >   __asm__ ("movl %%ebx, %%esi\n\t" \
 >            "cpuid\n\t"             \
 >            "xchgl %%ebx,%%esi"     \
 >            : "=a" (eax),           \
 >              "=S" (ebx),           \
 >              "=c" (ecx),           \
 >              "=d" (edx)            \
 >            : "0" (op))
 > #else
 > #define cpuid(op,eax,ebx,ecx,edx)  \
 >   __asm__ ("cpuid"                 \
 >            : "=a" (eax),           \
 >              "=b" (ebx),           \
 >              "=c" (ecx),           \
 >              "=d" (edx)            \
 >            : "0" (op))
 > #endif
 > }}}
 >
 >
 > It seems there is a detection platform issue ...
 >
 > Attached a diff to solve the problem

 I cannot find a port file. Where is it?

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 Hello,

 Sorry for my previous git patches ...

 This one looks good !

 (Just a small question :  Is there any plant to support SCM (git,
 mercurial ...) with macport ?)

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by jirapong.nanta@…):

 Replying to [comment:5 hsivank@…]:
 > Hello,
 >
 > Sorry for my previous git patches ...
 >
 > This one looks good !
 >
 > (Just a small question :  Is there any plant to support SCM (git,
 mercurial ...) with macport ?)

 Thank you  hsivank.. just put your patch in
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/gimp2/
 folder, then [[BR]]
 sudo port clean gimp2 [[BR]]
 sudo port install gimp2 [[BR]]

 get this error


 {{{
 Undefined symbols:
   "_EndQDContextForApplicationDockTile", referenced from:
       _twainMain in tw_mac.o
   "_BeginQDContextForApplicationDockTile", referenced from:
       _twainMain in tw_mac.o
   "_SetApplicationDockTileImage", referenced from:
       _twainMain in tw_mac.o
 ld: symbol(s) not found
 }}}

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 This is another error
 I've got the same ...

 Extratc from plug-ins/twain/tw_mac.c :

 {{{
 194  /* Voodoo magic fix inspired by java_swt launcher */
 195  /* Without this the icon setting doesn't work about half the time. */
 196  CGrafPtr p = BeginQDContextForApplicationDockTile();
 197  EndQDContextForApplicationDockTile(p);
 198
 199  SetApplicationDockTileImage (icon);
 }}}

 I'm not familiar with Voodoo !!! So comment  lines 196,197 and 199

 It will be ok after ...

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by jirapong.nanta@…):

 Replying to [comment:7 hsivank@…]:
 > This is another error
 > I've got the same ...
 >
 > Extratc from plug-ins/twain/tw_mac.c :
 >
 > {{{
 > 194  /* Voodoo magic fix inspired by java_swt launcher */
 > 195  /* Without this the icon setting doesn't work about half the time.
 */
 > 196  CGrafPtr p = BeginQDContextForApplicationDockTile();
 > 197  EndQDContextForApplicationDockTile(p);
 > 198
 > 199  SetApplicationDockTileImage (icon);
 > }}}
 >
 > I'm not familiar with Voodoo !!! So comment  lines 196,197 and 199
 >
 > It will be ok after ...
 >
 >

 Awesome!! this worked. Thank you.

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by fredrik.karlsson84@…):

 Replying to [comment:7 hsivank@…]:
 > This is another error
 > I've got the same ...
 >
 > Extratc from plug-ins/twain/tw_mac.c :
 >
 > {{{
 > 194  /* Voodoo magic fix inspired by java_swt launcher */
 > 195  /* Without this the icon setting doesn't work about half the time.
 */
 > 196  CGrafPtr p = BeginQDContextForApplicationDockTile();
 > 197  EndQDContextForApplicationDockTile(p);
 > 198
 > 199  SetApplicationDockTileImage (icon);
 > }}}
 >
 > I'm not familiar with Voodoo !!! So comment  lines 196,197 and 199
 >
 > It will be ok after ...
 >
 >
 ah, shit.
 put the patch in, worked fine for a little while, then i got the same
 error as above;:


 {{{
 Command output: tw_mac.c:170: warning: old-style function definition
 tw_mac.c:180: warning: ISO C90 forbids mixed declarations and code
 tw_mac.c:187: warning: pointer targets in passing argument 2 of
 'CFURLCreateFromFileSystemRepresentation' differ in signedness
 tw_mac.c:190: warning: ISO C90 forbids mixed declarations and code
 tw_mac.c:196: warning: implicit declaration of function
 'BeginQDContextForApplicationDockTile'
 tw_mac.c:196: warning: initialization makes pointer from integer without a
 cast
 tw_mac.c:197: warning: implicit declaration of function
 'EndQDContextForApplicationDockTile'
 tw_mac.c:199: warning: implicit declaration of function
 'SetApplicationDockTileImage'
 tw_mac.c: At top level:
 tw_mac.c:204: warning: no previous prototype for 'twainMain'
 tw_mac.c: In function 'twainMain':
 tw_mac.c:204: warning: old-style function definition
 tw_mac.c:225: warning: implicit declaration of function
 'RunApplicationEventLoop'

 }}}

 i changed tw_mac.c and still same error, without line 199...
 after change, end entry:


 {{{
 Undefined symbols:
   "_EndQDContextForApplicationDockTile", referenced from:
       _twainMain in tw_mac.o
   "_BeginQDContextForApplicationDockTile", referenced from:
       _twainMain in tw_mac.o
 ld: symbol(s) not found
 }}}

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 Hello fredrik.karlsson84

 I updated Portfile-gimp2.diff and added a patch for tw_mac.c ... It should
 be ok now ?

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by devans@…):

 This last patch needs futher modifications as you are assuming x86_64 and
 it is possible that
 snow leopard is running on 32 bit hardware in which case it is i386.

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 You are right Devans.

 Is it better if i replace :

 {{{
 platform darwin 10 {
         configure.args-append --build=x86_64-apple-darwin10.0.0
 }
 }}}

 by

 {{{
 if {$build_arch == "x86_64"} {
         configure.args-append --build=x86_64-apple-darwin10.0.0
 }
 }}}

 ?

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 Maybe :


 {{{
 platform darwin 10 {
         if {$build_arch == "x86_64"} {
                 configure.args-append --build=x86_64-apple-darwin10.0.0
         }
 }
 }}}

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by devans@…):

 Yes, this last is better for the x86_64 case also need to see if the
 patches will work on all platforms
 or are just appropriate for a particular architecture.

 I will apply and test on non-snow leopard this evening.

 Can anyone comment on the build on snow leopard i386?

 Would be nice to handle all cases at one.

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by fredrik.karlsson84@…):

 I combined the patch, using the Portfile-gimp2.diff, but changed the diff
 to hsivank's:

 {{{
 platform darwin 10 {
         if {$build_arch == "x86_64"} {
                 configure.args-append --build=x86_64-apple-darwin10.0.0
         }
 }
 }}}

 and used the patch-plug-ins-twain-tw_mac.c.diff, and it worked perfectly!
 thanks a lot for all the help!

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:15>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by allencmcbride@…):

 I think this ticket should have the "snowleopard" keyword so it will show
 up in SnowLeopardProblems.

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:25>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by swebster@…):

 Does removing the voodoo magic bring back the problem of "Without this the
 icon setting doesn't work about half the time." ?

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:27>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 Replying to [comment:27 swebster@…]:
 > Does removing the voodoo magic bring back the problem of "Without this
 the icon setting doesn't work about half the time." ?
 Yes, i think ...

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:28>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by swebster@…):

 I'm not an expert but
 [http://developer.apple.com/mac/library/DOCUMENTATION/Carbon/Reference/Dock_Manager/DeprecationAppendix/AppendixADeprecatedAPI.html
 this page] seems to suggest that these functions are deprecated in 10.5
 even and are not available to 64-bit programs.  Is this the real issue we
 need to deal with?  Alternative functions are listed, but they are also
 not available to 64-bit programs...

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:29>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets

Re: [MacPorts] #21011: gimp2 opcode errors on OS X 10.6

by MacPorts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#21011: gimp2 opcode errors on OS X 10.6
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  devans@…          
     Type:  defect             |      Status:  assigned          
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  1.8.0              
 Keywords:                     |        Port:  gimp2              
-------------------------------+--------------------------------------------

Comment(by hsivank@…):

 You're right swebster,
 This functions come from Carbon API.
 With a 64 bit application on SL we need to use Cocoa.

 It will be interesting to know if the bug still occur .... before rewrite
 this part.

--
Ticket URL: <http://trac.macports.org/ticket/21011#comment:30>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
_______________________________________________
macports-tickets mailing list
macports-tickets@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets
< Prev | 1 - 2 | Next >