OT: Merry Christmas ...

2013-12-15 Thread joe

To any of our PLUG friends who might be interested,
here is a link to our annual Christmas letter:

http://www.upquick.com/christmas/2013/

Merry Christmas!



---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


how to start a sh script from launcher?

2013-12-15 Thread David Lopez
oh wise men

have an executable bash script.

can execute it using terminal window - no issues.

when i copy the script from the bin dir to desktop, the execute it from
there by
double clicking on the file name (with a made up icon), it displays buttons:
  a) run in terminal
  b) run
  c) display
  d) cancel

using either a) or b) above, the program terminates just after a few bytes
of output.
tried it several times. even tried it when an empty terminal was on the
screen.

any ideas?

david

-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: MP490 printer

2013-12-15 Thread Harold

Thanks ET,

Thanks for the words about INSTALL. I saw it and thought it was a new 
script format I had missed.


I followed the INSTALL this afternoon with partial success.
It fussed about the dot h files, but gcc does that.
Still it ran part way but complained about a whole list of libraries it 
could not find.


Running automake --gnu ...
configure.in:27: installing `./install-sh'
configure.in:27: installing `./missing'
src/Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure --program-suffix=mp490 ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for socket... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/cncl/Makefile
config.status: creating include/misc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type `make' to compile the package.

[Gogo@localhost cnijfilter]$ make
(CDPATH=${ZSH_VERSION+.}:  cd .  /bin/sh 
/home/Gogo/Documents/GloriaComputerDocs_etc/mp490CentOS/src/cnijfilter-source-3.20-1/cnijfilter/missing 
--run autoheader)
autoheader: WARNING: Using auxiliary files such as `acconfig.h', 
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for 
`config.h.in'

autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a 
template without

autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, 
see the

autoheader: WARNING: documentation.
rm -f stamp-h1
touch config.h.in
cd .  /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory 
`/home/Gogo/Documents/GloriaComputerDocs_etc/mp490CentOS/src/cnijfilter-source-3.20-1/cnijfilter'

Making all in src
make[2]: Entering directory 
`/home/Gogo/Documents/GloriaComputerDocs_etc/mp490CentOS/src/cnijfilter-source-3.20-1/cnijfilter/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT 
bjferror.o -MD -MP -MF .deps/bjferror.Tpo -c -o bjferror.o bjferror.c

mv -f .deps/bjferror.Tpo .deps/bjferror.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -O2 -MT 
bjfilter.o -MD -MP -MF .deps/bjfilter.Tpo -c -o bjfilter.o bjfilter.c

bjfilter.c:29:18: error: popt.h: No such file or directory
In file included from bjfilter.c:46:
bjfimage.h:30:20: error: tiffio.h: No such file or directory
In file included from bjfilter.c:46:
bjfimage.h:94: error: expected specifier-qualifier-list before ‘TIFF’
bjfilter.c: In function ‘MakeBJPrintData’:
bjfilter.c:554: error: ‘BJF_IMAGEINFO’ has no member named ‘bmp’
bjfilter.c: In function ‘set_position_parameter’:
bjfilter.c:1002: error: ‘BJF_IMAGEINFO’ has no member named ‘xresolution’
bjfilter.c:1006: