Re: [SailfishDevel] MerSDK VM - "src" folder change (under Windows) not possible

2014-01-15 Thread Juha Kallioinen

Hi,

no worries about the known issues, I just wanted to advertise that we 
have such a page :-)


Changing the extra src directory is currently only possible via a clean 
reinstall. Making it re-configurable after installation is on the TODO list.


Best regards,
 Juha

On 15.01.2014 18:43, Simon Bolek wrote:
OMG! I wonder how many of you thought "what a moron not to read known 
issues" - please do not answer this...
...i did remove, clean and install SDK again, and it does work. 
However before that, i also tried to change the settings under 
AppData, but it did not work for some reason. Apparently only complete 
removal and new installation helps.


thanks+br
simon :-)

On Wed, Jan 15, 2014 at 5:11 PM, Juha Kallioinen 
mailto:juha.kallioi...@jolla.com>> wrote:


Hi Simon,

if you want to get rid of your old settings, clean the Qt creator
config directory after uninstallation (be sure to close qt creator
before cleaning too).

This is mentioned in the known issues page:

https://sailfishos.org/wiki/SDK_Alpha_Qt5_Known_Issues

* If you want to change settings such as SDK installation location
or additional source code location path, you need to remove SDK
installation and manually delete the config file directory
SailfishAlpha3 (in Windows it's under
C:\Users\\AppData\Roaming\SailfishAlpha3 and in other
systems it's under $HOME/.config/SailfishAlpha3) and then
re-install SDK.

Best regards,
 Juha


On 15.01.2014 18:07, Simon Bolek wrote:

Short update. I finally removed SailfishOS SDK and installed it
again.
I used ccleaner to clean registry etc.
Installed SDK again AND... still the same :((( (crying)
QtCreator sees the old settings. (see screenshots)
HELP! Is there something obvious i'm missing?

br
simon ;-)

On Tue, Jan 14, 2014 at 4:14 PM, Simon Bolek
mailto:simon.bo...@googlemail.com>>
wrote:

hi,
I have a difficulty in changing src shared folder for VM
MerSDK in QtCreator. It seems impossible right now.
Working on windows 7 with the latest SailfishOS installed.

While installing I set, stupid me, Project Folder to:
C:/path1/path1;C:/path2/path2
thinking QtCreator would understand both. After that started
a project and noticed that QtCreator  does not accept that.

Under
Tools->Options->Mer: MerSDK-"Shared Folders"-"src"
I see
"C:/path1/path1;C:/path2/path2"
Also in QtCreator in my particular App under Projects I see
System Environment variable
MER_SSH_SHARED_SRC = C:/path1/path1;C:/path2/path2.

So far so good.
Me thinking change settings -> all is well.
However the following changes did not change anything.

1) in the MerSDK VM under Shared Folders changed:
src1 to C:/path1/path1 or
tried with src, src2 etc.

2) in

C:\PATH_TO\SailfishOS\share\qtcreator\SailfishAlpha3\qtcreator\mersdk.xml
changed SharedSrc to C:/path1/path1 or C:\path1\path1

3) tried to override MER_SSH_SHARED_SRC in the particular
project with only
C:/path1/path1 or C:\path1\path1

Nothing helps :( Every time i remove Mer SDK under Options
and add it, first QtCreator sees only the one correct folder
C:\path1\path1 , but after Apply and invoking Options again
it shows me
C:/path1/path1;C:/path2/path2.

I also searched in the filesystem C:\ for all files
containing string:
C:/path1/path1;C:/path2/path2
or only
C:/path2/path2
there is nothing left in any .ini, .txt, .vbox etc. files.

Any hints? What am I possibly doing wrong. I am not able to
compile any project, as it gets me the error: Project is
outside of mer shared src "C:/path1/path1;C:/path2/path2"

The only way I see, how to work around this, is to delete and
install sailfishos again :(

br
simon:-)




___
SailfishOS.org Devel mailing list



___
SailfishOS.org Devel mailing list




___
SailfishOS.org Devel mailing list


___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] MerSDK VM - "src" folder change (under Windows) not possible

2014-01-15 Thread Simon Bolek
OMG! I wonder how many of you thought "what a moron not to read known
issues" - please do not answer this...
...i did remove, clean and install SDK again, and it does work. However
before that, i also tried to change the settings under AppData, but it did
not work for some reason. Apparently only complete removal and new
installation helps.

thanks+br
simon :-)

