Powerbuilder 12.5 Executable file creation failed - executable

I'm trying to create an executable file for an existing project. I just made some adjustment to it but every time I tried to deploy it i'm getting below error:
Could not create or open file C:\Users\Vanessa\AppData\Local\Temp\EN32T.h.
Create of executable file failed.
I've checked the directory and there's a EN32T.err. Below is the content of error file:
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(1): Warning! W086: col(9) definition of macro 'PS_UNICODE' not identical to previous definition
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(1): Note! N393: col(9) included from C:\Users\VANESS~1\AppData\Local\Temp\EN32T.c(4)
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(1): Note! N851: col(9) macro 'PS_UNICODE' defined on the command line
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(27): Error! E059: col(19) unable to open 'setjmp.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(325): Error! E336: col(33) declaration specifiers are required to declare 'jmp_buf'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(325): Error! E006: col(25) syntax error; probable cause: missing ';'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(326): Error! E336: col(35) declaration specifiers are required to declare 'jmp_buf'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(326): Error! E498: col(25) syntax error before 'finallyLoc'; probable cause: incorrectly spelled type name
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(327): Error! E336: col(33) declaration specifiers are required to declare 'jmp_buf'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(327): Error! E498: col(25) syntax error before 'gosubLoc'; probable cause: incorrectly spelled type name
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(328): Error! E121: col(1) syntax error
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(334): Error! E059: col(19) unable to open 'limits.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(335): Error! E059: col(18) unable to open 'float.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(336): Error! E059: col(19) unable to open 'stdarg.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(344): Error! E059: col(17) unable to open 'math.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(2901): Error! E059: col(19) unable to open 'stdlib.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(3447): Error! E059: col(18) unable to open 'tchar.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(3450): Error! E059: col(20) unable to open 'strsafe.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(3595): Error! E059: col(19) unable to open 'string.h'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4356): Error! E135: col(36) 'friend', 'virtual' or 'inline' modifiers may only be used on functions
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4356): Error! E006: col(17) syntax error; probable cause: missing ';'
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4622): Error! E135: col(34) 'friend', 'virtual' or 'inline' modifiers may only be used on functions
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4622): Error! E042: col(34) symbol 'HRESULT' already defined
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4622): Note! N392: col(34) 'int HRESULT' defined in: C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4356) (col 9)
C:\Users\VANESS~1\AppData\Local\Temp\EN32T.h(4622): Error! E133: col(17) too many errors: compilation aborted
Anyone can help me on how to fix this please.

You might want to look at http://techno-kitten.com/PowerBuilder_Help/Troubleshooting/Machine_Code/machine_code.html and review whether or not you really need machine code turned on. I'd strongly suspect your problem will go away, or at least manifest itself more obviously, if you deployed with a P-code option.

Related

How to decipher Erlang runtime error message

