Erix A. 8 Posted July 23, 2019 On 7/22/2019 at 3:37 PM, Sherlock said: Yeah, just did that successfully. Or rather I had to delete it and reactivate it. Just updating it was not enough. I also deleted and re-added my serial but still cannot get osx64 to compile :( Works fine for osx32, but for osx64 it just prompts to add SDK, After I press OK (with Command Line Tools) nothing happens. All I get is [Error] and Failed in the log. Share this post Link to post
Uwe Raabe 2057 Posted July 23, 2019 1 hour ago, Erix A. said: I also deleted and re-added my serial but still cannot get osx64 to compile :( But you are on an active Update Subscription, aren't you? Share this post Link to post
Tommi Prami 130 Posted July 24, 2019 Yo, Does anyone have 10.3.1 and 10.3.2 available? Would be cool to see some diff and/or analysis of RTL and/or VCL changes between the two, -Tee- Share this post Link to post
dummzeuch 1505 Posted July 24, 2019 1 hour ago, Tommi Prami said: es anyone have 10.3.1 and 10.3.2 available? Would be cool to see some diff and/or analysis of RTL and/or VCL changes between the two, You're probably not allowed to publish such a comparison. Share this post Link to post
ŁukaszDe 38 Posted July 24, 2019 (edited) 17 hours ago, Uwe Raabe said: Yes - and I don't believe it is a restriction of the CE. I don't know how was after clear installation... probably good. After installation I added: IdeFixPack, DDevExtensions, CnPack last nighty build and TortoiseSVN Add-In for Delphi. One of these additions has broken the icons. After uninstall all additions I have not icons in menu. Now I try reinstall Delphi but... again all servers embarcadero are down. Of course, I first uninstalled delphi... Edited July 24, 2019 by ŁukaszDe 1 Share this post Link to post
Sherlock 663 Posted July 24, 2019 39 minutes ago, ŁukaszDe said: Of course, I first uninstalled delphi... If Delphi users could learn from the past, Idera might have a problem. 😉 Share this post Link to post
C2H 1 Posted July 24, 2019 Same here. Decided to wait a few days and to update on a wednesday. Now it's 9am and Rio is uninstalled, I can't work on what I was supposed to do. The installer is stuck on platform selection with a Forbidden error. Get it is down, so is https://cc.embarcadero.com/reg/delphi Share this post Link to post
Markus Kinzler 174 Posted July 24, 2019 GetIT is down again 😞 https://www.delphipraxis.net/1437500-post2.html Share this post Link to post
Sherlock 663 Posted July 24, 2019 @C2H After reading this thread, you did create a snapshot or something comparable before starting the update, right? Just roll back, continue working and try again later. Share this post Link to post
Rollo62 536 Posted July 24, 2019 3 hours ago, Tommi Prami said: Yo, Does anyone have 10.3.1 and 10.3.2 available? Would be cool to see some diff and/or analysis of RTL and/or VCL changes between the two, -Tee- Would be probably too much, I just checked the diff files only of Delhi sources: 235 files. Better to make such analysis with your own git/diff tool, and search for certain areas of interest. Share this post Link to post
Микола Петрівський 10 Posted July 24, 2019 15 hours ago, Erix A. said: I also deleted and re-added my serial but still cannot get osx64 to compile :( Works fine for osx32, but for osx64 it just prompts to add SDK, After I press OK (with Command Line Tools) nothing happens. All I get is [Error] and Failed in the log. Try to install Xcode on your Mac. 5 hours ago, Tommi Prami said: Yo, Does anyone have 10.3.1 and 10.3.2 available? Would be cool to see some diff and/or analysis of RTL and/or VCL changes between the two, -Tee- I think, reading the log will be much easier: http://docwiki.embarcadero.com/RADStudio/Rio/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_10.3.2 Share this post Link to post
Dalija Prasnikar 1396 Posted July 24, 2019 (edited) 15 hours ago, Erix A. said: I also deleted and re-added my serial but still cannot get osx64 to compile :( Works fine for osx32, but for osx64 it just prompts to add SDK, After I press OK (with Command Line Tools) nothing happens. All I get is [Error] and Failed in the log. Most likely path to Command Line Tools on your Mac is not properly set. How to check and setup you can find at Troubleshooting (macOS and iOS) section http://docwiki.embarcadero.com/RADStudio/Rio/en/SDK_Manager Or if you have Xcode installed you can go to Preferences and set Location (path) to Command Line Tools http://docwiki.embarcadero.com/RADStudio/Rio/en/Installing_the_Xcode_Command_Line_Tools_on_a_Mac Edited July 24, 2019 by Dalija Prasnikar Share this post Link to post
Gustav Schubert 25 Posted July 24, 2019 18 hours ago, Erix A. said: Works fine for osx32, but for osx64 it just prompts to add SDK, After I press OK (with Command Line Tools) nothing happens. All I get is [Error] and Failed in the log. I had exactly the same problem and solved it with xcode-select. XCode was installed, but not the default. // situation before xcode-select -p /Library/Developer/CommandLineTools // action sudo xcode-select --reset // situation after xcode-select -p /Applications/Xcode.app/Contents/Developer 1 Share this post Link to post
Erix A. 8 Posted July 24, 2019 Thanks for the help - installing xcode helped. @Uwe Raabe, yep, I'm on subscription. Share this post Link to post
Erix A. 8 Posted July 24, 2019 Tried to compile my project for macosx64, but it looks like it got stuck in a loop and is recompiling the same units over and over again. Share this post Link to post
Uwe Raabe 2057 Posted July 24, 2019 3 minutes ago, Erix A. said: recompiling the same units over and over again Isn't that what they call cyclic dependency? 3 Share this post Link to post
Erix A. 8 Posted July 24, 2019 54 minutes ago, Uwe Raabe said: Isn't that what they call cyclic dependency? Yeah, especially when osx32 takes 9.28 seconds to compile the same project. And osx64 just completed after about 10 minutes with [dccosx64 Fatal Error] F2588 Linker error code: 1 ($00000001). Nice. Share this post Link to post
Tommi Prami 130 Posted July 25, 2019 21 hours ago, Микола Петрівський said: Try to install Xcode on your Mac. I think, reading the log will be much easier: http://docwiki.embarcadero.com/RADStudio/Rio/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_10.3.2 That is not all, there are also Embarcaderos inhouse fixes. -Tee- Share this post Link to post
John Kouraklis 94 Posted July 25, 2019 I installed 10.3.2 and the installation was completed successfully. Now, I open the IDE, create a new application (no matter what type), hit run with debugging. All well here. Then, I close the app and the IDE goes back to the (non-debug) layout but the run/debug buttons are disabled. When I try to compile/build/run the app again I get the dialog box saying that there is an active debugging process and if I want to terminate/detach/etc. The Task Manager doesn't show the app running so I think the debug hooks somehow are not destroyed. What can I do to resolve this? Share this post Link to post
ŁukaszDe 38 Posted August 1, 2019 New installer for web installation: https://community.idera.com/developer-tools/b/blog/posts/new-10-3-2-getit-installer It is working! 1 Share this post Link to post