On Wed, Jan 15, 2014 at 5:11 PM, Juha Kallioinen
wrote:

>  Hi Simon,
>
> if you want to get rid of your old settings, clean the Qt creator config
> directory after uninstallation (be sure to close qt creator before cleaning
> too).
>
> This is mentioned in the known issues page:
>
> https://sailfishos.org/wiki/SDK_Alpha_Qt5_Known_Issues
>
> * If you want to change settings such as SDK installation location or
> additional source code location path, you need to remove SDK installation
> and manually delete the config file directory SailfishAlpha3 (in Windows
> it's under C:\Users\\AppData\Roaming\SailfishAlpha3 and in other
> systems it's under $HOME/.config/SailfishAlpha3) and then re-install SDK.
>
> Best regards,
>  Juha
>
>
> On 15.01.2014 18:07, Simon Bolek wrote:
>
>   Short update. I finally removed SailfishOS SDK and installed it again.
>  I used ccleaner to clean registry etc.
>  Installed SDK again AND... still the same :((( (crying)
>  QtCreator sees the old settings. (see screenshots)
> HELP! Is there something obvious i'm missing?
>
>  br
> simon ;-)
>
>  On Tue, Jan 14, 2014 at 4:14 PM, Simon Bolek 
> wrote:
>
>>   hi,
>> I have a difficulty in changing src shared folder for VM MerSDK in
>> QtCreator. It seems impossible right now.
>> Working on windows 7 with the latest SailfishOS installed.
>>
>> While installing I set, stupid me, Project Folder to:
>> C:/path1/path1;C:/path2/path2
>> thinking QtCreator would understand both. After that started a project
>> and noticed that QtCreator  does not accept that.
>>
>> Under
>> Tools->Options->Mer: MerSDK-"Shared Folders"-"src"
>> I see
>>  "C:/path1/path1;C:/path2/path2"
>>  Also in QtCreator in my particular App under Projects I see System
>> Environment variable
>> MER_SSH_SHARED_SRC = C:/path1/path1;C:/path2/path2.
>>
>>  So far so good.
>> Me thinking change settings -> all is well.
>> However the following changes did not change anything.
>>
>>  1) in the MerSDK VM under Shared Folders changed:
>>  src1 to C:/path1/path1 or
>>  tried with src, src2 etc.
>>
>>  2) in
>> C:\PATH_TO\SailfishOS\share\qtcreator\SailfishAlpha3\qtcreator\mersdk.xml
>>  changed SharedSrc to C:/path1/path1 or C:\path1\path1
>>
>>  3) tried to override MER_SSH_SHARED_SRC in the particular project with
>> only
>> C:/path1/path1 or C:\path1\path1
>>
>>  Nothing helps :( Every time i remove Mer SDK under Options and add it,
>> first QtCreator sees only the one correct folder C:\path1\path1 , but after
>> Apply and invoking Options again it shows me
>> C:/path1/path1;C:/path2/path2.
>>
>>  I also searched in the filesystem C:\ for all files containing string:
>> C:/path1/path1;C:/path2/path2
>>  or only
>> C:/path2/path2
>>  there is nothing left in any .ini, .txt, .vbox etc. files.
>>
>>  Any hints? What am I possibly doing wrong. I am not able to compile any
>> project, as it gets me the error: Project is outside of mer shared src
>> "C:/path1/path1;C:/path2/path2"
>>
>>  The only way I see, how to work around this, is to delete and install
>> sailfishos again :(
>>
>> br
>> simon:-)
>>
>
>
>
> ___
> SailfishOS.org Devel mailing list
>
>
>
> ___
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] MerSDK VM - "src" folder change (under Windows) not possible

2014-01-15 Thread Juha Kallioinen

Hi Simon,

if you want to get rid of your old settings, clean the Qt creator config 
directory after uninstallation (be sure to close qt creator before 
cleaning too).


This is mentioned in the known issues page:

https://sailfishos.org/wiki/SDK_Alpha_Qt5_Known_Issues

