Sponsored Content
Full Discussion: Compiling problem - AIX 7.2
Operating Systems AIX Compiling problem - AIX 7.2 Post 303018623 by rbatte1 on Tuesday 12th of June 2018 08:27:41 AM
Old 06-12-2018
Hello bobochacha29,

Okay, so what actually is your problem? What you have described is a bit like ringing your local mechanic to say "There's something wrong with my car" and they have to guess is it out of fuel, headlights, engine won't start (lots of causes there) or you have forgotten your keys and tried someone else's keys from a similar car instead, or a multitude of other things down to "I can't find my way home"

Sharing your code would probably help along with the commands you are using and the output/errors. Please wrap the various parts in CODE tags to make there clear to read and preserve multiple spacing for indenting or fixed-width data.



We're all here to learn and getting the relevant information will help us all.
This User Gave Thanks to rbatte1 For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

compiling with aix 5.1

Hello, i will compile php and apache on an aix 5.1. Configure works fine. When i start the make the following error appears: /usr/include/sys/context.h:155: parse error before "sigset64_t" /usr/include/sys/context.h:158: parse error before '}' token make: 1254-004 The error code from the... (1 Reply)
Discussion started by: n-may
1 Replies

2. Programming

compiling thread safe c on aix

Hi, I'm trying to compile a Perl module for AIX 5.3. Now, Perl by default wants to use cc_r as compiler but I only have gcc installed on this system. How can I get gcc to be thread safe? Or can I use gcc without any options and expect it to behave the same as cc_r? (0 Replies)
Discussion started by: rein
0 Replies

3. UNIX and Linux Applications

Compiling samba 3.0.27a under AIX

I try to compile Samba 3.0.27a under AIX with LDAP and KErberos. The configure work fine: CFLAGS: -I/opt/pware/include -I/opt/pware/lib/ -I/opt/pware/open_ldap_exec/lib/ -I/software/samba/oldap/usr/lib -I/software/samba/oldap/usr/include ./configure --prefix=/opt/pware/samba/3.0.27a... (1 Reply)
Discussion started by: BenediktS
1 Replies

4. AIX

Compiling samba 3.0.27a under AIX

Compiling samba 3.0.27a under AIX I try to compile Samba 3.0.27a under AIX with LDAP and KErberos. The configure work fine: CFLAGS: -I/opt/pware/include -I/opt/pware/lib/ -I/opt/pware/open_ldap_exec/lib/ -I/software/samba/oldap/usr/lib -I/software/samba/oldap/usr/include ./configure... (2 Replies)
Discussion started by: BenediktS
2 Replies

5. HP-UX

Problem in HP-UX compiling

Hi When im trying to do make --version and make --help in HP-UX it throws error Make: Unknown flag argument -. Stop. a soft link is present in this directory /usr/bin/make and hard link is in /usr/ccs/bin/make what could be the reason can any1 ..please tell me how to solve this... (1 Reply)
Discussion started by: vasanthan
1 Replies

6. AIX

Purify and AIX compiling problems.

Hi, i'm trying to work with a trial version of PurifyPlus 7 with fixpack 10 from Rational that needs to run over an AIX 5.3 platform, 64-bit. I had success on compiling and running the hello_world programs and even a hash test program i found over the net, but purify can achieve the same with the... (0 Replies)
Discussion started by: chrispav
0 Replies

7. AIX

Compiling samba from source in AIX 5.3

Hello all. I have never had any issues like this when compiling applications from source. When I try to compile samba-3.5.0pre2, configure runs with no issues, but when the time comes to make, this happens: make: make 1254-025 There must be an existing description file or specify a target. ... (4 Replies)
Discussion started by: raidzero
4 Replies

8. UNIX for Advanced & Expert Users

Compiling Samba from Source on AIX, Active Directory, LDAP, Kerberos

Hello, I asked this question in the AIX subforum but never received an answer, probably because the AIX forum is not that heavily trafficked. Anyway, here it is.. I have never had any issues like this when compiling applications from source. When I try to compile samba-3.5.0pre2, configure runs... (9 Replies)
Discussion started by: raidzero
9 Replies

