<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/peda/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 17 Dec 2020 14:42:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/peda/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/peda/wiki/Home/?limit=100#9599</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I might be able to help with building and packaging a Mac build ... maybe. I don't have certain skills ... with compilers and linkers and such. I flowchart well ... but for coding I still tend to think in B.A.S.I.C. Interpreter (P.E.T. 2001 ... anyone?)&lt;/p&gt;
&lt;p&gt;powermac5,1 refers to an Apple SERIES of Systems (In this case it does NOT mean a Power PC Machine) - I recommend Mactracker &lt;a href="http://www.mactracker.ca/" rel="nofollow"&gt;http://www.mactracker.ca/&lt;/a&gt; as a free app to get specs on an Apple systems.&lt;/p&gt;
&lt;p&gt;Here is the PowerMac5,1 family of workstations: &lt;a href="https://everymac.com/ultimate-mac-lookup/?search_keywords=MacPro5" rel="nofollow"&gt;https://everymac.com/ultimate-mac-lookup/?search_keywords=MacPro5&lt;/a&gt;,1&lt;/p&gt;
&lt;p&gt;Here is my Model: &lt;a href="https://everymac.com/systems/apple/mac_pro/specs/mac-pro-twelve-core-3.06-mid-2012-westmere-specs.html" rel="nofollow"&gt;https://everymac.com/systems/apple/mac_pro/specs/mac-pro-twelve-core-3.06-mid-2012-westmere-specs.html&lt;/a&gt; Old but still working. &lt;/p&gt;
&lt;p&gt;NOTE that I cannot Upgrade this to Any system later than 10.13.6 - Apple no longer supports this system (as of a month or so ago) and I'm NEVER buying Apple Products Again. So Any builds you could get from me might not work on the newest systems. &lt;/p&gt;
&lt;p&gt;(I don't have Xcode I'd probably opt for CodeBlocks or some other compiler If I can.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sea Mac</dc:creator><pubDate>Thu, 17 Dec 2020 14:42:20 -0000</pubDate><guid>https://sourceforge.net54c2f13e3235679766429d8563a8058f8ad84e35</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -10,12 +10,16 @@
 [SUSE Build Service](https://software.opensuse.org//download.html?project=home%3Appisa&amp;amp;package=peda) - packages for Debian, SUSE, SLE, Fedora
 [Launchpad](https://launchpad.net/~ppisa/+archive/ubuntu/peda) - packages for Ubuntu

-### Build
-
 ### Screenshots

 [[project_screenshots]]

+### Build
+
+### Problems Reporting
+
+Use SourceForge [PEDA Ticket System](https://sourceforge.net/p/peda/tickets/)
+
 ### Maintainers

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 17 Dec 2020 14:40:18 -0000</pubDate><guid>https://sourceforge.net73a7c73e1c17831ed49007977ef70bbfd1d734aa</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/peda/wiki/Home/?limit=25#c7a1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Sea Mac,&lt;/p&gt;
&lt;p&gt;I have activated Tickets SF service for PEDA to provide platform to manage problems, please copy the report there&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sourceforge.net/p/peda/tickets/"&gt;https://sourceforge.net/p/peda/tickets/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As for the MAC, problem is that I and Peter do not use/own MAC. I have lent one at the university for week some time ago to prepare MAC OS build. I would need to ask somebody again to prepare peda-0.95 MAC OS build. That version provides significant enhancements which allows to include components directly in the single file together with schematic design and PCB design data.&lt;/p&gt;
&lt;p&gt;The packaging is far from being perfect even for Linux (our main and in the fact only host system platform at PiKRON.com) for now. But feedback is welcomed and we try slowly iterate to more fluent user experience.&lt;/p&gt;
&lt;p&gt;To test the software in actual version, I suggest to download peda-examples.tar.gz from  &lt;a href="https://sourceforge.net/projects/peda/files/peda-examples/"&gt;https://sourceforge.net/projects/peda/files/peda-examples/&lt;/a&gt; . Then start peda executable from some of examples directory, i.e. mx_cpu  &lt;a href="https://sourceforge.net/p/peda/peda-examples/ci/master/tree/data/mx_cpu/"&gt;https://sourceforge.net/p/peda/peda-examples/ci/master/tree/data/mx_cpu/&lt;/a&gt; . The PEDA loads libraries paths from .pedarc-libs file from the actual startu directory. So you should be able to open mx_cpu2.tdb design file now. The templates fro new designs are located in the examples archive as well. In the theory, they are not strictly tied to the program binary. &lt;/p&gt;
&lt;p&gt;As for the crash at the end, I am not sure, may it be some MAC OS build specific problem.&lt;/p&gt;
&lt;p&gt;I see Mac OS 10.13 / Powermac5,1 in your bug report, that is really PowerPC based MAC? Have you build the application yourselves or by some setups ( unintended by me) the build on older Intel based MAC buld Qt based application as combined x86+PowerPC binary? It is interesting, because code has never been tested on big-endian system, at least I expect that this should be PowerPC G4 , 32-bit big-endian PowerPC system? &lt;/p&gt;
&lt;p&gt;Best wishes,&lt;/p&gt;
&lt;p&gt;Pavel&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 17 Dec 2020 07:22:38 -0000</pubDate><guid>https://sourceforge.netc561457d26d5419f289d7b9d66db9d6fcd72ac20</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/peda/wiki/Home/?limit=100#1850</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Where do I file a Bug Report? Unable to create new Project on Mac OS 10.13 / Powermac5,1  .&lt;br/&gt;
peda v 0.90 &lt;br/&gt;
Action: File Menu ---&amp;gt; New Project = Result (File Not Found Error)&lt;br/&gt;
Action: File Menu ---&amp;gt; New (+N) = Result (See attached Screenshot)&lt;br/&gt;
Action: File Menu ----&amp;gt; Quit (+Q) = Result (Crashed/Aborted)&lt;/p&gt;
&lt;p&gt;Process:               peda &lt;span&gt;[8181]&lt;/span&gt;&lt;br/&gt;
Path:                  /Applications/peda.app/Contents/MacOS/peda&lt;br/&gt;
Identifier:            com.yourcompany.peda&lt;br/&gt;
Version:               0&lt;br/&gt;
Code Type:             X86-64 (Native)&lt;br/&gt;
Parent Process:        ??? &lt;span&gt;[1]&lt;/span&gt;&lt;br/&gt;
Responsible:           peda &lt;span&gt;[8181]&lt;/span&gt;&lt;br/&gt;
User ID:               502&lt;/p&gt;
&lt;p&gt;Date/Time:             2020-12-16 20:37:36.241 -0800&lt;br/&gt;
OS Version:            Mac OS X 10.13.6 (17G14042)&lt;br/&gt;
Report Version:        12&lt;br/&gt;
Anonymous UUID:        ¡™£¢∞§¶•ªe-∞•¶-882A-5D57-XXXXXXXXXXXX&lt;/p&gt;
&lt;p&gt;Time Awake Since Boot: 38000 seconds&lt;/p&gt;
&lt;p&gt;System Integrity Protection: enabled&lt;/p&gt;
&lt;p&gt;Crashed Thread:        0  Dispatch queue: com.apple.main-thread&lt;/p&gt;
&lt;p&gt;Exception Type:        EXC_CRASH (SIGABRT)&lt;br/&gt;
Exception Codes:       0x0000000000000000, 0x0000000000000000&lt;br/&gt;
Exception Note:        EXC_CORPSE_NOTIFY&lt;/p&gt;
&lt;p&gt;Application Specific Information:&lt;br/&gt;
abort() called&lt;br/&gt;
*** error for object 0x7ffceca3cad0: pointer being freed was not allocated&lt;/p&gt;
&lt;p&gt;Thread 0 Crashed:: Dispatch queue: com.apple.main-thread&lt;br/&gt;
0   libsystem_kernel.dylib          0x00007fff782d9b66 __pthread_kill + 10&lt;br/&gt;
1   libsystem_pthread.dylib         0x00007fff784a4080 pthread_kill + 333&lt;br/&gt;
2   libsystem_c.dylib               0x00007fff782351ae abort + 127&lt;br/&gt;
3   libsystem_malloc.dylib          0x00007fff783338a6 free + 521&lt;br/&gt;
4   org.qt-project.QtCore           0x000000010950f588 AppleUnifiedLogger::messageHandler(QtMsgType, QMessageLogContext const&amp;amp;, QString const&amp;amp;, QString const&amp;amp;) + 376&lt;br/&gt;
5   org.qt-project.QtCore           0x00000001092e29fe 0x1092c4000 + 125438&lt;br/&gt;
6   org.qt-project.QtCore           0x00000001092e23c0 0x1092c4000 + 123840&lt;br/&gt;
7   org.qt-project.QtCore           0x00000001092e22cd qt_message_output(QtMsgType, QMessageLogContext const&amp;amp;, QString const&amp;amp;) + 13&lt;br/&gt;
8   org.qt-project.QtCore           0x00000001093ec238 QDebug::~QDebug() + 104&lt;br/&gt;
9   org.qt-project.QtCore           0x0000000109404dbc 0x1092c4000 + 1314236&lt;br/&gt;
10  org.qt-project.QtCore           0x000000010940726b QIODevice::write(char const*, long long) + 155&lt;br/&gt;
11  org.qt-project.QtCore           0x000000010954b09a 0x1092c4000 + 2650266&lt;br/&gt;
12  org.qt-project.QtCore           0x000000010954c4fd QTextStream::~QTextStream() + 45&lt;br/&gt;
13  com.yourcompany.peda            0x000000010860b196 Errors::~Errors() + 86&lt;br/&gt;
14  libsystem_c.dylib               0x00007fff78235eed __cxa_finalize_ranges + 351&lt;br/&gt;
15  libsystem_c.dylib               0x00007fff782361fe exit + 55&lt;br/&gt;
16  libdyld.dylib                   0x00007fff7818901c start + 8&lt;/p&gt;
&lt;p&gt;Thread 1:: com.apple.NSEventThread&lt;br/&gt;
0   libsystem_kernel.dylib          0x00007fff782d01fa mach_msg_trap + 10&lt;br/&gt;
1   libsystem_kernel.dylib          0x00007fff782cf714 mach_msg + 60&lt;br/&gt;
2   com.apple.CoreFoundation        0x00007fff50191dc5 __CFRunLoopServiceMachPort + 341&lt;br/&gt;
3   com.apple.CoreFoundation        0x00007fff50191117 __CFRunLoopRun + 1783&lt;br/&gt;
4   com.apple.CoreFoundation        0x00007fff50190787 CFRunLoopRunSpecific + 487&lt;br/&gt;
5   com.apple.AppKit                0x00007fff4d85afc4 _NSEventThread + 184&lt;br/&gt;
6   libsystem_pthread.dylib         0x00007fff784a1661 _pthread_body + 340&lt;br/&gt;
7   libsystem_pthread.dylib         0x00007fff784a150d _pthread_start + 377&lt;br/&gt;
8   libsystem_pthread.dylib         0x00007fff784a0bf9 thread_start + 13&lt;/p&gt;
&lt;p&gt;Thread 2:&lt;br/&gt;
0   libsystem_kernel.dylib          0x00007fff782da28a __workq_kernreturn + 10&lt;br/&gt;
1   libsystem_pthread.dylib         0x00007fff784a120e _pthread_wqthread + 1552&lt;br/&gt;
2   libsystem_pthread.dylib         0x00007fff784a0be9 start_wqthread + 13&lt;/p&gt;
&lt;p&gt;Thread 3:&lt;br/&gt;
0   libsystem_kernel.dylib          0x00007fff782da28a __workq_kernreturn + 10&lt;br/&gt;
1   libsystem_pthread.dylib         0x00007fff784a1009 _pthread_wqthread + 1035&lt;br/&gt;
2   libsystem_pthread.dylib         0x00007fff784a0be9 start_wqthread + 13&lt;/p&gt;
&lt;p&gt;Thread 4:&lt;br/&gt;
0   libsystem_kernel.dylib          0x00007fff782da28a __workq_kernreturn + 10&lt;br/&gt;
1   libsystem_pthread.dylib         0x00007fff784a1009 _pthread_wqthread + 1035&lt;br/&gt;
2   libsystem_pthread.dylib         0x00007fff784a0be9 start_wqthread + 13&lt;/p&gt;
&lt;p&gt;Thread 0 crashed with X86 Thread State (64-bit):&lt;br/&gt;
  rax: 0x0000000000000000  rbx: 0x00007fffb0890380  rcx: 0x00007ffee761c518  rdx: 0x0000000000000000&lt;br/&gt;
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee761c550  rsp: 0x00007ffee761c518&lt;br/&gt;
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000206&lt;br/&gt;
  r12: 0x0000000000000307  r13: 0x0000000000000005  r14: 0x0000000000000006  r15: 0x000000000000002d&lt;br/&gt;
  rip: 0x00007fff782d9b66  rfl: 0x0000000000000206  cr2: 0x00007fffb086d168&lt;/p&gt;
&lt;p&gt;Logical CPU:     0&lt;br/&gt;
Error Code:      0x02000148&lt;br/&gt;
Trap Number:     133&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sea Mac</dc:creator><pubDate>Thu, 17 Dec 2020 04:46:02 -0000</pubDate><guid>https://sourceforge.net92608697ccd4b559caadbcabf9e10b7ac0701ceb</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,6 +1,6 @@
 # PEDA - electronic design automation software

-PEDA is electronic design automation software for schematic and PCB design with unique tools selection stack for manual routing and unified PCB and schematic database developed in Qt4 library.
+PEDA is electronic design automation software for schematic and PCB design with unique tools selection stack for manual routing and unified PCB and schematic database developed in Qt5 library.

 [SourceForge PEDA](https://sourceforge.net/projects/peda/) project pages

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Mon, 30 Nov 2020 23:04:40 -0000</pubDate><guid>https://sourceforge.net593eff80b6db1085df43777f4c8241454c620b62</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,5 @@
+# PEDA - electronic design automation software
+
 PEDA is electronic design automation software for schematic and PCB design with unique tools selection stack for manual routing and unified PCB and schematic database developed in Qt4 library.

 [SourceForge PEDA](https://sourceforge.net/projects/peda/) project pages
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 26 Nov 2020 14:35:14 -0000</pubDate><guid>https://sourceforge.netc36783c6414e6982b99ce7a704eb7c093570de4f</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,18 +2,18 @@

 [SourceForge PEDA](https://sourceforge.net/projects/peda/) project pages

-==  Download  ==
+### Download

 [Binary archives](https://sourceforge.net/projects/peda/files/peda/) for Windows and MAC OS X  directly from SourceForge
 [SUSE Build Service](https://software.opensuse.org//download.html?project=home%3Appisa&amp;amp;package=peda) - packages for Debian, SUSE, SLE, Fedora
 [Launchpad](https://launchpad.net/~ppisa/+archive/ubuntu/peda) - packages for Ubuntu

-== Build
+### Build

-== Screenshots ==
+### Screenshots

 [[project_screenshots]]

-== Maintainers ==
+### Maintainers

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 26 Nov 2020 14:34:12 -0000</pubDate><guid>https://sourceforge.netaa96e8bb8930be70031b02977daa98a86dd335bd</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,19 @@
-Welcome to your wiki!
+PEDA is electronic design automation software for schematic and PCB design with unique tools selection stack for manual routing and unified PCB and schematic database developed in Qt4 library.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+[SourceForge PEDA](https://sourceforge.net/projects/peda/) project pages

-The wiki uses [Markdown](/p/peda/wiki/markdown_syntax/) syntax.
+==  Download  ==
+
+[Binary archives](https://sourceforge.net/projects/peda/files/peda/) for Windows and MAC OS X  directly from SourceForge
+[SUSE Build Service](https://software.opensuse.org//download.html?project=home%3Appisa&amp;amp;package=peda) - packages for Debian, SUSE, SLE, Fedora
+[Launchpad](https://launchpad.net/~ppisa/+archive/ubuntu/peda) - packages for Ubuntu
+
+== Build
+
+== Screenshots ==
+
+[[project_screenshots]]
+
+== Maintainers ==

 [[members limit=20]]
-[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 26 Nov 2020 14:30:35 -0000</pubDate><guid>https://sourceforge.net074e6b0b8111bc58b4d6ee0ff3aa98d6e949e176</guid></item><item><title>Home modified by Pavel Pisa</title><link>https://sourceforge.net/p/peda/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/peda/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/ppisa/"&gt;Pavel Pisa&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/porazil/"&gt;Petr Porazil&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51a777bee88f3d037b734afd" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel Pisa</dc:creator><pubDate>Thu, 30 May 2013 16:01:03 -0000</pubDate><guid>https://sourceforge.net0eef0313bc28de1bc8424a6aed481d3843b29981</guid></item></channel></rss>