* If you want to change settings such as SDK installation location or 
additional source code location path, you need to remove SDK 
installation and manually delete the config file directory 
SailfishAlpha3 (in Windows it's under 
C:\Users\\AppData\Roaming\SailfishAlpha3 and in other systems 
it's under $HOME/.config/SailfishAlpha3) and then re-install SDK.


Best regards,
 Juha

On 15.01.2014 18:07, Simon Bolek wrote:

Short update. I finally removed SailfishOS SDK and installed it again.
I used ccleaner to clean registry etc.
Installed SDK again AND... still the same :((( (crying)
QtCreator sees the old settings. (see screenshots)
HELP! Is there something obvious i'm missing?

br
simon ;-)

On Tue, Jan 14, 2014 at 4:14 PM, Simon Bolek 
mailto:simon.bo...@googlemail.com>> wrote:


hi,
I have a difficulty in changing src shared folder for VM MerSDK in
QtCreator. It seems impossible right now.
Working on windows 7 with the latest SailfishOS installed.

While installing I set, stupid me, Project Folder to:
C:/path1/path1;C:/path2/path2
thinking QtCreator would understand both. After that started a
project and noticed that QtCreator  does not accept that.

Under
Tools->Options->Mer: MerSDK-"Shared Folders"-"src"
I see
"C:/path1/path1;C:/path2/path2"
Also in QtCreator in my particular App under Projects I see System
Environment variable
MER_SSH_SHARED_SRC = C:/path1/path1;C:/path2/path2.

So far so good.
Me thinking change settings -> all is well.
However the following changes did not change anything.

1) in the MerSDK VM under Shared Folders changed:
src1 to C:/path1/path1 or
tried with src, src2 etc.

2) in
C:\PATH_TO\SailfishOS\share\qtcreator\SailfishAlpha3\qtcreator\mersdk.xml
changed SharedSrc to C:/path1/path1 or C:\path1\path1

3) tried to override MER_SSH_SHARED_SRC in the particular project
with only
C:/path1/path1 or C:\path1\path1

Nothing helps :( Every time i remove Mer SDK under Options and add
it, first QtCreator sees only the one correct folder
C:\path1\path1 , but after Apply and invoking Options again it
shows me
C:/path1/path1;C:/path2/path2.

I also searched in the filesystem C:\ for all files containing string:
C:/path1/path1;C:/path2/path2
or only
C:/path2/path2
there is nothing left in any .ini, .txt, .vbox etc. files.

Any hints? What am I possibly doing wrong. I am not able to
compile any project, as it gets me the error: Project is outside
of mer shared src "C:/path1/path1;C:/path2/path2"

The only way I see, how to work around this, is to delete and
install sailfishos again :(

br
simon:-)




___
SailfishOS.org Devel mailing list


___
SailfishOS.org Devel mailing list

[SailfishDevel] MerSDK VM - "src" folder change (under Windows) not possible

2014-01-14 Thread Simon Bolek
hi,
I have a difficulty in changing src shared folder for VM MerSDK in
QtCreator. It seems impossible right now.
Working on windows 7 with the latest SailfishOS installed.

While installing I set, stupid me, Project Folder to:
C:/path1/path1;C:/path2/path2
thinking QtCreator would understand both. After that started a project and
noticed that QtCreator  does not accept that.

Under
Tools->Options->Mer: MerSDK-"Shared Folders"-"src"
I see
"C:/path1/path1;C:/path2/path2"
Also in QtCreator in my particular App under Projects I see System
Environment variable
MER_SSH_SHARED_SRC = C:/path1/path1;C:/path2/path2.

So far so good.
Me thinking change settings -> all is well.
However the following changes did not change anything.

1) in the MerSDK VM under Shared Folders changed:
src1 to C:/path1/path1 or
tried with src, src2 etc.

2) in
C:\PATH_TO\SailfishOS\share\qtcreator\SailfishAlpha3\qtcreator\mersdk.xml
changed SharedSrc to C:/path1/path1 or C:\path1\path1

3) tried to override MER_SSH_SHARED_SRC in the particular project with only
C:/path1/path1 or C:\path1\path1

Nothing helps :( Every time i remove Mer SDK under Options and add it,
first QtCreator sees only the one correct folder C:\path1\path1 , but after
Apply and invoking Options again it shows me
C:/path1/path1;C:/path2/path2.

I also searched in the filesystem C:\ for all files containing string:
C:/path1/path1;C:/path2/path2
or only
C:/path2/path2
there is nothing left in any .ini, .txt, .vbox etc. files.

Any hints? What am I possibly doing wrong. I am not able to compile any
project, as it gets me the error: Project is outside of mer shared src
"C:/path1/path1;C:/path2/path2"

The only way I see, how to work around this, is to delete and install
sailfishos again :(

br
simon:-)
___
SailfishOS.org Devel mailing list