We have several Paul's here, but I'll refer to Paul DeLeeuw as Paul until such a time as one of other Pauls enters into the conversation, at which point we may have to resort to another naming convention (apologies to Paul N. Lee) :-) I have uploaded the file compiler error file Paul sent me here: http://www.fractint.org/ftp/experimental/XFract_Errors_5April2002.zip Paul, you can upload files yourself since Damien has created an account for you. If you need help, email me privately. Right off the bat, you need to follow Jonathan's advice and define XFRACT. That will immediately clear up all the near, far, and segname stuff. Of course you will still get some errors, because anything to do with Xwindows won't be appropriate, but you will be way ahead of the game. Tim
On Friday 05 April 2002 05:08 pm, Tim wrote:
I have uploaded the file compiler error file Paul sent me here:
http://www.fractint.org/ftp/experimental/XFract_Errors_5April2002.zip
Looked at it. Yes, most of the errors will be fixed by defining XFRACT. The experimental code already has the tplus and printer code taken out. Perhaps it would make sense to get the X11 interface working so we could use it as the base Xfractint code. It also is just the floating point code. The float only code you are working on is the code I started with. Jonathan
Thanks Tim, I tried to define XFRACT and I have a few missing header files. See new build info attached. The main thing now are the missing files: cursors.h, unistd.h, sys/dir.h, bstring.h. But we are getting closer very fast. Regards, Paul. ---------------------------------------------------------- Paul de Leeuw Computers Central Coast Australia Email: pdeleeuw@deleeuw.com.au www: <http://www.deleeuw.com.au> ABN 72 360 822 562 ---------------------------------------------------------- ----- Original Message ----- From: "Tim Wegner" <twegner@swbell.net> To: <fractdev@mailman.xmission.com> Sent: Saturday, April 06, 2002 9:08 AM Subject: [Fractdev] Windows compiler errors
We have several Paul's here, but I'll refer to Paul DeLeeuw as Paul until such a time as one of other Pauls enters into the conversation, at which point we may have to resort to another naming convention (apologies to Paul N. Lee) :-)
I have uploaded the file compiler error file Paul sent me here:
http://www.fractint.org/ftp/experimental/XFract_Errors_5April2002.zip
Paul, you can upload files yourself since Damien has created an account for you. If you need help, email me privately.
Right off the bat, you need to follow Jonathan's advice and define XFRACT. That will immediately clear up all the near, far, and segname stuff. Of course you will still get some errors, because anything to do with Xwindows won't be appropriate, but you will be way ahead of the game.
Tim
_______________________________________________ Fractdev mailing list Fractdev@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/fractdev
On Friday 05 April 2002 08:08 pm, Paul wrote:
I tried to define XFRACT and I have a few missing header files. See new build info attached. The main thing now are the missing files: cursors.h, unistd.h, sys/dir.h, bstring.h. But we are getting closer very fast.
You shouldn't need cursors.h. The unistd.h file is the unix equivalent to dos.h. This is where a configuration script would be very useful. You probably have a dir.h file, it just isn't in the sys subdirectory. And, you may or may not have a bstring.h, but if you look at the make file, there is a define that will get you around this. Jonathan
Paul de Leeuw wrote:
......I have a few missing header files.
MS-VC++ does not have a DIR.H file, but it does have the TIME.H and three different 'string' headers: MBSTRING.H PLSTRING.H STRING.H Most of these should be in the \INCLUDE directory or the \CRT\SRC path. Sincerely, P.N.L. -------------------------------------------------------------- http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
Paul de Leeuw wrote:
.....I have a few missing header files.
If the DIR.H is used as the function declarations for directory handling and creation, then it's equivalent in MS-VC++ is the DIRECT.H file. P.N.L. -------------------------------------------------------------- http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
participants (4)
-
Jonathan Osuch -
Paul de Leeuw -
Paul N. Lee -
Tim Wegner