Hi Matthias,
I've checked roughly.
1. Result * Could not reproduce the issue reported by Bengt using the two GDS2 data bundled with the source code: a) pcell_test_0.gds b) t9.gds * KLayout works fine.2. Executable * KLa…
Hi Matthias,
Thank you for this release.
Especially related to MyPost.
Enhancements: DXF's circle approximation can now also specified through an "accuracy" parameter:if less than the number of specified points is required to achieve th…
Hi all,
A binary package of KLayout 0.24.7 for MacOS 10.10 and 10.11 has been built.
I've confirmed that this issue is solved in this version as shown in
the image file.
Kazzz
Hi Matthias,
I could reproduce this problem using the Mac OSX binary package (0.24.6) I provided.
The video by Lukas was useful to trace the steps quickly.
Once you made a patch release, I'll also rebuild it ASAP.
Kazzz
Hi Matthias,
In the Mac (OS X) world, there are several ways to setup a programming environment.
A good starting point is here.
* Apple's native tool kit "Xcode" is an essential part.
Depending on programmer's preferences, the two major…
Hi Simon,
I've tried the steps described below.
My initial guess is that your "gcc" is not "clang" from Xcode but an "ordinary gcc" from Mac Ports or alikeness.
--> Please refer to (4), (6), and (7) below.
Hope t…
Hello,
For testing purpose, I have built "0.24.4" with the second script above.
That is, both Ruby and Python are taken from the latest Mac Ports installation.
A binary package was also made. One difference is that this binary package
…
Hello,
The recent binary packages of "0.24.3" and "0.24.4" for OSX were built with the script below.
The reason I used the default system Ruby/Python installation* is the issue:
http://klayout.de/forum/comments.php?DiscussionI…
Hello,
Thank you for your feedback.
The 1st binary package of "0.24.4" for Mac OSX will be published by Matthias soon.
If you are in a hurry, you can get it from:
https://www.dropbox.com/s/xizkhptpw0a1wv2/klayout-0.24.4-MacOSX-Yosemite…
Hi,
Where do you have your "klayoutrc" file?
In my case, it is ${HOME}/.klayout/klayoutrc
I've saved (renamed) the existing one and started KLayout-0.24.3 afresh then
set up the 9 key bindings below from scratch. By default they are no…
Hi lukasc,
Using the forth coming new binary package "klayout-0.24.3-MacOSX-Yosemite-2-Qt487mp.dmg.bz2"
I've tested the key binding issue you mentioned above.
To support my explanation, I've uploaded an image file and a movie file to Dr…
Hello,
Basically this is a bug of Qt-4.8.x (the Mac binary packages use 4.8.7 from Mac Ports)
and has been fixed in Qt-5.4.1.
More precisely, such a URL (file:///.file/id=......) is called "File Reference URL" in OSX and iOS terminology…
Hello,
A little progress of tonight :-)
I have inserted some debug statements in "src/layMainWindow.cc" and tested how
MainWindow::dropEvent(QDropEvent *event)
works.
It is obvious that except for Mac Finder, the full path to a droppe…
Hello Matthias,
Thank you for your valuable suggestions.
By inserting the assertion statement (into 0.24.3), I could get it as below.
*** ERROR: /Users/sekigawakazunari/SVNWork/klayout-0.24.3/src/dbRegion.h,346,m_from == m_to*** ERROR: In /Users/…
Hello,
I could reproduce the problem.
I've also confirmed that "klayout.0.23.2.pkg" can accept drag & drop on Yosemite as you pointed out.
If fact, I have not noticed this issue at all since I seldom use Finder as a filer.
For othe…
Hello
I could reproduce the DRC crash.
Since I came to know that valgrind supports OSX 10.10 (and 10.11, too), I ran klayout-0.24.2 under valgrind-3.12.0.SVN.
I've rebuilt two different executables of klayout-0.24.2 in debug mode:
(1) Xcode-Ruby…
Hi,
I've created another binary package of KLayout-0.24.2 for MacOSX 10.10.
then asked my colleague who owns a Mac with the latest OS "El Captian (10.11)"
to see whether he can start the "klayout.app" on his Mac.
Please note …
Hi,
The first binary package I published was "klayout-0.23.9-MacOSX-Yosemite.dmg.bz2".
Now that I've known this issue, I think all binary packages I published earlier
for MacOSX 10.10.x inherently have the same problem.
A user responde…
Hi,
I could reproduce the problem you faced by changing my development environment.
Please note that I've tested the combination of:
* OSX = 10.10.5 Yosemite and* KLayout = 0.24.2
It looks some Ruby-related files and Python-related files are mi…
Hello Jack,
I think there are several ways to achieve what you want to do.
Perhaps, the simplest way is to set "KLAYOUT_PATH" environment variable.
Assuming that you are using the binary package for Mac, you may edit the Bash
script file…
Hello Matthias,
Thank you for your comments.
Above discussions are with "-O2" flag.
I've reverted "dbRegion.h" to the original one and
changed "-O2" to "-O1" for rebuilding KLayout.
Unfortunately, the proble…
Hello Simon,
Thank you for your intensive work to address this issue.
I've confirmed that the suggested modification is a workable solution.
The simple DRC "Example 1" works as expected on Yosemite, too.
Hello Matthias,
I've incorporate…
Hi Simon,
Glad to see that my comments partially solved your problems.
I tried your DRC "Example 1" on three different platforms below:
(1) Windows 7 32-bit, binary package (2) Linux Mint Rebecca 64-bit, source build (3) Mac OSX Yosem…
Hello,
One more comment.
I have not run DRC but found another issue while browsing a GDS2 file.
After several trials, I concluded that the cause was
"too aggressive optimization" with "-O3" in CXXOPT macro, that is compiler …
Hello,
I have faced a similar problem while building the latest Mac binary package
"klayout-0.23.11-MacOSX-Yosemite-1-Qt487mp.dmg.bz2".
Please note that the whole works have been done on OSX 10.10.3.
Hope this comment will help you.
Ka…