Enjoy this holiday.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
FUNCTION CompruebaINET:
// Comprobamos conexión, 1=Si
LOCAL bInternet=0, sock%
SOCK_INIT()
sock% = SOCK_TCPCONNECT("www.google.com", 80)
IF sock%>=0 THEN bInternet=TRUE // check return value. Is it 0 or -1 on error?
SOCK_CLOSE(sock%)
SOCK_SHUTDOWN
RETURN bInternet
ENDFUNCTION
FUNCTION CompruebaINET:
// Comprobamos conexión, 1=Si
LOCAL bInternet=0, sock%
SOCK_INIT()
sock% = SOCK_TCPCONNECT("www.google.com", 80)
IF sock%>=0 THEN bInternet=TRUE // check return value. Is it 0 or -1 on error?
SOCK_CLOSE(sock%)
SOCK_SHUTDOWN
RETURN bInternet
ENDFUNCTION
Showing Recent Issues
Check dependencies
warning: no rule to process file '/Users/rom/Desktop/XCode/Code/glblicence.inc' of type sourcecode.pascal for architecture armv7
warning: no rule to process file '/Users/rom/Desktop/XCode/Code/glblicence.inc' of type sourcecode.pascal for architecture arm64
CompileC /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/Objects-normal/armv7/gpc_temp6.o /Users/rom/Desktop/XCode/Code/gpc_temp6.cpp normal armv7 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/rom/Desktop/XCode/Project
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -gmodules -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.1.sdk -fstrict-aliasing -Wno-deprecated-declarations -Winvalid-offsetof -miphoneos-version-min=8.0 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -iquote /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/test-generated-files.hmap -I/Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/test-own-target-headers.hmap -I/Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/test-all-target-headers.hmap -iquote /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/test-project-headers.hmap -I/Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Products/Debug-iphoneos/include -I/Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/DerivedSources/armv7 -I/Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/DerivedSources -F/Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Products/Debug-iphoneos -DTARGET_OS_IPHONE -include /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/PrecompiledHeaders/iOS_Prefix-erdnvqisxnnrpvgqqgaegphzhavc/iOS_Prefix.pch -MMD -MT dependencies -MF /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/Objects-normal/armv7/gpc_temp6.d --serialize-diagnostics /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/Objects-normal/armv7/gpc_temp6.dia -c /Users/rom/Desktop/XCode/Code/gpc_temp6.cpp -o /Users/rom/Library/Developer/Xcode/DerivedData/iphone-dnrupnqxsoqqgfbviospigknvgqu/Build/Intermediates/iphone.build/Debug-iphoneos/GLB_PRODUCT_NAME.build/Objects-normal/armv7/gpc_temp6.o
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:79:3: error: unknown type name '__VAR_CONTAINER'
__VAR_CONTAINER __FKT;
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:80:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, lat);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:80:16: error: expected expression
ARGS_VAR(DGInt&, lat);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:81:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, lon);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:81:16: error: expected expression
ARGS_VAR(DGInt&, lon);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:82:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, alt);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:82:16: error: expected expression
ARGS_VAR(DGInt&, alt);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:83:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, spd);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:83:16: error: expected expression
ARGS_VAR(DGInt&, spd);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:84:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, head);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:84:16: error: expected expression
ARGS_VAR(DGInt&, head);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:179:3: error: unknown type name '__VAR_CONTAINER'
__VAR_CONTAINER __FKT;
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:223:3: error: unknown type name '__VAR_CONTAINER'
__VAR_CONTAINER __FKT;
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:266:3: error: unknown type name '__VAR_CONTAINER'
__VAR_CONTAINER __FKT;
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:267:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, lat);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:267:16: error: expected expression
ARGS_VAR(DGInt&, lat);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:268:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, lon);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:268:16: error: expected expression
ARGS_VAR(DGInt&, lon);
^
/Users/rom/Desktop/XCode/Code/gpc_temp6.cpp:269:10: error: unexpected type name 'DGInt': expected expression
ARGS_VAR(DGInt&, alt);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Configuration: ANDROID ***
precompiling:
GPC - GLBasic Precompiler V.10.037 SN:5e5ce0e7 - 3D, NET
Wordcount:1352 commands
compile+link:
Q:/Compiler/platform/android/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld.exe: cannot find -lGLBasicAndroid
collect2: ld returned 1 exit status
*** FATAL ERROR - Please post this output in the forum
_______________________________________
*** Finished ***
Elapsed: 26.5 sec. Time: 15:21
Build: 0 succeeded.
*** 1 FAILED ***