Search found 6 matches
- Mon Sep 10, 2007 12:35 am
- Forum: newLISP and the O.S.
- Topic: Building newLISP 9.2 from source -- missing header files?
- Replies: 11
- Views: 12733
I think I figured it out...
Gentlemen, Thanks for looking m35, turns out it doesn't really seem to be a MSYS/MinGW configuration problem after all. I am somewhat embarrassed to admit it, but my initial examination of the newLISP files and whether they included time.h was somewhat cursory. time.h is actually included in four fi...
- Sun Sep 09, 2007 12:53 pm
- Forum: newLISP and the O.S.
- Topic: Building newLISP 9.2 from source -- missing header files?
- Replies: 11
- Views: 12733
MSYS/MinGW Configuration problems...
m35, I'm curious, what are the versions of make and gcc in your laptop MSYS/MinGW installation versus those in your more recent installation of MSYS/MinGW on your desktop, are they different? My MSYS/MinGW installation uses the 3.79.1 make and the 3.4.5 version of gcc, does your 'lappy' use older or...
- Sat Sep 08, 2007 3:28 pm
- Forum: newLISP and the O.S.
- Topic: Building newLISP 9.2 from source -- missing header files?
- Replies: 11
- Views: 12733
Build errors using MSYS/MinGW on XP Pro SP2...
Hey all,
I can't help but think this must be some sort of configuration problem with how MSYS/MinGW is set up on my machine, as I have built newLISP before (newLISP 9.1.0 on openSUSE 10.2) without this kind of trouble, so, if I can figure out what the deal is, I'll let you know...
GC
I can't help but think this must be some sort of configuration problem with how MSYS/MinGW is set up on my machine, as I have built newLISP before (newLISP 9.1.0 on openSUSE 10.2) without this kind of trouble, so, if I can figure out what the deal is, I'll let you know...
GC
- Sat Sep 08, 2007 3:16 am
- Forum: newLISP and the O.S.
- Topic: Building newLISP 9.2 from source -- missing header files?
- Replies: 11
- Views: 12733
Lutz, m35, & Maurizio, Thanks guys. Lutz, since I did use MinGw-5.1.3.exe to install MSYS-MinGW, I'll try what you said, as far as how I invoke make, apparently mingw32-make is considered somewhat deficient in function... BTW, I noticed that Maurizio was getting exactly the same errors I am, so if a...
- Fri Sep 07, 2007 2:27 am
- Forum: newLISP and the O.S.
- Topic: Building newLISP 9.2 from source -- missing header files?
- Replies: 11
- Views: 12733
Seems to be more of a problem with my MSYS/MinGW config...
Thanks Lutz, I was thrown off when I saw the compile errors and the IDE had flagged those particular #include entires in nl_filesys.c . However, I still got errors when I tried to 'mingw32-make -f Makefile mingw' from the MSYS command line. I'm not entirely sure if I've got all that stuff (MSYS/MinG...
- Wed Sep 05, 2007 5:13 pm
- Forum: newLISP and the O.S.
- Topic: Building newLISP 9.2 from source -- missing header files?
- Replies: 11
- Views: 12733
Building newLISP 9.2 from source -- missing header files?
I've been trying to build newLISP 9.2 on WinXP Pro on top of the MinGW/MSYS runtime using the NetBeans 5.5.1 IDE c/c++ 'make configuration' support. When compiling nl_filesys.c, a number of header files cannot be found (sys/ipc.h, sys/sem.h, sys/mman.h, sys/ioctl.h, & sys/socket.h), as well as vario...