{"id":6651,"date":"2014-04-20T14:01:20","date_gmt":"2014-04-20T14:01:20","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/20\/problem-about-ppc-collection-of-common-programming-errors\/"},"modified":"2014-04-20T14:01:20","modified_gmt":"2014-04-20T14:01:20","slug":"problem-about-ppc-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/20\/problem-about-ppc-collection-of-common-programming-errors\/","title":{"rendered":"problem about ppc-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1ac7a0d0a7e2b544abed5b9f963009d7?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ni0n<br \/>\nhttps git leopard certificate-authority ppc<br \/>\nI have a git repository with submodules on github, when I try and set up the submodules locally by doing:git submodule init git submodule updateI get this error:error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https:\/\/github.com\/wincent\/Command-T.git\/info\/refsfatal: HTTP request failed Clone of &#8216;https:\/\/github.com\/wincent\/Command-T.git&#8217; into submodule path &#8216;dotfiles\/vim\/bundle<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9b52265281e7a6aa43bb0cd142fbc36d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNick<br \/>\nadvertising google-adwords ppc<br \/>\nI was wondering if there is anyway you can block or exclude people from submitting multiple fake ip&#8217;s online . For example I have a google pay-per-click campaign set up on adwords. I downloaded a program in minutes which enabled me to hide or give out a fake ip address which also allows you to use a different ip each time. I tried this out on my own link on google which in turn got through adwords and I was charged for the click. My question is how would you be able to counter or block someone w<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f8d1a94fbefd1513e00f0e25153e61a6?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJay<br \/>\nc debugging vxworks ppc<br \/>\nI am getting an exception &#8220;Invalid Program Counter Address&#8221; in Vxworks + PPC 603.Application is linking to multiple &#8216;C&#8217; libraries. Am not able to place, what could cause this problem?Is there a possibility that incorrect compilation options could be causing this?Any directions or pointers will be helpful.ThanksUPDATE: I am having a structure whose members are function pointers. The structure itself is static and it&#8217;s address is passed around and through the structure different functions are bein<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4bd487cc741e5ec0e23d21da0314eb9f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNick Williamson<br \/>\nosx monodevelop ppc<br \/>\nI am trying to get MonoDevelop 2.4 to run on a PowerPC Mac running Tiger.I have downloaded Mono 2.4.3 from the &#8220;older releases&#8221; page off the download page and installed it. I have downloaded the OS X MonoDevelop 2.4 package and installed it. When I run it is doesn&#8217;t start &#8211; it bounces up and down in the dock for a bit and then disappears. The stack trace in the console log is:Mac OS X Version 10.4.11 (Build 8S165) 2010-09-24 14:45:13 +0100 2010-09-24 14:45:17.383 SystemUIServer[174] lang is:en S<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9ec09034f1bc63fc7176b054c42a09e5?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nReiss<br \/>\nmac ppc<br \/>\nI trying to figure out whether or not if i should install Ubuntu on my 15&#8243; Powerbook G4 1.25 GHz and I pretty sure the RAM is maxed out at 2 GB and also its currently running Mac OSX Leopard 10.5.8 which so far for me I&#8217;ve had no problems with but i&#8217;m thinking I&#8217;ll install Ubuntu anyways. So is it a good idea to install it and which version should i install?Thanks in Advanced-Reiss<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3fcc220d5aeac519b7222feece27156a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njacob88<br \/>\nlubuntu ppc<br \/>\nsorry if this problem has already been asked before but here it is.After I burned the CD the burning software verified it had been burned successfully and when I attempted to boot the CD and was successful. I pressed tab as suggested and typed check which then informed me the CD was again fine. After rebooting again I typed live and hit enter and after the white screen with text and the lubuntu loading screen I got this:Stopping enable remaining boot-time encrypted block devices Starting NTP ser<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cae02b125bb529ef7aa7ea46d043484d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMecki<br \/>\nc unix crash ppc<br \/>\nI need help of a real C guru to analyze a crash in my code. Not for fixing the crash; I can easily fix it, but before doing so I&#8217;d like to understand how this crash is even possible, as it seems totally impossible to me.This crash only happens on a customer machine and I cannot reproduce it locally (so I cannot step through the code using a debugger), as I cannot obtain a copy of this user&#8217;s database. My company also won&#8217;t allow me to just change a few lines in the code and make a custom build f<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/175f1d55c73ce5cb1d071dc4d0f1a333?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAlex Reynolds<br \/>\nxcode osx gcc osx-lion ppc<br \/>\nI have a Lion (10.7.1) system on which I installed Xcode 4.2. Suppose I have a simple C program helloWorld.c as follows:#include &lt;stdio.h&gt; main() {printf(&#8220;hello, world\\n&#8221;); }Using this setup, I would like to try to compile helloWorld.c for use on PPC and PPC64 architectures, e.g.:$ gcc -arch ppc helloWorld.c -o helloWorldThis gives the following error message:llvm-gcc-4.2: error trying to exec &#8216;\/usr\/bin\/..\/llvm-gcc-4.2\/bin\/powerpc-apple-darwin11-llvm-gcc-4.2&#8217;: execvp: No such file or direc<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cf826a7006cbe410e78ee32ab0426191?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nIanNorton<br \/>\nosx compilation mono ppc<br \/>\nMake libgdiplus 2.10 results in an error. I am having a hard time finding the cause. It appears to be a problem with the source file pngcodec.c. I am not sure if this is a bug or I am just doing something wrong. I would appreciate a suggestion as to where I should look to solve this problem. I am compiling on a powerbook g4 osx leopard 10.5 ppc. I have installed mono, xsp2, and mod_mono successfully from source, but get System.DllNotFoundException: gdiplus.dllat (wrapper managed-to-native) Syst<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n","protected":false},"excerpt":{"rendered":"<p>i0n https git leopard certificate-authority ppc I have a git repository with submodules on github, when I try and set up the submodules locally by doing:git submodule init git submodule updateI get this error:error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https:\/\/github.com\/wincent\/Command-T.git\/info\/refsfatal: HTTP request failed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6651","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6651"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6651\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}