When I run an Erlang function using IntelliJ's "Run Configuration", I am getting the following error message. The error message contains lot of nested brackets. Please help me in understanding the message.
"C:\Program Files\Erlang OTP\bin\erl.exe" -pa F:/1TB/P/workspace-IntelliJ-Erlang2/netconfClient/out/production/netconfClient -pa F:/1TB/P/workspace-IntelliJ-Erlang2/netconfClient -eval netconfManager:open2(). -s init stop -noshell
init terminating in do_boot ({badarg,[{ets,select,[ct_attributes,[_]],[{_}]},{ct_config,get_key_from_name,1,[{_},{_}]},{ct_util,does_connection_exist,3,[{_},{_}]},{ct_gen_conn,do_start,4,[{_},{_}]},{ct_netconfc,open,4,[{_},{_}]},{erl_eval,do_apply,7,[{_},{_}]},{init,start_it,1,[{_},{_}]},{init,start_em,1,[{_},{_}]}]})
Crash dump is being written to: erl_crash.dump...{"init terminating in do_boot",{badarg,[{ets,select,[ct_attributes,[{{ct_conf,'$1','_','_','_',undefined,'_'},[],['$1']}]],[{error_info,#{cause=>id,module=>erl_stdlib_errors}}]},{ct_config,get_key_from_name,1,[{file,"ct_config.erl"},{line,578}]},{ct_util,does_connection_exist,3,[{file,"ct_util.erl"},{line,577}]},{ct_gen_conn,do_start,4,[{file,"ct_gen_conn.erl"},{line,281}]},{ct_netconfc,open,4,[{file,"ct_netconfc.erl"},{line,424}]},{erl_eval,do_apply,7,[{file,"erl_eval.erl"},{line,744}]},{init,start_it,1,[{file,"init.erl"},{line,1234}]},{init,start_em,1,[{file,"init.erl"},{line,1220}]}]}}
done
Right click on a function in a .erl file and click on "Run ."
The error message consists of Error code and Stack trace.
Error code is badarg. Please refer to
Exit Reasons for the list of error code.
The stack trace contains one entry for each function call. Each call
provides file name, function name, line number. For example,
{init,start_em,1,[{file,"init.erl"},{line,1220}]} indicates that
init.erl is the file, start_em is the function and 1220 is line #.
After manual indentation, we could better visualize the stacktrace as follows.
{badarg,[
{ets,select,[ct_attributes,[_]],[{_}]},
{ct_config,get_key_from_name,1,[{_},{_}]},
{ct_util,does_connection_exist,3,[{_},{_}]},
{ct_gen_conn,do_start,4,[{_},{_}]},
{ct_netconfc,open,4,[{_},{_}]},
{erl_eval,do_apply,7,[{_},{_}]},
{init,start_it,1,[{_},{_}]},
{init,start_em,1,[{_},{_}]}
]}
{badarg,[
{ets,select,[ct_attributes,[{{ct_conf,'$1','_','_','_',undefined,'_'},[],['$1']}]],[{error_info,#{cause=>id,module=>erl_stdlib_errors}}]},
{ct_config,get_key_from_name,1,[{file,"ct_config.erl"},{line,578}]},
{ct_util,does_connection_exist,3,[{file,"ct_util.erl"},{line,577}]},
{ct_gen_conn,do_start,4,[{file,"ct_gen_conn.erl"},{line,281}]},
{ct_netconfc,open,4,[{file,"ct_netconfc.erl"},{line,424}]},
{erl_eval,do_apply,7,[{file,"erl_eval.erl"},{line,744}]},
{init,start_it,1,[{file,"init.erl"},{line,1234}]},
{init,start_em,1,[{file,"init.erl"},{line,1220}]}
]}

ABC synthesis - read_liberty

I'm using abc01008.exe to synthesize combinational functions.
I have been using mcnc.genlib and stdcell.lib with no problems.
I would like to use a different std_cell libray that is in the liberty format.
When I type 'rty' or 'read_liberty' I do get the following error:
abc 01> rty
** cmd error: unknown command 'read_liberty'
(this is likely caused by using an alias defined in "abc.rc"
without having this file in the current or parent directory)
abc 01> read_liberty
** cmd error: unknown command 'read_liberty'
(this is likely caused by using an alias defined in "abc.rc"
without having this file in the current or parent directory)
Can someone point me in the right direction?
Thx in advance

An error occurred when executing Randomwalk2dmobility in NS3

I am a newbie to NS3. I want to understand the execution status of handover in the Randomwalk2d module and visualize it. The default is two Ue and two enb, but errors will always occur during execution. Can anyone help me solve the problem?
This is my code link:https://drive.google.com/file/d/163NQOyvs0bTh2J4P9_vpS4Y7iqocB3HJ/view?usp=sharing
When I execute the command : ./waf --run scratch/lte_handover --visualize, the following error appear
../scratch/lte_handover.cc:In funtion 'int main(int, char**)':
../scratch/lte_handover.cc:296:78: error: expected ')' before ';' token
"Bounds",RectangleValue (Rectangle (0,2000,0,2000)));
^
Build failed
->task in 'lte_handover' failed with exit status 1 (run with -v to display more information)
Follow the instructions to enter the command :./waf --run scratch/lte_handover -v, and the following information appears
Several tasks use the same identifier. Please check the information on
https://waf.io/apidocs/Task.html?highlight=uid#waflib.Task.Task.uid
object 'SuidBuild_task'(
{task 139759060979784: SuidBuild_task -> }) defined in 'tap-creator'
object 'SuidBuild_task'(
{task 139759060980008: SuidBuild_task -> }) defined in 'tap-creator'
object 'SuidBuild_task'(
{task 139759065638504: SuidBuild_task -> }) defined in 'tap-creator'
Seems that you have an extra ) in that line above. You are not closing this command as you commented all the lines
ueMobility.SetPositionAllocator ("ns3::RandomRectanglePositionAllocator", // <-- close
ueMobility.SetMobilityModel ("ns3::RandomWalk2dMobilityModel","Bounds", RectangleValue (Rectangle (0,2000,0,2000)));

Error while installation of Apache httpd 2.4.2 on AIX OS

We are getting below error while running the make command to build Apache files.
We are carrying out the installation on AIX 6.1 OS.
The installation is completed upto the configuration step as per the procedure given in the below link:
http://httpd.apache.org/docs/2.4/install.html
The error is :
util_pcre.c:48:18: error: pcre.h: No such file or directory
util_pcre.c: In function 'ap_regfree':
util_pcre.c:103: error: 'pcre_free' undeclared (first use in this function)
util_pcre.c:103: error: (Each undeclared identifier is reported only once
util_pcre.c:103: error: for each function it appears in.)
util_pcre.c: In function 'ap_regcomp':
util_pcre.c:129: error: 'PCRE_CASELESS' undeclared (first use in this function)
util_pcre.c:131: error: 'PCRE_MULTILINE' undeclared (first use in this function)
util_pcre.c:133: error: 'PCRE_DOTALL' undeclared (first use in this function)
util_pcre.c:136: warning: implicit declaration of function 'pcre_compile'
util_pcre.c:136: warning: assignment makes pointer from integer without a cast
util_pcre.c:142: warning: implicit declaration of function 'pcre_fullinfo'
util_pcre.c:142: error: expected ')' before 'pcre'
util_pcre.c:142: warning: type defaults to 'int' in declaration of 'type name'
util_pcre.c:143: error: 'PCRE_INFO_CAPTURECOUNT' undeclared (first use in this function)
util_pcre.c: In function 'ap_regexec_len':
util_pcre.c:180: error: 'PCRE_NOTBOL' undeclared (first use in this function)
util_pcre.c:182: error: 'PCRE_NOTEOL' undeclared (first use in this function)
util_pcre.c:198: warning: implicit declaration of function 'pcre_exec'
util_pcre.c:198: error: expected ')' before 'pcre'
util_pcre.c:198: warning: type defaults to 'int' in declaration of 'type name'
util_pcre.c:221: error: 'PCRE_ERROR_NOMATCH' undeclared (first use in this function)
util_pcre.c:223: error: 'PCRE_ERROR_NULL' undeclared (first use in this function)
util_pcre.c:225: error: 'PCRE_ERROR_BADOPTION' undeclared (first use in this function)
util_pcre.c:227: error: 'PCRE_ERROR_BADMAGIC' undeclared (first use in this function)
util_pcre.c:229: error: 'PCRE_ERROR_UNKNOWN_NODE' undeclared (first use in this function)
util_pcre.c:231: error: 'PCRE_ERROR_NOMEMORY' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
We have also installed the below version GCC compiler for AIX 6.1:-
libgcc-4.2.0-3.aix6.1.ppc.rpm
libstdcplusplus-4.2.0-3.aix6.1.ppc.rpm
libstdcplusplus-devel-4.2.0-3.aix6.1.ppc.rpm
gcc-cplusplus-4.2.0-3.aix6.1.ppc.rpm
Kindly suggest as to what is missing here that is causing the error.

Pig Filter Syntax error, unexpected symbol

inputData = LOAD '$input' AS (line:chararray);
statusLineFilter = FILTER smallData BY (line MATHCES '^.* AppWrite-Dispatcher: Status code: [0-9]+$');
This code, when I run it, yields this error: ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1200: Syntax error, unexpected symbol at or near 'line'
The log file says the exact same thing. I'm at a loss, because the exact same syntax is working in other scripts I've written.
In order to avoid misspelling of key words I recommend you to use an IDE or a Text-Editor like emacs with the pig-mode.el which add syntax highlight ;)