I'm now down to this error.
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text+0xcd8): undefined
reference to `__imp___ZN11Bool_Engine12Do_OperationE7BOOL_OP'
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text+0xcf8): undefined
reference to `__imp___ZN11Bool_Engine12Do_OperationE7BOOL_OP'
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text+0xd38): undefined
reference to `__imp___ZN11Bool_Engine19SetCorrectionFactorEd'
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text$_ZN7DL_IterIPvE5ErrorEPc6Lerror[DL_Iter<void*>::Error(char*,
Lerror)]+0x115): undefined reference to
`__imp___ZN17Bool_Engine_ErrorC1EPcS0_ii'
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text$_ZN7DL_IterIPvE5ErrorEPc6Lerror[DL_Iter<void*>::Error(char*,
Lerror)]+0x12a): undefined reference to `__imp___ZN17Bool_Engine_ErrorD1Ev'
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text$_ZN7DL_ListIPvE5ErrorEPc6Lerror[DL_List<void*>::Error(char*,
Lerror)]+0x115): undefined reference to
`__imp___ZN17Bool_Engine_ErrorC1EPcS0_ii'
CMakeFiles/boolonly.dir/boolonly.o:boolonly.cpp:(.text$_ZN7DL_ListIPvE5ErrorEPc6Lerror[DL_List<void*>::Error(char*,
Lerror)]+0x12a): undefined reference to `__imp___ZN17Bool_Engine_ErrorD1Ev'
collect2: ld returned 1 exit status
make[2]: *** [thirdparty/kbool/samples/boolonly/boolonly.exe] Error 1
make[1]: *** [thirdparty/kbool/samples/boolonly/CMakeFiles/boolonly.dir/all]
Error 2
make: *** [all] Error 2
"klaas.holwerda" <[EMAIL PROTECTED]> wrote: Billy Patton wrote:
> I pulled down the source for cmake 2.4 patch 6
> compiled, tested and installed successfully
Oke, that is another way to do it, i just used the cygwin supplied
package, but the fisrt time i did indeed do it your way too.
Did you check your ccmake place, type:
which ccmake
> wxWidgets-2.8.2 compiled and installed
> executing
> pulled wxArt2D
> cmake -G"Unix Makefiles" ../wxArt2D
> and getting
> -- Could not find existing antigrain library, will use builtin library
> instead
> CMake Error: Invalid escape sequence \b
Unix does not like \ in $WXWIN
SO define on the commandline:and also not c:
export WXWIN=/cygwin/c/bpatton/tool_box/wxWidgets-2.8.2
Also do not use the wxWidgets from windows, since it seems you do, maybe
it works, but certainly you need to compile it the unix way.
I downloaded myself wxGTK2.8.3, i don't know really why, but i imagined
it would be Unix i am working on and therefore i needed to use unix stuff.
I compiled wxWidgets GTK like this:
./configure --enable-debug --disable-shared
Be aware to disable shared!
If this is set, you should be fine.
Klaas
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev