I'll like to upgrade my account. However, I am unable to login into the Gideros members page.
The page refreshes after I key in my username and password.
I am only able to "login" (See "Hello XXXX") after I fail a password once. However clicking any other link will bring me back to the login screen prompting a new login.
I tried with both my Windows and Mac, and with different browsers.
Well, I have recently upgraded both windows to 8.1 and Mac to OsX Yosemite if it matters......
It doesn't work either.
Comments
Yes lots of things are changing in website background so something might not work, but..
Gideros was open sourced:
http://giderosmobile.com/forum/discussion/5243/gideros-source-released/p1
So you don't actually need to upgrade anymore. Gideros License Manager will now give full access to anyone, as stated:
Getting Gideros License for current/previous versions
Our api now license any copy of Gideros software on any computer.
All you have to do, is to launch Gideros License Manager and authorize with your Gideros account and you will receive license, even if you are not paid customer.
If you have any problems, let me know
Likes: HubertRonald
I am having some problems with the installation.
I tried running the script "all_mac.sh"
rm: /usr/lib/libpystring.1.dylib: No such file or directory
rm: /usr/lib/libgvfs.1.dylib: No such file or directory
rm: /usr/lib/libgid.1.dylib: No such file or directory
rm: /usr/lib/liblua.1.dylib: No such file or directory
rm: /usr/lib/libgideros.1.dylib: No such file or directory
./buildqtlibs.sh: line 11: /Qt/Qt5.3.0/5.3/clang_64/bin/qmake: No such file or directory
Afterwards I tried the instructions here:
http://giderosmobile.com/DevCenter/index.php/Build_Gideros_On_Mac
sudo port install jpeg
Port jpeg not found
Any idea?
Get back to you again if there's any problem.
Cheers
/usr/lib/libpystring.1.dylib
/usr/lib/libgvfs.1.dylib
I cannot find them in macports.
I presume that the libraries are build from the cpp files located in the source.
How do I build them? I didn't see any make files.
https://github.com/gideros/gideros/tree/master/libgvfs
and
https://github.com/gideros/gideros/tree/master/libpystring
there are pro files that you can use to build them, and then inside player .pro file you can specify paths to these libs
Was doing this application during my free time. So only managed to get the Gideros up and compiled recently