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…
Hello Matthias,
I've found that the 21 *.cc files listed below contain the "inline" function-specifier.
I've removed all and rebuilt from scratch on OSX Yosemite.
Building was successful as expected.
As you pointed out, performance is the…
Hello Pascal,
I think I've found the root cause of the linker error we faced.
The code block below is a patch.
You may apply this patch or manually edit "dbGDS2Writer.cc"
to remove 5 "inline" keywords.
By applying the patch, I …
Hi Pascal,
Thank you for testing the package, which I've made for the first time!
Glad to hear that the binary package works fine.
Regarding your query above, please refer to my memo below.
Hope this also helps you.
Regards,
Kazzz
#--------------…
A binary package for MacOS 10.10.1, Yosemite, is available on trial basis today (2015-01-18):
Package : MacOS dmg style (compressed with bzip2)KLayout : 0.23.9Qt : 4.8.6Ruby : 1.9.3-p551
Regards
Kazzz
Hello Matthias,
Yes, since the IPC over a TCP socket is the main method that is in my mind,
the latest release (0.23.7) provides an acceptable workaround.
Thank you and best regards,
Kazzz
Hello,
Thank you for your response.
I have first confirmed that the socket notifier is created only once in one session.
Also tested "$sockTcpNotifier && $sockTcpNotifier.destroy" but the warning
still shows up in the case of Wind…
Hello,
Thank you for beautifying the messy table in the original posting.
I have noticed the presence of [signal] QIODevice::readyRead() in the native Qt tool kit.
However, I could not find the same in KLayout's Assistant Document.
Hence, I used […
Hi,
I could make a small progress regarding this issue.
The solution may not be a perfect one, however,
I could make two klayout launching icons
(one for editor mode; another for viewer mode)
in the Launchpad by running the command below:
$ ./c…
Hi Matthias,
Thank you for clarification and rewriting the script, which is what I wanted to do.
I could clearly understand the cause of my problem.
This became a good start point in studying RBA.
Thank you for providing a good tool kit.
Best reg…