psalome

About

Username
psalome
Joined
Visits
0
Last Active
Roles
Member

Comments

  • Thank you Matthias Pascal
  • Hi Matthias, I'd like to keep on progressing on the development version for OS X if possible. Would it be possible for you to upload the corrected version of the soft ? I will investigate on the python integration for MAC. kind regards
  • Hi Matthias, It sounds like compiling a stable release on Yosemite -osX is now solved by considering either way described here above. I start looking into development release. Starting from r2510 to r2631, I got the same error listed below: src/gs…
  • Hi Matthias and Kazzz, The other turn around would be to change the Makefile.body to insert dbGDS2Writer.o as a dependency for strm2gds and strmclip rules. This will make something like this: strmclip: strmclip.o dbGDS2Writer.o $(LIBKLAYOUT) …
  • Hello Kazzz, Thanks for this valuable input. I was working myself on that subject too. I was also able to compile everything but in a different way than you. I only changed the Makefile.rule in order to link manually the failing library. I will …
  • Hi Matthias, We do have issue while compiling with Yosemite with the file name str2gds.cc file. The issue seems coming from the line: tl::InputStream stream (infile); The definition of infile does not match the constructor definition ( i…
  • Hi Kazzz, thanks a lot. From your post I just realized my QT4 install was screwed up by QT5 install (just as Matthias mentioned earlier !!!!). I have reinstalled QT4 using macport and keep standard install for QT5. I tried the same procedure than y…
  • Hi, I have installed the new binary package easily and it works fine. Thanks again Pascal
  • Hi Kazzz, thanks I will try it. Can you please shortly describe the procedure to make it working? Regards Pascal
  • Hi Matthias, Thanks for your feedback. I tried to make it myself from moc. Here is the result: /**************************************************************************** ** Meta object code from reading C++ file 'gtfUiDialog.h' ** ** Created by…
  • Hi Matthias, I confirm compilation process is failing. I have downloaded the last source package named: klayout-r2594.tar.gz I have tried compiling it with the following command on Yosemite: ./build.sh -platform mac-leopard-gcc-release -qtbin /De…
  • Hi, I am not sure about QT5, maybe matthias can comment on that. But for my own case I do have both libraries on my Macbook QT4 and QT5. I am quite sure QT4 is required to make it working. I do also have Darwin 14.0.0 system. I also have Xcode inst…
  • Hi, I do have a Macbook running on Yosemite. KLayout is running fine on it. I just used the available dmg file in the download section. The release is 0.24 I guess. Have you tried to use the dmg file instead of compiling everything from the source?…