Thanks Michael
I at last have been successful to build ann package owing to your advises with
infinite patience.
Thank you again :-) :-) :-)
Package Name | Version | Installation directory
-------------------+---------+-----------------------
ann *| 1.0.0 | .../ann-1.0.0
I left what I did as a record.
In include/ANN.h around line 60, replace
#ifdef WIN32
with
#if defined(WIN32) && !defined(STATIC_BUILD)
and add -DSTATIC_BUILD to your compilation flags.
I modify all related Makefile and add -DSTATIC_BUILD
like
ann2fig.o: ann2fig.cpp
$(C++) -c -I$(INCDIR) -DSTATIC_BUILD ann2fig.cpp
For rand.cpp, I also add -DANN_NO_RANDOM.
In addition, the execution file to be *.exe, in all 'Makefile's, for example
ANN2FIG = ann2fig
=>
ANN2FIG = ann2fig.exe
The aboves are tempory modifing only for mingw (for true win32?? (not cygwin)).
To Xavier
If you consider the above for win32 at the next release, it would be grateful.
Regards
Tatsuro
--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev