Update submodules?
Here's what I ran:
git clone -b develop --single-branch https://github.com/runrev/livecode.git
git submodule init
git submodule update
Here is the resulting error message when building in Xcode 5:
/Users/rg/livecode-git/livecode/engine/src/srvspec.cpp:248:15: Use of ...
Search found 14 matches
- Fri Jul 11, 2014 10:09 am
- Forum: Engine Contributors
- Topic: Errors when building via Xcode 5
- Replies: 3
- Views: 6937
- Thu Jul 10, 2014 1:09 pm
- Forum: Engine Contributors
- Topic: Errors when building via Xcode 5
- Replies: 3
- Views: 6937
Errors when building via Xcode 5
When building livecode-develop , the following errors occur:
livecode-develop/libgraphics/src/graphics-internal.h:21:10: 'SkCanvas.h' file not found
livecode-develop/_cache/mac/Debug/openssl.build/Script-4DBF57AF18019F4E009CAB2E.sh: line 3: livecode-develop/thirdparty/libopenssl/../../util/weak ...
livecode-develop/libgraphics/src/graphics-internal.h:21:10: 'SkCanvas.h' file not found
livecode-develop/_cache/mac/Debug/openssl.build/Script-4DBF57AF18019F4E009CAB2E.sh: line 3: livecode-develop/thirdparty/libopenssl/../../util/weak ...
- Sat Aug 25, 2012 8:35 pm
- Forum: Talking LiveCode
- Topic: How to change look of data grid column header?
- Replies: 2
- Views: 5501
How to change look of data grid column header?
How does one change the look of the column header of a data grid? For example, the colors of the background gradient (the property inspector only allows changing it to a flat color with no gradients), specifying a background image instead, and so on?
- Sat Aug 25, 2012 8:31 pm
- Forum: Talking LiveCode
- Topic: Do existing Data Grids get automatically upgraded?
- Replies: 1
- Views: 3181
Do existing Data Grids get automatically upgraded?
When switching to a newer version of LiveCode (which sometimes contains bug fixes or new features for data grids), do data grids in our existing stacks get automatically upgraded when opened with the new version of LiveCode? If not, how do we upgrade existing data grids?
- Mon May 17, 2010 6:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: CGI for RunRev 4.5
- Replies: 14
- Views: 18022
Re: CGI for RunRev 4.5
[quote="RRobert"]
What is the purpose of those 2 lines in the CGI?
Would there be any problems if those 2 lines are not present?
Code: Select all
send "quit" to me in 10 seconds
wait 10 milliseconds
Would there be any problems if those 2 lines are not present?
- Thu Apr 17, 2008 1:37 pm
- Forum: Linux
- Topic: Application icons in Linux
- Replies: 62
- Views: 255186
- Sun Feb 24, 2008 4:26 am
- Forum: Talking LiveCode
- Topic: setRegistry and queryRegistry not working with "\"
- Replies: 8
- Views: 10571
- Sat Feb 23, 2008 10:48 pm
- Forum: Talking LiveCode
- Topic: setRegistry and queryRegistry not working with "\"
- Replies: 8
- Views: 10571
- Sat Feb 23, 2008 9:23 pm
- Forum: Talking LiveCode
- Topic: setRegistry and queryRegistry not working with "\"
- Replies: 8
- Views: 10571
- Sat Feb 23, 2008 10:41 am
- Forum: Talking LiveCode
- Topic: setRegistry and queryRegistry not working with "\"
- Replies: 8
- Views: 10571
- Sat Feb 23, 2008 8:47 am
- Forum: Talking LiveCode
- Topic: setRegistry and queryRegistry not working with "\"
- Replies: 8
- Views: 10571
setRegistry and queryRegistry not working with "\"
It appears that setRegistry and getRegistry do not work at all if the character "\" is present in the name of the value.
For instance, I am trying to set the following registry key, but am unable to do so via Revolution:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion ...
For instance, I am trying to set the following registry key, but am unable to do so via Revolution:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion ...
- Sat Feb 23, 2008 1:15 am
- Forum: Talking LiveCode
- Topic: Need a guaranteed way to check if user is running Vista
- Replies: 3
- Views: 5794
- Thu Feb 21, 2008 8:14 pm
- Forum: Talking LiveCode
- Topic: Need a guaranteed way to check if user is running Vista
- Replies: 3
- Views: 5794
Need a guaranteed way to check if user is running Vista
A thread in the mailing list mentions that if the systemVersion returns "NT 6.0" then the user is running Windows Vista.
However, it appears certain Windows XP Pro builds also return "NT 6.0" as the systemVersion!
Is there a better way to check for Vista?
However, it appears certain Windows XP Pro builds also return "NT 6.0" as the systemVersion!
Is there a better way to check for Vista?
- Mon May 08, 2006 1:04 pm
- Forum: Mac OS
- Topic: Intel Deploying
- Replies: 9
- Views: 15399