With 07/22/16 X11Basic-1.24 (should have been 1.25!!!):
$ cd X11Basic-1.24/
$ ./configure
checking for xbasic... ok
You seem to have x11basic already installed ! But I'll continue the configuration
process. Testing X11-Basic Verison:
X11-BASIC Version: 1.24 Wed May 25 03:26:56 UTC 2016
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for library containing strerror... none required
Using gcc version 5.3.1
checking whether #! works in shell scripts... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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 sys/kd.h usability... yes
checking sys/kd.h presence... yes
checking for sys/kd.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for XOpenDisplay in -lX11... yes
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for floor in -lm... yes
checking for logb in -lm... yes
checking for sqrt in -lm... yes
checking for pow in -lm... yes
checking for expm1 in -lm... yes
checking for clog10 in -lm... yes
checking for cacos in -lm... yes
checking for log1p in -lm... yes
checking for pthread_create in -lpthread... yes
checking for snd_pcm_recover in -lasound... yes
checking for forkpty in -lutil... yes
checking for readline in -lreadline... no
checking for dgelss_ in -llapack... no
checking for gmpz_init in -lgmp... yes
checking for gmpz_primorial_ui in -lgmp... yes
checking for usb_open in -lusb... no
checking for SDL_MapRGB in -lSDL... no
checking for hlineRGBA in -lSDL_gfx... no
checking for _SystemCycle in -ltine... no
checking for eq_int in -lDOOCSclient... no
checking for main in -lvga... no
atexit() found
checking size of void *... 8
Running config.guess to determine your system type...
You seem to have a x86_64-unknown-linux-gnu'
X11Basic has not been ported to this system (x86_64-unknown-linux-gnu), please let me
know if you can compile and run it successfully!
Determining this system's endianness and short/int sizes...
conftest.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(foo)
^
conftest.c: In function 'main':
conftest.c:2:1: warning: type of 'foo' defaults to 'int' [-Wimplicit-int]
Sizes are OK...
You're using a little-endian processor, too bad...
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_blocks... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for error_at_line... yes
checking for working POSIX fnmatch... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for nanosleep... yes
checking for inotify_init... yes
checking for alarm... yes
checking for atexit... yes
checking for getcwd... yes
checking for gethostbyname... (cached) yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memfrob... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
checking for utime... yes
checking for execvp... yes
checking for execvpe... yes
checking for futimens... yes
configure: creating ./config.status
config.status: error: cannot find input file:
../examples/compiler/xbc.bas.in'
With 1.24 07/21/16 everything works as far as ./configure goes!
Hm, yes. There is a bug now. The directories have changed.
Its fixed now. I have updated the .tar ball. Thanks for mentioning.
$ make -n install
make: *** No rule to make target '../logo/x11basic.png', needed by 'install'. Stop.
Sorry for this mess. I have changed the directory structures and made a git repository out of the sources. I did not test the source package on sourceforge. This is made by "make dist" inside the src directory of the git-repository. Not everything was packed correctly. Therefore I now have added the links to logo, doc and examples in the repo, but I do not like this. Maybe in future I should only publish the tarball made directly from the whole git repository here, and remove the "make dist" method. Maybe I should not publish a tar-ball at all anymore, since most users can directly download everything with git from gitlab...
Tarball updated. i hope it installs now correctly.
Works good here.
Fedora 22 had x11basic in their repositories, but it was gone when I upgraded to Fedora 23. Thus, the build.
Ah, Ok, good to know.