[Vm-dev] Build error on Stack VM

Sean P. DeNigris sean at clipperadams.com
Fri Aug 26 13:45:54 UTC 2011


After these steps:
1. Fresh Pharo 1.3 image
2. MetacelloRepository ConfigurationOfCog
3. ConfigurationOfCog project latestVersion load.
4. CocoaIOSCogStackConfig generateWithSources
5. cd build
6. cmake .
7. make

I got the following error:


> CMake Error at CroquetPlugin/CMakeLists.txt:17 (add_library):
>   Cannot find source file:
> 
>    
> /Users/sean/Squeak/vm/seandenigris-cog-blessed/platforms/Cross/plugins/CroquetPlugin/tribox.c
> 
>   Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
>   .hxx .in .txx
> 

I commented out the offending line in CMakeLists.txt and then got the
following:

I got this error:


> Linking CXX executable
> /Users/sean/Squeak/vm/seandenigris-cog-blessed/results/StackVM.app/Contents/MacOS/StackVM
> Undefined symbols for architecture i386:
>   "_getStackPointer", referenced from:
>       _sqGetInterpreterProxy in sqVirtualMachine.c.o
>   "_signalNoResume", referenced from:
>       _sqGetInterpreterProxy in sqVirtualMachine.c.o
> ld: symbol(s) not found for architecture i386
> collect2: ld returned 1 exit status
> make[2]: ***
> [/Users/sean/Squeak/vm/seandenigris-cog-blessed/results/StackVM.app/Contents/MacOS/StackVM]
> Error 1
> make[1]: *** [CMakeFiles/StackVM.dir/all] Error 2
> make: *** [all] Error 2
> 

What do I do now?

Thanks.
Sean

--
View this message in context: http://forum.world.st/Build-error-on-Stack-VM-tp3770884p3770884.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list