9. AIX

AIX server is compiling executables to 32-bits by default, how to change it?

Hi everyone: I have a server running AIX 6.1, I've upgraded the TL from 6100-0100 to 6100-04-02-1007, however since then all the executables I compile are 32-bit mode by default, how can I solve this? I'm using VisualAge C/C++ 10.0 thanks in advance (4 Replies)
Discussion started by: edgarvm
4 Replies

10. UNIX for Advanced & Expert Users

HELP - compiling error for vsftpd on AIX 6.1

I'm getting error messages when trying to compile vsftpd version 3.0.2 on AIX 6.1 (trying to compile VSFTPD with SSL): SRVR#:/opt/freeware/src/packages/SOURCES/vsftpd-3.0.2> make gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o... (2 Replies)
Discussion started by: ace1
2 Replies
ncmpc(1)																  ncmpc(1)

NAME
ncmpc - curses Music Player Daemon (MPD) client. SYNOPSIS
ncmpc [options] DESCRIPTION
ncmpc is a client for MPD, the Music Player Daemon. ncmpc connects to a MPD running on a machine on the local network. By default, ncmpc connects to localhost:6600. This can be changed either at compile-time, or by exporting the MPD_HOST and MPD_PORT envi- ronment variables, or by the command line options --host and --port. $ ncmpc --host=musicserver --port=44000 To use a password with mpd, set MPD_HOST to password@host or use the command line option --password. Values from the command line overrides values from the environment. Read more about MPD on http://www.musicpd.org OPTIONS
-?, --help Display help. -V, --version Display version information. -c, --colors Enable colors. -C, --no-colors Disable colors. -m, --mouse Enable mouse. -M, --no-mouse Disable mouse. -e, --exit Exit on connection errors. The default is to reconnect. -h, --host=HOSTNAME Specify MPD host. -p, --port=PORT Connect to server on PORT. -P, --password=PASSWORD Use password when connecting. -f, --config=FILE Read configuration from file. -k, --key-file=FILE Read key bindings from FILE. -S, --no-splash Disable the splash screen. Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. CONFIGURATION
When ncmpc start it tries to read user setting from the ~/.ncmpc/config. If no user configuration is found ncmpc tries to load global set- tings from $SYSCONFDIR/ncmpc/config (the actual path is displayed on the help screen). An example configuration file (config.sample) should be provided with ncmpc. Connection host = HOST Connect to mpd running on specified host port = PORT Connect to mpd on the specified port password = PASSWORD Connect to mpd using the specified password. Interface enable-mouse = yes|no Enable mouse support (if enabled at compile time). screen-list = SCREEN1 SCREEN2... A list of screens to cycle through when using the previous/next screen commands. Valid choices, if enabled at compile time, are playlist, browse, artist, help, search, song, keydef, lyrics, and outputs. search-mode = MODE Default search mode for the search screen. The mode is an integer index, with 0 for title, 1 for artist, 2 for album, 3 for file- name, and 4 for artist+title. auto-center = yes|no Enable/disable auto center mode. When auto center mode is enabled ncmpc centers the current track in the playlist window. scroll-offset = NUM Keep at least NUM lines above and below the cursor on list windows, if possible. find-show-last = yes|no Show the most recent query instead of a blank line for a find. find-wrap = yes|no Wrapped find mode. wrap-around = yes|no Wrapped cursor movement. bell-on-wrap = yes|no Ring bell when find wraps around. audible-bell = yes|no Sound audible bell on alerts. visible-bell = yes|no Visible bell on alerts. crossfade-time = CROSSFADE TIME Default crossfade time in seconds seek-time = NUM Seek forward/backward by NUM seconds. lyrics-timeout = NUM Quits downloading lyrics of a song after the timeout of NUM seconds is reached. jump-prefix-only = yes|no When using the jump command, search for the prefix of an entry. That means typing "m" will start to the first entry which begins with "m". lyrics-autosave = yes|no Automatically save lyrics after receiving them. second-column = yes|no Display song length in a second column. Display welcome-screen-list = yes|no Show a list of the screens in the top line on startup. wide-cursor = yes|no Make the cursor as wide as the screen. hardware-cursor = yes|no Use the terminal's hardware cursor instead of inverse colors. hide-cursor = NUM Hide the playlist cursor after NUM seconds of inactivity. scroll = yes|no Scroll the title if it is too long for the screen. scroll-sep = STRING The separator to show at the end of the scrolling title. list-format = SONG FORMAT The format used to display songs in the main window. status-format = SONG FORMAT The format used to display songs on the status line. status-message-time = TIME The time, in seconds, for which status messages will be displayed. display-time = yes|no Display the time in the status bar when idle. timedisplay-type = elapsed/remaining Sets whether to display remaining or elapsed time in the status window. Default is elapsed. visible-bitrate = yes|no Show the bitrate in the status bar when playing a stream. set-xterm-title = yes|no Change the XTerm title (ncmpc will not restore the title). xterm-title-format = SONG FORMAT The format used to for the xterm title when ncmpc is playing. Colors enable-colors = yes|no Enable/disable colors. color background = COLOR Set the background color. If the background color is assigned to the keyword none, ncmpc will not change the background color. Stan- dard colors are: black, red, green, yellow, blue, magenta, cyan and white. Terminal specific colors can also be given as integers. color title = COLOR[,ATTRIBUTE]... Set the text color and attributes for the title row. Text colors are the same as for the background. Valid attributes are: stand- out, underline, reverse, blink, dim, and bold. color title-bold = COLOR[,ATTRIBUTE]... Set the text color for the title row (the bold part). color line = COLOR Set the color of the line on the second row. color line-flags = COLOR[,ATTRIBUTE]... Set the text color used to indicate mpd flags on the second row. color list = COLOR[,ATTRIBUTE]... Set the text color in the main area of ncmpc. color list-bold = COLOR[,ATTRIBUTE]... Set the bold text color in the main area of ncmpc. color progressbar = COLOR[,ATTRIBUTE]... Set the color of the progress indicator. color status-state = COLOR[,ATTRIBUTE]... Set the text color used to display mpd status in the status window. color status-song = COLOR[,ATTRIBUTE]... Set the text color used to display song names in the status window. color status-time = COLOR[,ATTRIBUTE]... Set the text color used to display time the status window. color alert = COLOR[,ATTRIBUTE]... Text color used to display alerts in the status window. colordef COLOR = R, G, B Redefine any of the base colors. The RGB values must be an integer value between 0 and 1000. Note: Only some terminals allow redef- initions of colors! KEYS
When ncmpc start it tries to read user key bindings from the ~/.ncmpc/keys file. If no user key bindings is found ncmpc tries to load global key bindings from $SYSCONFDIR/ncmpc/keys (the actual path is displayed on the help screen). You can view ncmpc's key bindings by pressing '1' (help) when ncmpc is running. To edit key bindings use the key editor in ncmpc (press 'K'). SONG FORMAT
Format of song display for status and the list window. The metadata delimiters are: %name%, %artist%, %track%, %time%, %file%, %short- file%. The [] operators is used to group output such that if no metadata delimiters are found or matched between '[' and ']', then none of the characters between '[' and ']' are output. '&' and '|' are logical operators for AND and OR. '#' is used to escape characters. Some useful examples for format are: "%file%" and "[[%artist% - ]%title%]|[%file]" BUGS
Report bugs on http://www.musicpd.org/mantis/ NOTE
Since MPD uses UTF-8, ncmpc needs to convert characters to the charset used by the local system. If you get character conversion errors when your running ncmpc you probably need to set up your locale. This is done by setting any of the LC_CTYPE, LANG or LC_ALL environment variables (LC_CTYPE only affects character handling). SEE ALSO
mpc(1), mpd(1), locale(5), locale(7) June 2005 ncmpc(1)
All times are GMT -4. The time now is 06:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy